public class GetSrmConfigExportStub extends com.vmware.vapi.internal.bindings.Stub implements GetSrmConfigExport
GetSrmConfigExport
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
GetSrmConfigExportStub(ApiProvider apiProvider,
StubConfigurationBase config) |
GetSrmConfigExportStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| 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.
|
public GetSrmConfigExportStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public GetSrmConfigExportStub(ApiProvider apiProvider, StubConfigurationBase config)
public void get(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode)
GetSrmConfigExportSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface GetSrmConfigExportorg - Organization identifier (required)sddc - sddc identifier (required)srmNode - SRM node identifier (required)public void get(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
InvocationConfig invocationConfig)
GetSrmConfigExportSynchronous 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 GetSrmConfigExportorg - Organization identifier (required)sddc - sddc identifier (required)srmNode - SRM node identifier (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
AsyncCallback<java.lang.Void> asyncCallback)
GetSrmConfigExportAsynchronous 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
get in interface GetSrmConfigExportorg - Organization identifier (required)sddc - sddc identifier (required)srmNode - SRM node identifier (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String org,
java.lang.String sddc,
java.lang.String srmNode,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
GetSrmConfigExportAsynchronous 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
get in interface GetSrmConfigExportorg - 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.