Interface Deployments
-
- All Superinterfaces:
DeploymentsTypes
,com.vmware.vapi.bindings.Service
- All Known Implementing Classes:
DeploymentsStub
public interface Deployments extends com.vmware.vapi.bindings.Service, DeploymentsTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.alb.controller_nodes.DeploymentsTypes
_VAPI_SERVICE_ID, LIST_STATE_DEPLOYED, LIST_STATE_PENDING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 clusteringId, java.lang.String state)
Returns request information for every attempted deployment of a cluster node VM.void
list(java.lang.String clusteringId, 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 clusteringId, 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 clusteringId, 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 detailsvoid
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 detailsvoid
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 detailsALBControllerNodeVMDeploymentRequest
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
-
-
-
Method Detail
-
create
ALBControllerNodeVMDeploymentRequestList create(AddALBControllerNodeVMInfo addALBControllerNodeVMInfo)
Deploys a Advanced Load Balancer controller node VM as specified by the deployment config.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
addALBControllerNodeVMInfo
- (required)- Returns:
- com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestList
- Throws:
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 Found
-
create
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.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
addALBControllerNodeVMInfo
- (required)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestList
- Throws:
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 Found
-
create
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.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestListOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
addALBControllerNodeVMInfo
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
create
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.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestListOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
addALBControllerNodeVMInfo
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
delete
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. If it is a member of a cluster, then the VM will be automatically detached from the cluster before being unregistered and undeployed. Alternatively, if the original deployment attempt failed or the VM is not found, cleans up the deployment information associated with the deployment attempt. Note: If a VM has been successfully auto-deployed, then the associated deployment information will not be deleted unless and until the VM is successfully deleted.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
nodeId
- (required)forceDelete
- Delete by force (optional)inaccessible
- Delete when controller is inaccessible (optional)- Throws:
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 Found
-
delete
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. If it is a member of a cluster, then the VM will be automatically detached from the cluster before being unregistered and undeployed. Alternatively, if the original deployment attempt failed or the VM is not found, cleans up the deployment information associated with the deployment attempt. Note: If a VM has been successfully auto-deployed, then the associated deployment information will not be deleted unless and until the VM is successfully deleted.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
nodeId
- (required)forceDelete
- Delete by force (optional)inaccessible
- Delete when controller is inaccessible (optional)invocationConfig
- Configuration for the method invocation.- Throws:
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 Found
-
delete
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. If it is a member of a cluster, then the VM will be automatically detached from the cluster before being unregistered and undeployed. Alternatively, if the original deployment attempt failed or the VM is not found, cleans up the deployment information associated with the deployment attempt. Note: If a VM has been successfully auto-deployed, then the associated deployment information will not be deleted unless and until the VM is successfully deleted.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
- Parameters:
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.
-
delete
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. If it is a member of a cluster, then the VM will be automatically detached from the cluster before being unregistered and undeployed. Alternatively, if the original deployment attempt failed or the VM is not found, cleans up the deployment information associated with the deployment attempt. Note: If a VM has been successfully auto-deployed, then the associated deployment information will not be deleted unless and until the VM is successfully deleted.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
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
- Parameters:
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.
-
get
ALBControllerNodeVMDeploymentRequest get(java.lang.String nodeId)
Returns deployment request information for a specific attempted deployment of a cluster node VM.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
nodeId
- (required)- Returns:
- com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequest
- Throws:
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 Found
-
get
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.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
nodeId
- (required)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequest
- Throws:
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 Found
-
get
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.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
nodeId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
get
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.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
nodeId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
list
ALBControllerNodeVMDeploymentRequestList list(java.lang.String clusteringId, java.lang.String state)
Returns request information for every attempted deployment of a cluster node VM.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
clusteringId
- Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)state
- the current state of the Advanced Load Balancer controller VM (optional)- Returns:
- com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestList
- Throws:
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 Found
-
list
ALBControllerNodeVMDeploymentRequestList list(java.lang.String clusteringId, java.lang.String state, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns request information for every attempted deployment of a cluster node VM.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
clusteringId
- Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)state
- the current state of the Advanced Load Balancer controller VM (optional)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestList
- Throws:
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 Found
-
list
void list(java.lang.String clusteringId, java.lang.String state, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMDeploymentRequestList> asyncCallback)
Returns request information for every attempted deployment of a cluster node VM.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestListOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
clusteringId
- Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)state
- the current state of the Advanced Load Balancer controller VM (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
list
void list(java.lang.String clusteringId, 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.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestListOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
clusteringId
- Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)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.
-
update
ALBControllerNodeVMDeploymentRequest update(java.lang.String nodeId, ALBControllerNodeVMDeploymentRequest aLBControllerNodeVMDeploymentRequest, java.lang.Boolean runningConfig)
Update Advanced Load Balancer Controller node VM detailsSynchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
nodeId
- (required)aLBControllerNodeVMDeploymentRequest
- (required)runningConfig
- Update Advanced Load Balancer Controller runtime config as well (optional)- Returns:
- com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequest
- Throws:
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 Found
-
update
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 detailsSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
nodeId
- (required)aLBControllerNodeVMDeploymentRequest
- (required)runningConfig
- Update Advanced Load Balancer Controller runtime config as well (optional)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequest
- Throws:
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 Found
-
update
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 detailsAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
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.
-
update
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 detailsAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.ALBControllerNodeVMDeploymentRequestOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
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.
-
-