Interface Cluster

  • All Superinterfaces:
    ClusterTypes, com.vmware.vapi.bindings.Service
    All Known Implementing Classes:
    ClusterStub

    public interface Cluster
    extends com.vmware.vapi.bindings.Service, ClusterTypes
    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • get

        ALBControllerClusterInfo get​(java.lang.String clusteringId)
        Returns information about Advanced Load Balancer controller cluster status

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

        Parameters:
        clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)
        Returns:
        com.vmware.nsx_policy.model.ALBControllerClusterInfo
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • get

        ALBControllerClusterInfo get​(java.lang.String clusteringId,
                                     com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        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.

        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
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • get

        void get​(java.lang.String clusteringId,
                 com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback)
        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

        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

        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

        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

        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

        ALBControllerClusterTrigger update​(java.lang.String clusteringId)
        Re-trigger clustering for Advanced Load Balancer Nodes.

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

        Parameters:
        clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)
        Returns:
        com.vmware.nsx_policy.model.ALBControllerClusterTrigger
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • update

        ALBControllerClusterTrigger update​(java.lang.String clusteringId,
                                           com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        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.

        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
        Throws:
        com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failed
        com.vmware.vapi.std.errors.Unauthorized - Forbidden
        com.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailable
        com.vmware.vapi.std.errors.InternalServerError - Internal Server Error
        com.vmware.vapi.std.errors.NotFound - Not Found
      • update

        void update​(java.lang.String clusteringId,
                    com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterTrigger> asyncCallback)
        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

        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

        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.

        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

        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.