public interface Cluster extends com.vmware.vapi.bindings.Service, ClusterTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
ALBControllerClusterInfo |
get(java.lang.String clusteringId)
Returns information about Advanced Load Balancer controller cluster status
|
void |
get(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback)
Returns information about Advanced Load Balancer controller cluster status
|
void |
get(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about Advanced Load Balancer controller cluster status
|
ALBControllerClusterInfo |
get(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about Advanced Load Balancer controller cluster status
|
ALBControllerClusterTrigger |
update(java.lang.String clusteringId)
Re-trigger clustering for Advanced Load Balancer Nodes.
|
void |
update(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterTrigger> asyncCallback)
Re-trigger clustering for Advanced Load Balancer Nodes.
|
void |
update(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterTrigger> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Re-trigger clustering for Advanced Load Balancer Nodes.
|
ALBControllerClusterTrigger |
update(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Re-trigger clustering for Advanced Load Balancer Nodes.
|
ALBControllerClusterInfo get(java.lang.String clusteringId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed
NSX. (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 FoundALBControllerClusterInfo get(java.lang.String clusteringId, 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.
clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed
NSX. (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 get(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.ALBControllerClusterInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed
NSX. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> 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.ALBControllerClusterInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed
NSX. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ALBControllerClusterTrigger update(java.lang.String clusteringId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed
NSX. (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 FoundALBControllerClusterTrigger update(java.lang.String clusteringId, 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.
clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed
NSX. (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 clusteringId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterTrigger> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.ALBControllerClusterTrigger
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed
NSX. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterTrigger> 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.ALBControllerClusterTrigger
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed
NSX. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.