Class 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 the Cluster 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
    • 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 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.
      • Methods inherited from class com.vmware.vapi.internal.bindings.Stub

        invokeMethod, invokeMethodAsync, invokeStreamMethod, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 status

        Synchronous method overload. Result of the invocation will be reported as a method return value.

        Specified by:
        get in interface Cluster
        Parameters:
        clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)
        Returns:
        com.vmware.nsx_policy.model.ALBControllerClusterInfo
      • 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 status

        Synchronous method overload. Result of the invocation will be reported as a method return value. Use invocationConfig to specify configuration for this particular invocation.

        Specified by:
        get in interface Cluster
        Parameters:
        clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.ALBControllerClusterInfo
      • 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 status

        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

        Specified by:
        get in interface Cluster
        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.
      • 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 status

        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

        Specified by:
        get in interface Cluster
        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.

        Specified by:
        update in interface Cluster
        Parameters:
        clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)
        Returns:
        com.vmware.nsx_policy.model.ALBControllerClusterTrigger
      • 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.

        Specified by:
        update in interface Cluster
        Parameters:
        clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.ALBControllerClusterTrigger
      • 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.ALBControllerClusterTrigger

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Specified by:
        update in interface Cluster
        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.
      • 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. 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

        Specified by:
        update in interface Cluster
        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.