Class ClusterconfigStub

  • All Implemented Interfaces:
    Clusterconfig, ClusterconfigTypes, com.vmware.vapi.bindings.Service

    public class ClusterconfigStub
    extends com.vmware.vapi.internal.bindings.Stub
    implements Clusterconfig
    Remote stub implementation of the Clusterconfig 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
      ClusterconfigStub​(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)  
      ClusterconfigStub​(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
      ALBControllerNodeVMClusterConfig create​(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig)
      Set the cluster configuration for Advanced Load Balancer controller cluster.
      void create​(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMClusterConfig> asyncCallback)
      Set the cluster configuration for Advanced Load Balancer controller cluster.
      void create​(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMClusterConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Set the cluster configuration for Advanced Load Balancer controller cluster.
      ALBControllerNodeVMClusterConfig create​(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Set the cluster configuration for Advanced Load Balancer controller cluster.
      void delete​(java.lang.String clusteringId)
      Delete the cluster configuration for Advanced Load Balancer controller cluster.
      void delete​(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
      Delete the cluster configuration for Advanced Load Balancer controller cluster.
      void delete​(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Delete the cluster configuration for Advanced Load Balancer controller cluster.
      void delete​(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Delete the cluster configuration for Advanced Load Balancer controller cluster.
      ALBControllerNodeVMClusterConfig get​(java.lang.String clusteringId)
      Returns cluster configuration for the Advanced Load Balancer controller cluster.
      void get​(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMClusterConfig> asyncCallback)
      Returns cluster configuration for the Advanced Load Balancer controller cluster.
      void get​(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMClusterConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Returns cluster configuration for the Advanced Load Balancer controller cluster.
      ALBControllerNodeVMClusterConfig get​(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
      Returns cluster configuration for the Advanced Load Balancer controller cluster.
      • 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

      • ClusterconfigStub

        public ClusterconfigStub​(com.vmware.vapi.core.ApiProvider apiProvider,
                                 com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
                                 com.vmware.vapi.bindings.StubConfigurationBase config)
      • ClusterconfigStub

        public ClusterconfigStub​(com.vmware.vapi.core.ApiProvider apiProvider,
                                 com.vmware.vapi.bindings.StubConfigurationBase config)
    • Method Detail

      • create

        public ALBControllerNodeVMClusterConfig create​(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig)
        Description copied from interface: Clusterconfig
        Set the cluster configuration for Advanced Load Balancer controller cluster.

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

        Specified by:
        create in interface Clusterconfig
        Parameters:
        aLBControllerNodeVMClusterConfig - (required)
        Returns:
        com.vmware.nsx_policy.model.ALBControllerNodeVMClusterConfig
      • create

        public ALBControllerNodeVMClusterConfig create​(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig,
                                                       com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Clusterconfig
        Set the cluster configuration for Advanced Load Balancer controller cluster.

        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:
        create in interface Clusterconfig
        Parameters:
        aLBControllerNodeVMClusterConfig - (required)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.ALBControllerNodeVMClusterConfig
      • create

        public void create​(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig,
                           com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMClusterConfig> asyncCallback)
        Description copied from interface: Clusterconfig
        Set the cluster configuration for Advanced Load Balancer controller cluster.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

        Invocation Result:
        com.vmware.nsx_policy.model.ALBControllerNodeVMClusterConfig

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

        Specified by:
        create in interface Clusterconfig
        Parameters:
        aLBControllerNodeVMClusterConfig - (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • create

        public void create​(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig,
                           com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMClusterConfig> asyncCallback,
                           com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Clusterconfig
        Set the cluster configuration for Advanced Load Balancer controller cluster.

        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.ALBControllerNodeVMClusterConfig

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

        Specified by:
        create in interface Clusterconfig
        Parameters:
        aLBControllerNodeVMClusterConfig - (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.
      • delete

        public void delete​(java.lang.String clusteringId)
        Description copied from interface: Clusterconfig
        Delete the cluster configuration for Advanced Load Balancer controller cluster. This API is for VCF deployments only.

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

        Specified by:
        delete in interface Clusterconfig
        Parameters:
        clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)
      • delete

        public void delete​(java.lang.String clusteringId,
                           com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Clusterconfig
        Delete the cluster configuration for Advanced Load Balancer controller cluster. This API is for VCF deployments only.

        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:
        delete in interface Clusterconfig
        Parameters:
        clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)
        invocationConfig - Configuration for the method invocation.
      • delete

        public void delete​(java.lang.String clusteringId,
                           com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
        Description copied from interface: Clusterconfig
        Delete the cluster configuration for Advanced Load Balancer controller cluster. This API is for VCF deployments only.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

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

        Specified by:
        delete in interface Clusterconfig
        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.
      • delete

        public void delete​(java.lang.String clusteringId,
                           com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
                           com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Clusterconfig
        Delete the cluster configuration for Advanced Load Balancer controller cluster. This API is for VCF deployments only.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback. Use invocationConfig to specify configuration for this particular invocation.

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

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

        public ALBControllerNodeVMClusterConfig get​(java.lang.String clusteringId)
        Description copied from interface: Clusterconfig
        Returns cluster configuration for the Advanced Load Balancer controller cluster.

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

        Specified by:
        get in interface Clusterconfig
        Parameters:
        clusteringId - Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)
        Returns:
        com.vmware.nsx_policy.model.ALBControllerNodeVMClusterConfig
      • get

        public ALBControllerNodeVMClusterConfig get​(java.lang.String clusteringId,
                                                    com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Clusterconfig
        Returns cluster configuration for the Advanced Load Balancer controller cluster.

        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 Clusterconfig
        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.ALBControllerNodeVMClusterConfig
      • get

        public void get​(java.lang.String clusteringId,
                        com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMClusterConfig> asyncCallback)
        Description copied from interface: Clusterconfig
        Returns cluster configuration for the Advanced Load Balancer controller cluster.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

        Invocation Result:
        com.vmware.nsx_policy.model.ALBControllerNodeVMClusterConfig

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

        Specified by:
        get in interface Clusterconfig
        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<ALBControllerNodeVMClusterConfig> asyncCallback,
                        com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Clusterconfig
        Returns cluster configuration for the Advanced Load Balancer controller cluster.

        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.ALBControllerNodeVMClusterConfig

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

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