public interface ReplicaData extends Service, ReplicaDataTypes
_VAPI_SERVICE_ID
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
|
Structure get(java.lang.String org, java.lang.String sddc)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org
- Organization identifier (required)sddc
- sddc identifier (required)Unauthenticated
- UnauthorizedUnauthorized
- ForbiddenNotFound
- Not foundStructure get(java.lang.String org, java.lang.String sddc, 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)invocationConfig
- Configuration for the method invocation.Unauthenticated
- UnauthorizedUnauthorized
- ForbiddenNotFound
- Not foundvoid get(java.lang.String org, java.lang.String sddc, AsyncCallback<Structure> asyncCallback)
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
org
- Organization identifier (required)sddc
- sddc identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String org, java.lang.String sddc, AsyncCallback<Structure> 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.
Invocation Result:
DynamicStructure
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
NotFound
- Not found
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.