Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
static DiscoveredResourceScope |
DiscoveredResourceScope._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static DiscoveredResourceScope |
DiscoveredResourceScope._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DiscoveredResourceScope |
DiscoveredResourceScope.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DiscoveredResourceScope> |
VirtualNetworkInterface.getScope()
Specifies list of scope of discovered resource.
|
java.util.List<DiscoveredResourceScope> |
VirtualMachine.getScope()
Specifies list of scope of discovered resource.
|
java.util.List<DiscoveredResourceScope> |
DiscoveredResource.getScope()
Specifies list of scope of discovered resource.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualNetworkInterface.setScope(java.util.List<DiscoveredResourceScope> scope)
Specifies list of scope of discovered resource.
|
VirtualNetworkInterface.Builder |
VirtualNetworkInterface.Builder.setScope(java.util.List<DiscoveredResourceScope> scope)
Specifies list of scope of discovered resource.
|
void |
VirtualMachine.setScope(java.util.List<DiscoveredResourceScope> scope)
Specifies list of scope of discovered resource.
|
VirtualMachine.Builder |
VirtualMachine.Builder.setScope(java.util.List<DiscoveredResourceScope> scope)
Specifies list of scope of discovered resource.
|
void |
DiscoveredResource.setScope(java.util.List<DiscoveredResourceScope> scope)
Specifies list of scope of discovered resource.
|
DiscoveredResource.Builder |
DiscoveredResource.Builder.setScope(java.util.List<DiscoveredResourceScope> scope)
Specifies list of scope of discovered resource.
|