public class BatchStub extends com.vmware.vapi.internal.bindings.Stub implements Batch
Batch
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
BatchStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
BatchStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse |
create(BatchRequest batchRequest,
java.lang.Boolean atomic)
Enables you to make multiple API requests using a single request.
|
void |
create(BatchRequest batchRequest,
java.lang.Boolean atomic,
com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback)
Enables you to make multiple API requests using a single request.
|
void |
create(BatchRequest batchRequest,
java.lang.Boolean atomic,
com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Enables you to make multiple API requests using a single request.
|
BatchResponse |
create(BatchRequest batchRequest,
java.lang.Boolean atomic,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Enables you to make multiple API requests using a single request.
|
public BatchStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public BatchStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public BatchResponse create(BatchRequest batchRequest, java.lang.Boolean atomic)
BatchSynchronous method overload. Result of the invocation will be reported as a method return value.
public BatchResponse create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BatchSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback)
BatchAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.BatchResponse
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BatchAsynchronous 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.nsx_global_policy.model.BatchResponse
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface BatchbatchRequest - (required)atomic - Ignored (transactional atomicity flag) (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.