public class ReplicaDataStub extends com.vmware.vapi.internal.bindings.Stub implements ReplicaData
ReplicaData
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ReplicaDataStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ReplicaDataStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
Structure |
get(java.lang.String org,
java.lang.String sddc)
Get VSR replica data per host
|
void |
get(java.lang.String org,
java.lang.String sddc,
AsyncCallback<Structure> asyncCallback)
Get VSR replica data per host
|
void |
get(java.lang.String org,
java.lang.String sddc,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get VSR replica data per host
|
Structure |
get(java.lang.String org,
java.lang.String sddc,
InvocationConfig invocationConfig)
Get VSR replica data per host
|
public ReplicaDataStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ReplicaDataStub(ApiProvider apiProvider, StubConfigurationBase config)
public Structure get(java.lang.String org, java.lang.String sddc)
ReplicaData
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface ReplicaData
org
- Organization identifier (required)sddc
- sddc identifier (required)public Structure get(java.lang.String org, java.lang.String sddc, InvocationConfig invocationConfig)
ReplicaData
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 ReplicaData
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<Structure> asyncCallback)
ReplicaData
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
DynamicStructure
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
NotFound
- Not found
get
in interface ReplicaData
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<Structure> asyncCallback, InvocationConfig invocationConfig)
ReplicaData
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:
DynamicStructure
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
NotFound
- Not found
get
in interface ReplicaData
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.