public class ClusterStub extends com.vmware.vapi.internal.bindings.Stub implements Cluster
Cluster
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ClusterStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ClusterStub(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 |
|---|---|
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.
|
public ClusterStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ClusterStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ALBControllerClusterInfo get(java.lang.String clusteringId)
ClusterSynchronous method overload. Result of the invocation will be reported as a method return value.
public ALBControllerClusterInfo get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback)
ClusterAsynchronous 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
public void get(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterAsynchronous 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
get in interface ClusterclusteringId - 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.public ALBControllerClusterTrigger update(java.lang.String clusteringId)
ClusterSynchronous method overload. Result of the invocation will be reported as a method return value.
public ALBControllerClusterTrigger update(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void update(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterTrigger> asyncCallback)
ClusterAsynchronous 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
public void update(java.lang.String clusteringId,
com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterTrigger> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterAsynchronous 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
update in interface ClusterclusteringId - 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.