public class DeploymentsStub extends com.vmware.vapi.internal.bindings.Stub implements Deployments
Deployments
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
DeploymentsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
DeploymentsStub(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 |
|---|---|
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.
|
public DeploymentsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public DeploymentsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ClusterNodeVMDeploymentRequestList create(AddClusterNodeVMInfo addClusterNodeVMInfo)
DeploymentsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface DeploymentsaddClusterNodeVMInfo - (required)public ClusterNodeVMDeploymentRequestList create(AddClusterNodeVMInfo addClusterNodeVMInfo, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DeploymentsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface DeploymentsaddClusterNodeVMInfo - (required)invocationConfig - Configuration for the method invocation.public void create(AddClusterNodeVMInfo addClusterNodeVMInfo, com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequestList> asyncCallback)
DeploymentsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.ClusterNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface DeploymentsaddClusterNodeVMInfo - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(AddClusterNodeVMInfo addClusterNodeVMInfo, com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequestList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DeploymentsAsynchronous 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_global_policy.model.ClusterNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface DeploymentsaddClusterNodeVMInfo - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String nodeId,
java.lang.Boolean forceDelete)
DeploymentsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface DeploymentsnodeId - (required)forceDelete - Delete by force (optional)public void delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DeploymentsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
delete in interface DeploymentsnodeId - (required)forceDelete - Delete by force (optional)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
DeploymentsAsynchronous 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
delete in interface DeploymentsnodeId - (required)forceDelete - Delete by force (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
DeploymentsAsynchronous 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
delete in interface DeploymentsnodeId - (required)forceDelete - Delete by force (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ClusterNodeVMDeploymentRequest get(java.lang.String nodeId)
DeploymentsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface DeploymentsnodeId - (required)public ClusterNodeVMDeploymentRequest get(java.lang.String nodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DeploymentsSynchronous 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 DeploymentsnodeId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequest> asyncCallback)
DeploymentsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.ClusterNodeVMDeploymentRequest
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface DeploymentsnodeId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequest> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DeploymentsAsynchronous 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_global_policy.model.ClusterNodeVMDeploymentRequest
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface DeploymentsnodeId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ClusterNodeVMDeploymentRequestList list()
DeploymentsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface Deploymentspublic ClusterNodeVMDeploymentRequestList list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DeploymentsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface DeploymentsinvocationConfig - Configuration for the method invocation.public void list(com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequestList> asyncCallback)
DeploymentsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.ClusterNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface DeploymentsasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeVMDeploymentRequestList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DeploymentsAsynchronous 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_global_policy.model.ClusterNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface DeploymentsasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.