Class ClusterconfigStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.alb.controller_nodes.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 theClusterconfigAPI 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.ClusterconfigTypes
_VAPI_SERVICE_ID
-
-
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 ALBControllerNodeVMClusterConfigcreate(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig)Set the cluster configuration for Advanced Load Balancer controller cluster.voidcreate(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMClusterConfig> asyncCallback)Set the cluster configuration for Advanced Load Balancer controller cluster.voidcreate(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.ALBControllerNodeVMClusterConfigcreate(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Set the cluster configuration for Advanced Load Balancer controller cluster.voiddelete(java.lang.String clusteringId)Delete the cluster configuration for Advanced Load Balancer controller cluster.voiddelete(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Delete the cluster configuration for Advanced Load Balancer controller cluster.voiddelete(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.voiddelete(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Delete the cluster configuration for Advanced Load Balancer controller cluster.ALBControllerNodeVMClusterConfigget(java.lang.String clusteringId)Returns cluster configuration for the Advanced Load Balancer controller cluster.voidget(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMClusterConfig> asyncCallback)Returns cluster configuration for the Advanced Load Balancer controller cluster.voidget(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.ALBControllerNodeVMClusterConfigget(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns cluster configuration for the Advanced Load Balancer controller cluster.
-
-
-
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:ClusterconfigSet 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:
createin interfaceClusterconfig- 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:ClusterconfigSet 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
invocationConfigto specify configuration for this particular invocation.- Specified by:
createin interfaceClusterconfig- 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:ClusterconfigSet 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.ALBControllerNodeVMClusterConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
createin interfaceClusterconfig- 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:ClusterconfigSet the cluster configuration for Advanced Load Balancer controller cluster.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.ALBControllerNodeVMClusterConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
createin interfaceClusterconfig- 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:ClusterconfigDelete 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:
deletein interfaceClusterconfig- 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:ClusterconfigDelete 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
invocationConfigto specify configuration for this particular invocation.- Specified by:
deletein interfaceClusterconfig- 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:ClusterconfigDelete 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:
deletein interfaceClusterconfig- 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:ClusterconfigDelete 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. UseinvocationConfigto 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:
deletein interfaceClusterconfig- 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:ClusterconfigReturns 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:
getin interfaceClusterconfig- 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:ClusterconfigReturns 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
invocationConfigto specify configuration for this particular invocation.- Specified by:
getin interfaceClusterconfig- 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:ClusterconfigReturns 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.ALBControllerNodeVMClusterConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceClusterconfig- 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:ClusterconfigReturns cluster configuration for the Advanced Load Balancer controller cluster.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.ALBControllerNodeVMClusterConfigOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceClusterconfig- 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.
-
-