public class ReconfigureStub extends com.vmware.vapi.internal.bindings.Stub implements Reconfigure
Reconfigure
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ReconfigureStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ReconfigureStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
Task |
clusterReconfig(java.lang.String org,
java.lang.String sddc,
java.lang.String cluster,
ClusterReconfigureParams clusterReconfigureParams)
This reconfiguration will handle changing both the number of hosts and the
cluster storage capacity.
|
void |
clusterReconfig(java.lang.String org,
java.lang.String sddc,
java.lang.String cluster,
ClusterReconfigureParams clusterReconfigureParams,
AsyncCallback<Task> asyncCallback)
This reconfiguration will handle changing both the number of hosts and the
cluster storage capacity.
|
void |
clusterReconfig(java.lang.String org,
java.lang.String sddc,
java.lang.String cluster,
ClusterReconfigureParams clusterReconfigureParams,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
This reconfiguration will handle changing both the number of hosts and the
cluster storage capacity.
|
Task |
clusterReconfig(java.lang.String org,
java.lang.String sddc,
java.lang.String cluster,
ClusterReconfigureParams clusterReconfigureParams,
InvocationConfig invocationConfig)
This reconfiguration will handle changing both the number of hosts and the
cluster storage capacity.
|
public ReconfigureStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ReconfigureStub(ApiProvider apiProvider, StubConfigurationBase config)
public Task clusterReconfig(java.lang.String org, java.lang.String sddc, java.lang.String cluster, ClusterReconfigureParams clusterReconfigureParams)
Reconfigure
Synchronous method overload. Result of the invocation will be reported as a method return value.
clusterReconfig
in interface Reconfigure
org
- Organization identifier (required)sddc
- Sddc identifier (required)cluster
- cluster identifier (required)clusterReconfigureParams
- clusterReconfigureParams (required)public Task clusterReconfig(java.lang.String org, java.lang.String sddc, java.lang.String cluster, ClusterReconfigureParams clusterReconfigureParams, InvocationConfig invocationConfig)
Reconfigure
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
clusterReconfig
in interface Reconfigure
org
- Organization identifier (required)sddc
- Sddc identifier (required)cluster
- cluster identifier (required)clusterReconfigureParams
- clusterReconfigureParams (required)invocationConfig
- Configuration for the method invocation.public void clusterReconfig(java.lang.String org, java.lang.String sddc, java.lang.String cluster, ClusterReconfigureParams clusterReconfigureParams, AsyncCallback<Task> asyncCallback)
Reconfigure
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.Task
Operation Errors:
Unauthenticated
- Unauthorized
InvalidRequest
- Bad Request. The SDDC is not in a valid state. , Method not allowed
Unauthorized
- Access not allowed to the operation for the current user
NotFound
- Cannot find the cluster with the given id
clusterReconfig
in interface Reconfigure
org
- Organization identifier (required)sddc
- Sddc identifier (required)cluster
- cluster identifier (required)clusterReconfigureParams
- clusterReconfigureParams (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void clusterReconfig(java.lang.String org, java.lang.String sddc, java.lang.String cluster, ClusterReconfigureParams clusterReconfigureParams, AsyncCallback<Task> asyncCallback, InvocationConfig invocationConfig)
Reconfigure
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.vmc.model.Task
Operation Errors:
Unauthenticated
- Unauthorized
InvalidRequest
- Bad Request. The SDDC is not in a valid state. , Method not allowed
Unauthorized
- Access not allowed to the operation for the current user
NotFound
- Cannot find the cluster with the given id
clusterReconfig
in interface Reconfigure
org
- Organization identifier (required)sddc
- Sddc identifier (required)cluster
- cluster identifier (required)clusterReconfigureParams
- clusterReconfigureParams (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.