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)
GetSrmConfigExport
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface GetSrmConfigExport
org
- 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)
GetSrmConfigExport
Synchronous 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 GetSrmConfigExport
org
- 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)
GetSrmConfigExport
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
get
in interface GetSrmConfigExport
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.public void get(java.lang.String org, java.lang.String sddc, java.lang.String srmNode, AsyncCallback<java.lang.Void> asyncCallback, InvocationConfig invocationConfig)
GetSrmConfigExport
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
get
in interface GetSrmConfigExport
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.