Class ClusterStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.alb.controller_nodes.ClusterStub
-
- All Implemented Interfaces:
Cluster
,ClusterTypes
,com.vmware.vapi.bindings.Service
public class ClusterStub extends com.vmware.vapi.internal.bindings.Stub implements Cluster
Remote stub implementation of theCluster
API service.WARNING: Internal class, subject to change in future versions.
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.alb.controller_nodes.ClusterTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ALBControllerClusterInfo
get(java.lang.String clusteringId)
Returns information about Advanced Load Balancer controller cluster statusvoid
get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback)
Returns information about Advanced Load Balancer controller cluster statusvoid
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 statusALBControllerClusterInfo
get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about Advanced Load Balancer controller cluster statusALBControllerClusterTrigger
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.
-
-
-
Constructor Detail
-
ClusterStub
public ClusterStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
ClusterStub
public ClusterStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
get
public ALBControllerClusterInfo get(java.lang.String clusteringId)
Description copied from interface:Cluster
Returns information about Advanced Load Balancer controller cluster statusSynchronous method overload. Result of the invocation will be reported as a method return value.
-
get
public ALBControllerClusterInfo get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Cluster
Returns information about Advanced Load Balancer controller cluster statusSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.
-
get
public void get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback)
Description copied from interface:Cluster
Returns information about Advanced Load Balancer controller cluster statusAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.ALBControllerClusterInfoOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
-
get
public void get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Cluster
Returns information about Advanced Load Balancer controller cluster statusAsynchronous 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.ALBControllerClusterInfoOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Specified by:
get
in interfaceCluster
- Parameters:
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.
-
update
public ALBControllerClusterTrigger update(java.lang.String clusteringId)
Description copied from interface:Cluster
Re-trigger clustering for Advanced Load Balancer Nodes.Synchronous method overload. Result of the invocation will be reported as a method return value.
-
update
public ALBControllerClusterTrigger update(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Cluster
Re-trigger clustering for Advanced Load Balancer Nodes.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.
-
update
public void update(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterTrigger> asyncCallback)
Description copied from interface:Cluster
Re-trigger clustering for Advanced Load Balancer Nodes.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.ALBControllerClusterTriggerOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
-
update
public void update(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterTrigger> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Cluster
Re-trigger clustering for Advanced Load Balancer Nodes.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.ALBControllerClusterTriggerOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Specified by:
update
in interfaceCluster
- Parameters:
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.
-
-