Interface Clusterconfig
-
- All Superinterfaces:
ClusterconfigTypes
,com.vmware.vapi.bindings.Service
- All Known Implementing Classes:
ClusterconfigStub
public interface Clusterconfig extends com.vmware.vapi.bindings.Service, ClusterconfigTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.alb.controller_nodes.ClusterconfigTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
create
ALBControllerNodeVMClusterConfig create(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig)
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.
- Parameters:
aLBControllerNodeVMClusterConfig
- (required)- Returns:
- com.vmware.nsx_policy.model.ALBControllerNodeVMClusterConfig
- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
create
ALBControllerNodeVMClusterConfig create(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.- Parameters:
aLBControllerNodeVMClusterConfig
- (required)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.ALBControllerNodeVMClusterConfig
- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
create
void create(ALBControllerNodeVMClusterConfig aLBControllerNodeVMClusterConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMClusterConfig> asyncCallback)
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.ALBControllerNodeVMClusterConfigOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
aLBControllerNodeVMClusterConfig
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
create
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.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to 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
- Parameters:
aLBControllerNodeVMClusterConfig
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
delete
void delete(java.lang.String clusteringId)
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.
- Parameters:
clusteringId
- Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
delete
void delete(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.- Parameters:
clusteringId
- Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)invocationConfig
- Configuration for the method invocation.- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
delete
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. 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
- 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
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. This API is for VCF deployments only.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
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
- 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
ALBControllerNodeVMClusterConfig get(java.lang.String clusteringId)
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.
- Parameters:
clusteringId
- Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. (optional)- Returns:
- com.vmware.nsx_policy.model.ALBControllerNodeVMClusterConfig
- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
get
ALBControllerNodeVMClusterConfig get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.- 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
- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
get
void get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerNodeVMClusterConfig> asyncCallback)
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.ALBControllerNodeVMClusterConfigOperation 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<ALBControllerNodeVMClusterConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns cluster configuration for the Advanced Load Balancer controller cluster.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to 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
- 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.
-
-