public class ExportStub extends com.vmware.vapi.internal.bindings.Stub implements Export
Export
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ExportStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ExportStub(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 |
---|---|
ExportTask |
cancel()
This operation cancels an export task.
|
void |
cancel(com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback)
This operation cancels an export task.
|
void |
cancel(com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This operation cancels an export task.
|
ExportTask |
cancel(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This operation cancels an export task.
|
ExportTask |
create(ExportRequestParameter exportRequestParameter)
Invoke export task.
|
void |
create(ExportRequestParameter exportRequestParameter,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback)
Invoke export task.
|
void |
create(ExportRequestParameter exportRequestParameter,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Invoke export task.
|
ExportTask |
create(ExportRequestParameter exportRequestParameter,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Invoke export task.
|
ExportTask |
get()
Get the information of the latest export task.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback)
Get the information of the latest export task.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the information of the latest export task.
|
ExportTask |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the information of the latest export task.
|
public ExportStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public ExportStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public ExportTask cancel()
Export
Synchronous method overload. Result of the invocation will be reported as a method return value.
public ExportTask cancel(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Export
Synchronous 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 cancel(com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback)
Export
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.ExportTask
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
public void cancel(com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Export
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.nsx_policy.model.ExportTask
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
public ExportTask create(ExportRequestParameter exportRequestParameter)
Export
Synchronous method overload. Result of the invocation will be reported as a method return value.
public ExportTask create(ExportRequestParameter exportRequestParameter, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Export
Synchronous 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(ExportRequestParameter exportRequestParameter, com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback)
Export
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.ExportTask
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
public void create(ExportRequestParameter exportRequestParameter, com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Export
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.nsx_policy.model.ExportTask
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
public ExportTask get()
Export
Synchronous method overload. Result of the invocation will be reported as a method return value.
public ExportTask get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Export
Synchronous 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 get(com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback)
Export
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.ExportTask
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
public void get(com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Export
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.nsx_policy.model.ExportTask
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found