apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, DELETE_FILE_TYPE_AVI_LB_MAPPING, DELETE_FILE_TYPE_BYOT_L3_MAPPING, DELETE_FILE_TYPE_EDGE_CUTOVER_MAPPING, DELETE_FILE_TYPE_VRA_INPUT, GET_FILE_TYPE_AVI_LB_MAPPING, GET_FILE_TYPE_BYOT_L3_MAPPING, GET_FILE_TYPE_EDGE_CUTOVER_MAPPING, GET_FILE_TYPE_VRA_INPUT, GET_FILE_TYPE_VRA_OUTPUT| Constructor and Description |
|---|
DataStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
DataStub(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 |
|---|---|
void |
delete(java.lang.String fileType,
java.lang.String federationSiteId)
Delete the specified migration data file.
|
void |
delete(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete the specified migration data file.
|
void |
delete(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete the specified migration data file.
|
void |
delete(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete the specified migration data file.
|
MigrationDataInfo |
get(java.lang.String fileType,
java.lang.String federationSiteId)
Get information about the requested Migration Data file.
|
void |
get(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationDataInfo> asyncCallback)
Get information about the requested Migration Data file.
|
void |
get(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationDataInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get information about the requested Migration Data file.
|
MigrationDataInfo |
get(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get information about the requested Migration Data file.
|
public DataStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public DataStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void delete(java.lang.String fileType,
java.lang.String federationSiteId)
DataSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DataSynchronous 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 delete(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
DataAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void delete(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DataAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
delete in interface DatafileType - Type of the Migration data file that needs to be deleted. (required)federationSiteId - Id of the site in NSX-T Federation (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public MigrationDataInfo get(java.lang.String fileType, java.lang.String federationSiteId)
DataSynchronous method overload. Result of the invocation will be reported as a method return value.
public MigrationDataInfo get(java.lang.String fileType, java.lang.String federationSiteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DataSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface DatafileType - Type of the Migration data file for which info is needed. (required)federationSiteId - Id of the site in NSX-T Federation (optional)invocationConfig - Configuration for the method invocation.public void get(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationDataInfo> asyncCallback)
DataAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MigrationDataInfo
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 fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationDataInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DataAsynchronous 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.model.MigrationDataInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface DatafileType - Type of the Migration data file for which info is needed. (required)federationSiteId - Id of the site in NSX-T Federation (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.