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 ResourceInfoResourceInfo. _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 ResourceInfoResourceInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ResourceInfoResourceInfo.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.BuilderTagBulkOperation.Builder. setApplyTo(java.util.List<ResourceInfo> applyTo)List of resources on which tag needs to be applied.voidTagBulkOperation. setApplyTo(java.util.List<ResourceInfo> applyTo)List of resources on which tag needs to be applied.TagBulkOperation.BuilderTagBulkOperation.Builder. setRemoveFrom(java.util.List<ResourceInfo> removeFrom)List of resources from which tag needs to be removed.voidTagBulkOperation. setRemoveFrom(java.util.List<ResourceInfo> removeFrom)List of resources from which tag needs to be removed.
-