_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| 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.
|
void delete(java.lang.String fileType,
java.lang.String federationSiteId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
fileType - Type of the Migration data file that needs to be deleted. (required)federationSiteId - Id of the site in NSX-T Federation (optional)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid delete(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
fileType - Type of the Migration data file that needs to be deleted. (required)federationSiteId - Id of the site in NSX-T Federation (optional)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid delete(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
fileType - 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.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)
Asynchronous 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
fileType - 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.MigrationDataInfo get(java.lang.String fileType, java.lang.String federationSiteId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
fileType - Type of the Migration data file for which info is needed. (required)federationSiteId - Id of the site in NSX-T Federation (optional)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundMigrationDataInfo get(java.lang.String fileType, java.lang.String federationSiteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
fileType - 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.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String fileType,
java.lang.String federationSiteId,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationDataInfo> asyncCallback)
Asynchronous 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
fileType - 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.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)
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.model.MigrationDataInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fileType - 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.