public class VpcTagOperationsStub extends com.vmware.vapi.internal.bindings.Stub implements VpcTagOperations
VpcTagOperations
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
VpcTagOperationsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
VpcTagOperationsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| 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.
|
public VpcTagOperationsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public VpcTagOperationsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public TagBulkOperation get(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String operationId)
VpcTagOperationsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface VpcTagOperationsorgId - (required)projectId - (required)vpcId - (required)operationId - (required)public 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)
VpcTagOperationsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface VpcTagOperationsorgId - (required)projectId - (required)vpcId - (required)operationId - (required)invocationConfig - Configuration for the method invocation.public 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)
VpcTagOperationsAsynchronous 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
get in interface VpcTagOperationsorgId - (required)projectId - (required)vpcId - (required)operationId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
VpcTagOperationsAsynchronous 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
get in interface VpcTagOperationsorgId - (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.public TagBulkOperation update(java.lang.String orgId, java.lang.String projectId, java.lang.String vpcId, java.lang.String operationId, TagBulkOperation tagBulkOperation)
VpcTagOperationsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface VpcTagOperationsorgId - (required)projectId - (required)vpcId - (required)operationId - (required)tagBulkOperation - (required)public 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)
VpcTagOperationsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
update in interface VpcTagOperationsorgId - (required)projectId - (required)vpcId - (required)operationId - (required)tagBulkOperation - (required)invocationConfig - Configuration for the method invocation.public 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)
VpcTagOperationsAsynchronous 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
update in interface VpcTagOperationsorgId - (required)projectId - (required)vpcId - (required)operationId - (required)tagBulkOperation - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
VpcTagOperationsAsynchronous 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
update in interface VpcTagOperationsorgId - (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.