public interface VpcTagOperations extends com.vmware.vapi.bindings.Service, VpcTagOperationsTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
TagBulkOperation |
get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String operationId)
Get details of tag bulk operation request with which tag is applied or removed
on virtual machines.
|
void |
get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String operationId,
com.vmware.vapi.bindings.client.AsyncCallback<TagBulkOperation> asyncCallback)
Get details of tag bulk operation request with which tag is applied or removed
on virtual machines.
|
void |
get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String operationId,
com.vmware.vapi.bindings.client.AsyncCallback<TagBulkOperation> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get details of tag bulk operation request with which tag is applied or removed
on virtual machines.
|
TagBulkOperation |
get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String operationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get details of tag bulk operation request with which tag is applied or removed
on virtual machines.
|
TagBulkOperation |
update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String operationId,
TagBulkOperation tagBulkOperation)
Tag can be assigned or unassigned on multiple objects.
|
void |
update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String operationId,
TagBulkOperation tagBulkOperation,
com.vmware.vapi.bindings.client.AsyncCallback<TagBulkOperation> asyncCallback)
Tag can be assigned or unassigned on multiple objects.
|
void |
update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String operationId,
TagBulkOperation tagBulkOperation,
com.vmware.vapi.bindings.client.AsyncCallback<TagBulkOperation> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Tag can be assigned or unassigned on multiple objects.
|
TagBulkOperation |
update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String operationId,
TagBulkOperation tagBulkOperation,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Tag can be assigned or unassigned on multiple objects.
|
TagBulkOperation get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String operationId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
orgId - (required)projectId - (required)vpcId - (required)operationId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundTagBulkOperation get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String operationId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
orgId - (required)projectId - (required)vpcId - (required)operationId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String operationId,
com.vmware.vapi.bindings.client.AsyncCallback<TagBulkOperation> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.TagBulkOperation
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
orgId - (required)projectId - (required)vpcId - (required)operationId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String operationId,
com.vmware.vapi.bindings.client.AsyncCallback<TagBulkOperation> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_policy.model.TagBulkOperation
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
orgId - (required)projectId - (required)vpcId - (required)operationId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.TagBulkOperation update(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String operationId, TagBulkOperation tagBulkOperation)
Synchronous method overload. Result of the invocation will be reported as a method return value.
orgId - (required)projectId - (required)vpcId - (required)operationId - (required)tagBulkOperation - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundTagBulkOperation update(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String operationId, TagBulkOperation tagBulkOperation, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
orgId - (required)projectId - (required)vpcId - (required)operationId - (required)tagBulkOperation - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String operationId,
TagBulkOperation tagBulkOperation,
com.vmware.vapi.bindings.client.AsyncCallback<TagBulkOperation> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.TagBulkOperation
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
orgId - (required)projectId - (required)vpcId - (required)operationId - (required)tagBulkOperation - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String orgId,
java.lang.String projectId,
java.lang.String vpcId,
java.lang.String operationId,
TagBulkOperation tagBulkOperation,
com.vmware.vapi.bindings.client.AsyncCallback<TagBulkOperation> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_policy.model.TagBulkOperation
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
orgId - (required)projectId - (required)vpcId - (required)operationId - (required)tagBulkOperation - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.