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(java.lang.String orgId,
java.lang.String projectId)
This operation cancels an export task.
|
void |
cancel(java.lang.String orgId,
java.lang.String projectId,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback)
This operation cancels an export task.
|
void |
cancel(java.lang.String orgId,
java.lang.String projectId,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This operation cancels an export task.
|
ExportTask |
cancel(java.lang.String orgId,
java.lang.String projectId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This operation cancels an export task.
|
ExportTask |
create(java.lang.String orgId,
java.lang.String projectId,
ExportRequestParameter exportRequestParameter)
Invoke export task.
|
void |
create(java.lang.String orgId,
java.lang.String projectId,
ExportRequestParameter exportRequestParameter,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback)
Invoke export task.
|
void |
create(java.lang.String orgId,
java.lang.String projectId,
ExportRequestParameter exportRequestParameter,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Invoke export task.
|
ExportTask |
create(java.lang.String orgId,
java.lang.String projectId,
ExportRequestParameter exportRequestParameter,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Invoke export task.
|
ExportTask |
get(java.lang.String orgId,
java.lang.String projectId)
Get the information of the latest export task.
|
void |
get(java.lang.String orgId,
java.lang.String projectId,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback)
Get the information of the latest export task.
|
void |
get(java.lang.String orgId,
java.lang.String projectId,
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(java.lang.String orgId,
java.lang.String projectId,
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(java.lang.String orgId, java.lang.String projectId)
ExportSynchronous method overload. Result of the invocation will be reported as a method return value.
public ExportTask cancel(java.lang.String orgId, java.lang.String projectId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportSynchronous 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(java.lang.String orgId,
java.lang.String projectId,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback)
ExportAsynchronous 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(java.lang.String orgId,
java.lang.String projectId,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportAsynchronous 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(java.lang.String orgId, java.lang.String projectId, ExportRequestParameter exportRequestParameter)
ExportSynchronous method overload. Result of the invocation will be reported as a method return value.
public ExportTask create(java.lang.String orgId, java.lang.String projectId, ExportRequestParameter exportRequestParameter, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportSynchronous 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(java.lang.String orgId,
java.lang.String projectId,
ExportRequestParameter exportRequestParameter,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback)
ExportAsynchronous 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(java.lang.String orgId,
java.lang.String projectId,
ExportRequestParameter exportRequestParameter,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportAsynchronous 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
create in interface ExportorgId - The organization ID (required)projectId - The project ID (required)exportRequestParameter - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ExportTask get(java.lang.String orgId, java.lang.String projectId)
ExportSynchronous method overload. Result of the invocation will be reported as a method return value.
public ExportTask get(java.lang.String orgId, java.lang.String projectId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportSynchronous 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(java.lang.String orgId,
java.lang.String projectId,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback)
ExportAsynchronous 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(java.lang.String orgId,
java.lang.String projectId,
com.vmware.vapi.bindings.client.AsyncCallback<ExportTask> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExportAsynchronous 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