public interface Deployments extends com.vmware.vapi.bindings.Service, DeploymentsTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
ClusterNodeVMDeploymentRequestList |
create(AddClusterNodeVMInfo addClusterNodeVMInfo)
Deploys a cluster node VM as specified by the deployment config.
|
void |
create(AddClusterNodeVMInfo addClusterNodeVMInfo,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequestList> asyncCallback)
Deploys a cluster node VM as specified by the deployment config.
|
void |
create(AddClusterNodeVMInfo addClusterNodeVMInfo,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequestList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deploys a cluster node VM as specified by the deployment config.
|
ClusterNodeVMDeploymentRequestList |
create(AddClusterNodeVMInfo addClusterNodeVMInfo,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deploys a cluster node VM as specified by the deployment config.
|
void |
delete(java.lang.String nodeId,
java.lang.Boolean forceDelete)
Attempts to unregister and undeploy a specified auto-deployed cluster node VM.
|
void |
delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Attempts to unregister and undeploy a specified auto-deployed cluster node VM.
|
void |
delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempts to unregister and undeploy a specified auto-deployed cluster node VM.
|
void |
delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempts to unregister and undeploy a specified auto-deployed cluster node VM.
|
ClusterNodeVMDeploymentRequest |
get(java.lang.String nodeId)
Returns deployment request information for a specific attempted deployment of a
cluster node VM.
|
void |
get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequest> asyncCallback)
Returns deployment request information for a specific attempted deployment of a
cluster node VM.
|
void |
get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequest> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns deployment request information for a specific attempted deployment of a
cluster node VM.
|
ClusterNodeVMDeploymentRequest |
get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns deployment request information for a specific attempted deployment of a
cluster node VM.
|
ClusterNodeVMDeploymentRequestList |
list()
Returns request information for every attempted deployment of a cluster node VM.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequestList> asyncCallback)
Returns request information for every attempted deployment of a cluster node VM.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequestList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns request information for every attempted deployment of a cluster node VM.
|
ClusterNodeVMDeploymentRequestList |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns request information for every attempted deployment of a cluster node VM.
|
ClusterNodeVMDeploymentRequestList create(AddClusterNodeVMInfo addClusterNodeVMInfo)
Synchronous method overload. Result of the invocation will be reported as a method return value.
addClusterNodeVMInfo - (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 FoundClusterNodeVMDeploymentRequestList create(AddClusterNodeVMInfo addClusterNodeVMInfo, 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.
addClusterNodeVMInfo - (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 create(AddClusterNodeVMInfo addClusterNodeVMInfo, com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequestList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
addClusterNodeVMInfo - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void create(AddClusterNodeVMInfo addClusterNodeVMInfo, com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequestList> 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.model.ClusterNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
addClusterNodeVMInfo - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void delete(java.lang.String nodeId,
java.lang.Boolean forceDelete)
Synchronous method overload. Result of the invocation will be reported as a method return value.
nodeId - (required)forceDelete - Delete by force (optional)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 delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
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.
nodeId - (required)forceDelete - Delete by force (optional)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 delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nodeId - (required)forceDelete - Delete by force (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> 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.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nodeId - (required)forceDelete - Delete by force (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ClusterNodeVMDeploymentRequest get(java.lang.String nodeId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
nodeId - (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 FoundClusterNodeVMDeploymentRequest get(java.lang.String nodeId, 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.
nodeId - (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 nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequest> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterNodeVMDeploymentRequest
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nodeId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequest> 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.model.ClusterNodeVMDeploymentRequest
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nodeId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ClusterNodeVMDeploymentRequestList list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
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 FoundClusterNodeVMDeploymentRequestList list(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.
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 list(com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequestList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequestList> 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.model.ClusterNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.