public class EnableVrScaleOutStub extends com.vmware.vapi.internal.bindings.Stub implements EnableVrScaleOut
EnableVrScaleOut
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
EnableVrScaleOutStub(ApiProvider apiProvider,
StubConfigurationBase config) |
EnableVrScaleOutStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
Task |
post(java.lang.String org,
java.lang.String sddc)
Enable VR scale out for Activated with DR SDDC
|
void |
post(java.lang.String org,
java.lang.String sddc,
AsyncCallback<Task> asyncCallback)
Enable VR scale out for Activated with DR SDDC
|
void |
post(java.lang.String org,
java.lang.String sddc,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
Enable VR scale out for Activated with DR SDDC
|
Task |
post(java.lang.String org,
java.lang.String sddc,
InvocationConfig invocationConfig)
Enable VR scale out for Activated with DR SDDC
|
public EnableVrScaleOutStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public EnableVrScaleOutStub(ApiProvider apiProvider, StubConfigurationBase config)
public Task post(java.lang.String org, java.lang.String sddc)
EnableVrScaleOutSynchronous method overload. Result of the invocation will be reported as a method return value.
post in interface EnableVrScaleOutorg - Organization identifier (required)sddc - sddc identifier (required)public Task post(java.lang.String org, java.lang.String sddc, InvocationConfig invocationConfig)
EnableVrScaleOutSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
post in interface EnableVrScaleOutorg - Organization identifier (required)sddc - sddc identifier (required)invocationConfig - Configuration for the method invocation.public void post(java.lang.String org,
java.lang.String sddc,
AsyncCallback<Task> asyncCallback)
EnableVrScaleOutAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.vmc.draas.model.Task
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request
Unauthorized - Forbidden
post in interface EnableVrScaleOutorg - Organization identifier (required)sddc - sddc identifier (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void post(java.lang.String org,
java.lang.String sddc,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
EnableVrScaleOutAsynchronous 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.draas.model.Task
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request
Unauthorized - Forbidden
post in interface EnableVrScaleOutorg - Organization identifier (required)sddc - sddc identifier (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.