public interface Deployments extends com.vmware.vapi.bindings.Service, DeploymentsTypes
_VAPI_SERVICE_ID, LIST_STATE_DEPLOYED, LIST_STATE_PENDING| Modifier and Type | Method and Description |
|---|---|
ALBControllerNodeVMDeploymentRequestList |
create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo)
Deploys a Advanced Load Balancer controller node VM as specified by the
deployment config.
|
void |
create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback)
Deploys a Advanced Load Balancer controller node VM as specified by the
deployment config.
|
void |
create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deploys a Advanced Load Balancer controller node VM as specified by the
deployment config.
|
ALBControllerNodeVMDeploymentRequestList |
create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deploys a Advanced Load Balancer controller node VM as specified by the
deployment config.
|
void |
delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
java.lang.String inaccessible)
Attempts to unregister and undeploy a specified auto-deployed cluster node VM.
|
void |
delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
java.lang.String inaccessible,
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,
java.lang.String inaccessible,
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,
java.lang.String inaccessible,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempts to unregister and undeploy a specified auto-deployed cluster node VM.
|
ALBControllerNodeVMDeploymentRequest |
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<ALBControllerNodeVMDeploymentRequest> 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<ALBControllerNodeVMDeploymentRequest> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns deployment request information for a specific attempted deployment of a
cluster node VM.
|
ALBControllerNodeVMDeploymentRequest |
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.
|
ALBControllerNodeVMDeploymentRequestList |
list(java.lang.String state)
Returns request information for every attempted deployment of a cluster node VM.
|
void |
list(java.lang.String state,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback)
Returns request information for every attempted deployment of a cluster node VM.
|
void |
list(java.lang.String state,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns request information for every attempted deployment of a cluster node VM.
|
ALBControllerNodeVMDeploymentRequestList |
list(java.lang.String state,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns request information for every attempted deployment of a cluster node VM.
|
ALBControllerNodeVMDeploymentRequest |
update(java.lang.String nodeId,
ALBControllerNodeVMDeploymentRequest aLBControllerNodeVMDeploymentRequest,
java.lang.Boolean runningConfig)
Update Advanced Load Balancer Controller node VM details
|
void |
update(java.lang.String nodeId,
ALBControllerNodeVMDeploymentRequest aLBControllerNodeVMDeploymentRequest,
java.lang.Boolean runningConfig,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequest> asyncCallback)
Update Advanced Load Balancer Controller node VM details
|
void |
update(java.lang.String nodeId,
ALBControllerNodeVMDeploymentRequest aLBControllerNodeVMDeploymentRequest,
java.lang.Boolean runningConfig,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequest> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update Advanced Load Balancer Controller node VM details
|
ALBControllerNodeVMDeploymentRequest |
update(java.lang.String nodeId,
ALBControllerNodeVMDeploymentRequest aLBControllerNodeVMDeploymentRequest,
java.lang.Boolean runningConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update Advanced Load Balancer Controller node VM details
|
ALBControllerNodeVMDeploymentRequestList create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo)
Synchronous method overload. Result of the invocation will be reported as a method return value.
addALBControllerNodeVMInfo - (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 FoundALBControllerNodeVMDeploymentRequestList create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo, 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.
addALBControllerNodeVMInfo - (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(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
addALBControllerNodeVMInfo - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> 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.ALBControllerNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
addALBControllerNodeVMInfo - (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,
java.lang.String inaccessible)
Synchronous method overload. Result of the invocation will be reported as a method return value.
nodeId - (required)forceDelete - Delete by force (optional)inaccessible - Delete when controller is inaccessible (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,
java.lang.String inaccessible,
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)inaccessible - Delete when controller is inaccessible (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,
java.lang.String inaccessible,
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)inaccessible - Delete when controller is inaccessible (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
java.lang.String inaccessible,
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)inaccessible - Delete when controller is inaccessible (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ALBControllerNodeVMDeploymentRequest 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 FoundALBControllerNodeVMDeploymentRequest 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<ALBControllerNodeVMDeploymentRequest> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequest
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<ALBControllerNodeVMDeploymentRequest> 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.ALBControllerNodeVMDeploymentRequest
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.ALBControllerNodeVMDeploymentRequestList list(java.lang.String state)
Synchronous method overload. Result of the invocation will be reported as a method return value.
state - the current state of the Advanced Load Balancer controller VM (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 FoundALBControllerNodeVMDeploymentRequestList list(java.lang.String state, 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.
state - the current state of the Advanced Load Balancer controller VM (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 list(java.lang.String state,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
state - the current state of the Advanced Load Balancer controller VM (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String state,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> 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.ALBControllerNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
state - the current state of the Advanced Load Balancer controller VM (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ALBControllerNodeVMDeploymentRequest update(java.lang.String nodeId, ALBControllerNodeVMDeploymentRequest aLBControllerNodeVMDeploymentRequest, java.lang.Boolean runningConfig)
Synchronous method overload. Result of the invocation will be reported as a method return value.
nodeId - (required)aLBControllerNodeVMDeploymentRequest - (required)runningConfig - Update Advanced Load Balancer Controller runtime config as well (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 FoundALBControllerNodeVMDeploymentRequest update(java.lang.String nodeId, ALBControllerNodeVMDeploymentRequest aLBControllerNodeVMDeploymentRequest, java.lang.Boolean runningConfig, 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)aLBControllerNodeVMDeploymentRequest - (required)runningConfig - Update Advanced Load Balancer Controller runtime config as well (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 update(java.lang.String nodeId,
ALBControllerNodeVMDeploymentRequest aLBControllerNodeVMDeploymentRequest,
java.lang.Boolean runningConfig,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequest> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequest
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nodeId - (required)aLBControllerNodeVMDeploymentRequest - (required)runningConfig - Update Advanced Load Balancer Controller runtime config as well (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String nodeId,
ALBControllerNodeVMDeploymentRequest aLBControllerNodeVMDeploymentRequest,
java.lang.Boolean runningConfig,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequest> 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.ALBControllerNodeVMDeploymentRequest
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nodeId - (required)aLBControllerNodeVMDeploymentRequest - (required)runningConfig - Update Advanced Load Balancer Controller runtime config as well (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.