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, LIST_STATE_DEPLOYED, LIST_STATE_PENDING| 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 |
|---|---|
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
|
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 ALBControllerNodeVMDeploymentRequestList create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo)
DeploymentsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface DeploymentsaddALBControllerNodeVMInfo - (required)public ALBControllerNodeVMDeploymentRequestList create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo, 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 DeploymentsaddALBControllerNodeVMInfo - (required)invocationConfig - Configuration for the method invocation.public void create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback)
DeploymentsAsynchronous 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
create in interface DeploymentsaddALBControllerNodeVMInfo - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> 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_policy.model.ALBControllerNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface DeploymentsaddALBControllerNodeVMInfo - (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,
java.lang.String inaccessible)
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)inaccessible - Delete when controller is inaccessible (optional)public void delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
java.lang.String inaccessible,
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)inaccessible - Delete when controller is inaccessible (optional)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String nodeId,
java.lang.Boolean forceDelete,
java.lang.String inaccessible,
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)inaccessible - Delete when controller is inaccessible (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
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)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.public ALBControllerNodeVMDeploymentRequest 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 ALBControllerNodeVMDeploymentRequest 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<ALBControllerNodeVMDeploymentRequest> asyncCallback)
DeploymentsAsynchronous 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
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<ALBControllerNodeVMDeploymentRequest> 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_policy.model.ALBControllerNodeVMDeploymentRequest
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 ALBControllerNodeVMDeploymentRequestList list(java.lang.String state)
DeploymentsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface Deploymentsstate - the current state of the Advanced Load Balancer controller VM (optional)public ALBControllerNodeVMDeploymentRequestList list(java.lang.String state, 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 Deploymentsstate - the current state of the Advanced Load Balancer controller VM (optional)invocationConfig - Configuration for the method invocation.public void list(java.lang.String state,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback)
DeploymentsAsynchronous 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
list in interface Deploymentsstate - the current state of the Advanced Load Balancer controller VM (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String state,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> 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_policy.model.ALBControllerNodeVMDeploymentRequestList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface Deploymentsstate - 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.public ALBControllerNodeVMDeploymentRequest update(java.lang.String nodeId, ALBControllerNodeVMDeploymentRequest aLBControllerNodeVMDeploymentRequest, java.lang.Boolean runningConfig)
DeploymentsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface DeploymentsnodeId - (required)aLBControllerNodeVMDeploymentRequest - (required)runningConfig - Update Advanced Load Balancer Controller runtime config as well (optional)public ALBControllerNodeVMDeploymentRequest update(java.lang.String nodeId, ALBControllerNodeVMDeploymentRequest aLBControllerNodeVMDeploymentRequest, java.lang.Boolean runningConfig, 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.
update in interface DeploymentsnodeId - (required)aLBControllerNodeVMDeploymentRequest - (required)runningConfig - Update Advanced Load Balancer Controller runtime config as well (optional)invocationConfig - Configuration for the method invocation.public void update(java.lang.String nodeId,
ALBControllerNodeVMDeploymentRequest aLBControllerNodeVMDeploymentRequest,
java.lang.Boolean runningConfig,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequest> asyncCallback)
DeploymentsAsynchronous 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
update in interface DeploymentsnodeId - (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.public 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)
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_policy.model.ALBControllerNodeVMDeploymentRequest
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface DeploymentsnodeId - (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.