public class SiteRecoveryVersionsStub extends com.vmware.vapi.internal.bindings.Stub implements SiteRecoveryVersions
SiteRecoveryVersions
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
SiteRecoveryVersionsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
SiteRecoveryVersionsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
SiteRecoveryVersions |
get(java.lang.String org,
java.lang.String sddc)
Query site recovery versions for the specified sddc
|
void |
get(java.lang.String org,
java.lang.String sddc,
AsyncCallback<SiteRecoveryVersions> asyncCallback)
Query site recovery versions for the specified sddc
|
void |
get(java.lang.String org,
java.lang.String sddc,
AsyncCallback<SiteRecoveryVersions> asyncCallback,
InvocationConfig invocationConfig)
Query site recovery versions for the specified sddc
|
SiteRecoveryVersions |
get(java.lang.String org,
java.lang.String sddc,
InvocationConfig invocationConfig)
Query site recovery versions for the specified sddc
|
public SiteRecoveryVersionsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public SiteRecoveryVersionsStub(ApiProvider apiProvider, StubConfigurationBase config)
public SiteRecoveryVersions get(java.lang.String org, java.lang.String sddc)
SiteRecoveryVersions
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface SiteRecoveryVersions
org
- Organization identifier (required)sddc
- sddc identifier (required)public SiteRecoveryVersions get(java.lang.String org, java.lang.String sddc, InvocationConfig invocationConfig)
SiteRecoveryVersions
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 SiteRecoveryVersions
org
- Organization identifier (required)sddc
- sddc identifier (required)invocationConfig
- Configuration for the method invocation.public void get(java.lang.String org, java.lang.String sddc, AsyncCallback<SiteRecoveryVersions> asyncCallback)
SiteRecoveryVersions
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.draas.model.SiteRecoveryVersions
Operation Errors:
Unauthenticated
- Unauthorized
InvalidRequest
- Invalid action or bad argument
Unauthorized
- Forbidden
NotFound
- Cannot find site recovery versions for sddc identifier
get
in interface SiteRecoveryVersions
org
- Organization identifier (required)sddc
- sddc 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, AsyncCallback<SiteRecoveryVersions> asyncCallback, InvocationConfig invocationConfig)
SiteRecoveryVersions
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.vmc.draas.model.SiteRecoveryVersions
Operation Errors:
Unauthenticated
- Unauthorized
InvalidRequest
- Invalid action or bad argument
Unauthorized
- Forbidden
NotFound
- Cannot find site recovery versions for sddc identifier
get
in interface SiteRecoveryVersions
org
- Organization identifier (required)sddc
- sddc identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.