Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
TagBulkOperation.setApplyTo(java.util.List<ResourceInfo> applyTo)
List of resources on which tag needs to be applied.
|
TagBulkOperation.Builder |
TagBulkOperation.Builder.setApplyTo(java.util.List<ResourceInfo> applyTo)
List of resources on which tag needs to be applied.
|
void |
TagBulkOperation.setRemoveFrom(java.util.List<ResourceInfo> removeFrom)
List of resources from which tag needs to be removed.
|
TagBulkOperation.Builder |
TagBulkOperation.Builder.setRemoveFrom(java.util.List<ResourceInfo> removeFrom)
List of resources from which tag needs to be removed.
|