Uses of Class
com.vmware.nsx_policy.model.DiscoveredResourceScope
-
Packages that use DiscoveredResourceScope Package Description com.vmware.nsx_policy.model -
-
Uses of DiscoveredResourceScope in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DiscoveredResourceScope Modifier and Type Method 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()
Methods in com.vmware.nsx_policy.model that return types with arguments of type DiscoveredResourceScope Modifier and Type Method Description java.util.List<DiscoveredResourceScope>
DiscoveredResource. 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>
VirtualNetworkInterface. getScope()
Specifies list of scope of discovered resource.Method parameters in com.vmware.nsx_policy.model with type arguments of type DiscoveredResourceScope Modifier and Type Method Description DiscoveredResource.Builder
DiscoveredResource.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.VirtualMachine.Builder
VirtualMachine.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.VirtualNetworkInterface.Builder
VirtualNetworkInterface.Builder. setScope(java.util.List<DiscoveredResourceScope> scope)
Specifies list of scope of discovered resource.void
VirtualNetworkInterface. setScope(java.util.List<DiscoveredResourceScope> scope)
Specifies list of scope of discovered resource.
-