public class MapCustomerZonesStub extends com.vmware.vapi.internal.bindings.Stub implements MapCustomerZones
MapCustomerZones
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
MapCustomerZonesStub(ApiProvider apiProvider,
StubConfigurationBase config) |
MapCustomerZonesStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
Task |
post(java.lang.String org,
MapZonesRequest mapZonesRequest)
Creates a task to re-map customer's datacenters across zones.
|
void |
post(java.lang.String org,
MapZonesRequest mapZonesRequest,
AsyncCallback<Task> asyncCallback)
Creates a task to re-map customer's datacenters across zones.
|
void |
post(java.lang.String org,
MapZonesRequest mapZonesRequest,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
Creates a task to re-map customer's datacenters across zones.
|
Task |
post(java.lang.String org,
MapZonesRequest mapZonesRequest,
InvocationConfig invocationConfig)
Creates a task to re-map customer's datacenters across zones.
|
public MapCustomerZonesStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public MapCustomerZonesStub(ApiProvider apiProvider, StubConfigurationBase config)
public Task post(java.lang.String org, MapZonesRequest mapZonesRequest)
MapCustomerZones
Synchronous method overload. Result of the invocation will be reported as a method return value.
post
in interface MapCustomerZones
org
- Organization identifier (required)mapZonesRequest
- The zones request information about who to map and what to map. (required)public Task post(java.lang.String org, MapZonesRequest mapZonesRequest, InvocationConfig invocationConfig)
MapCustomerZones
Synchronous 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 MapCustomerZones
org
- Organization identifier (required)mapZonesRequest
- The zones request information about who to map and what to map. (required)invocationConfig
- Configuration for the method invocation.public void post(java.lang.String org, MapZonesRequest mapZonesRequest, AsyncCallback<Task> asyncCallback)
MapCustomerZones
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
Unauthorized
- Forbidden
post
in interface MapCustomerZones
org
- Organization identifier (required)mapZonesRequest
- The zones request information about who to map and what to map. (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void post(java.lang.String org, MapZonesRequest mapZonesRequest, AsyncCallback<Task> asyncCallback, InvocationConfig invocationConfig)
MapCustomerZones
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
Unauthorized
- Forbidden
post
in interface MapCustomerZones
org
- Organization identifier (required)mapZonesRequest
- The zones request information about who to map and what to map. (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.