Uses of Class
com.vmware.nsx_policy.model.ResourceInfo
-
Packages that use ResourceInfo Package Description com.vmware.nsx_policy.model -
-
Uses of ResourceInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ResourceInfo Modifier and Type Method Description static ResourceInfo
ResourceInfo. _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 ResourceInfo
ResourceInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ResourceInfo
ResourceInfo.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type ResourceInfo Modifier and Type Method Description java.util.List<ResourceInfo>
TagBulkOperation. getApplyTo()
List of resources on which tag needs to be applied.java.util.List<ResourceInfo>
TagBulkOperation. getRemoveFrom()
List of resources from which tag needs to be removed.Method parameters in com.vmware.nsx_policy.model with type arguments of type ResourceInfo Modifier and Type Method Description TagBulkOperation.Builder
TagBulkOperation.Builder. setApplyTo(java.util.List<ResourceInfo> applyTo)
List of resources on which tag needs to be applied.void
TagBulkOperation. setApplyTo(java.util.List<ResourceInfo> applyTo)
List of resources on which tag needs to be applied.TagBulkOperation.Builder
TagBulkOperation.Builder. setRemoveFrom(java.util.List<ResourceInfo> removeFrom)
List of resources from which tag needs to be removed.void
TagBulkOperation. setRemoveFrom(java.util.List<ResourceInfo> removeFrom)
List of resources from which tag needs to be removed.
-