public interface GetSrmConfigExport extends Service, GetSrmConfigExportTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
void |
get(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode)
Get content of the config export file needed for CVDS migration.
|
void |
get(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
AsyncCallback<java.lang.Void> asyncCallback)
Get content of the config export file needed for CVDS migration.
|
void |
get(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Get content of the config export file needed for CVDS migration.
|
void |
get(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
InvocationConfig invocationConfig)
Get content of the config export file needed for CVDS migration.
|
void get(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org - Organization identifier (required)sddc - sddc identifier (required)srmNode - SRM node identifier (required)Unauthenticated - UnauthorizedUnauthorized - ForbiddenNotFound - Cannot find config-export file in the site recovery node target pathvoid get(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
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.
org - Organization identifier (required)sddc - sddc identifier (required)srmNode - SRM node identifier (required)invocationConfig - Configuration for the method invocation.Unauthenticated - UnauthorizedUnauthorized - ForbiddenNotFound - Cannot find config-export file in the site recovery node target pathvoid get(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Unauthenticated - Unauthorized
Unauthorized - Forbidden
NotFound - Cannot find config-export file in the site recovery node target path
org - Organization identifier (required)sddc - sddc identifier (required)srmNode - SRM node identifier (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
AsyncCallback<java.lang.Void> asyncCallback,
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:
Unauthenticated - Unauthorized
Unauthorized - Forbidden
NotFound - Cannot find config-export file in the site recovery node target path
org - Organization identifier (required)sddc - sddc identifier (required)srmNode - SRM node identifier (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.