public interface ReplicaDiskCollections extends Service, ReplicaDiskCollectionsTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReplicaDiskCollection> |
get(java.lang.String org,
java.lang.String sddc,
java.lang.String datastoreMoId)
Query replica disk collections
|
void |
get(java.lang.String org,
java.lang.String sddc,
java.lang.String datastoreMoId,
AsyncCallback<java.util.List<ReplicaDiskCollection>> asyncCallback)
Query replica disk collections
|
void |
get(java.lang.String org,
java.lang.String sddc,
java.lang.String datastoreMoId,
AsyncCallback<java.util.List<ReplicaDiskCollection>> asyncCallback,
InvocationConfig invocationConfig)
Query replica disk collections
|
java.util.List<ReplicaDiskCollection> |
get(java.lang.String org,
java.lang.String sddc,
java.lang.String datastoreMoId,
InvocationConfig invocationConfig)
Query replica disk collections
|
java.util.List<ReplicaDiskCollection> get(java.lang.String org, java.lang.String sddc, java.lang.String datastoreMoId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org - Organization identifier (required)sddc - sddc identifier (required)datastoreMoId - Represents the datastore moref id to search. (optional)Unauthenticated - UnauthorizedUnauthorized - ForbiddenNotFound - Not foundjava.util.List<ReplicaDiskCollection> get(java.lang.String org, java.lang.String sddc, java.lang.String datastoreMoId, 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)datastoreMoId - Represents the datastore moref id to search. (optional)invocationConfig - Configuration for the method invocation.Unauthenticated - UnauthorizedUnauthorized - ForbiddenNotFound - Not foundvoid get(java.lang.String org,
java.lang.String sddc,
java.lang.String datastoreMoId,
AsyncCallback<java.util.List<ReplicaDiskCollection>> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Unauthenticated - Unauthorized
Unauthorized - Forbidden
NotFound - Not found
org - Organization identifier (required)sddc - sddc identifier (required)datastoreMoId - Represents the datastore moref id to search. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String org,
java.lang.String sddc,
java.lang.String datastoreMoId,
AsyncCallback<java.util.List<ReplicaDiskCollection>> 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.
Operation Errors:
Unauthenticated - Unauthorized
Unauthorized - Forbidden
NotFound - Not found
org - Organization identifier (required)sddc - sddc identifier (required)datastoreMoId - Represents the datastore moref id to search. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.