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 theClusterAPI 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 ALBControllerClusterInfoget(java.lang.String clusteringId)Returns information about Advanced Load Balancer controller cluster statusvoidget(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback)Returns information about Advanced Load Balancer controller cluster statusvoidget(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 statusALBControllerClusterInfoget(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns information about Advanced Load Balancer controller cluster statusALBControllerClusterTriggerupdate(java.lang.String clusteringId)Re-trigger clustering for Advanced Load Balancer Nodes.voidupdate(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterTrigger> asyncCallback)Re-trigger clustering for Advanced Load Balancer Nodes.voidupdate(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.ALBControllerClusterTriggerupdate(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:ClusterReturns 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:ClusterReturns information about Advanced Load Balancer controller cluster statusSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto 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:ClusterReturns 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:ClusterReturns information about Advanced Load Balancer controller cluster statusAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto 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:
getin 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:ClusterRe-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:ClusterRe-trigger clustering for Advanced Load Balancer Nodes.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto 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:ClusterRe-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:ClusterRe-trigger clustering for Advanced Load Balancer Nodes.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto 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:
updatein 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.
-
-