public interface ReplicationStatus extends Service, ReplicationStatusTypes
ReplicationStatus interface provides methods to retrieve replication
status information of vCenter and Platform Services Controller nodes of type
VCSA_EMBEDDED/PSC_EXTERNAL (see NodesTypes.Info.getType()). This interface was added
in vSphere API 6.7.2.ReplicationStatusTypes.FilterSpec, ReplicationStatusTypes.Summary_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReplicationStatusTypes.Summary> |
list(ReplicationStatusTypes.FilterSpec filter)
Returns the replication information of vCenter and Platform Services Controller
nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see
NodesTypes.Info.getType()) matching the ReplicationStatusTypes.FilterSpec. |
void |
list(ReplicationStatusTypes.FilterSpec filter,
AsyncCallback<java.util.List<ReplicationStatusTypes.Summary>> asyncCallback)
Returns the replication information of vCenter and Platform Services Controller
nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see
NodesTypes.Info.getType()) matching the ReplicationStatusTypes.FilterSpec. |
void |
list(ReplicationStatusTypes.FilterSpec filter,
AsyncCallback<java.util.List<ReplicationStatusTypes.Summary>> asyncCallback,
InvocationConfig invocationConfig)
Returns the replication information of vCenter and Platform Services Controller
nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see
NodesTypes.Info.getType()) matching the ReplicationStatusTypes.FilterSpec. |
java.util.List<ReplicationStatusTypes.Summary> |
list(ReplicationStatusTypes.FilterSpec filter,
InvocationConfig invocationConfig)
Returns the replication information of vCenter and Platform Services Controller
nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see
NodesTypes.Info.getType()) matching the ReplicationStatusTypes.FilterSpec. |
java.util.List<ReplicationStatusTypes.Summary> list(ReplicationStatusTypes.FilterSpec filter)
NodesTypes.Info.getType()) matching the ReplicationStatusTypes.FilterSpec. This method was
added in vSphere API 6.7.2.
Synchronous method overload. Result of the invocation will be reported as a method return value.
filter - Specification of matching vCenter and Platform Services Controller nodes for
which information should be returned.
If null, the behavior is equivalent to a ReplicationStatusTypes.FilterSpec with all
properties null which means all vCenter and Platform Services Controller
nodes of type VCSA_EMBEDDED/PSC_EXTERNAL match the filter.ReplicationStatusTypes.FilterSpec.Unauthenticated - if the user can not be authenticated.Unauthorized - if the user doesn't have the required privileges.InvalidArgument - if the ReplicationStatusTypes.FilterSpec.getNodes() property
contains a invalid value.Unauthorized - if you do not have all of the privileges described as follows: System.Read. java.util.List<ReplicationStatusTypes.Summary> list(ReplicationStatusTypes.FilterSpec filter, InvocationConfig invocationConfig)
NodesTypes.Info.getType()) matching the ReplicationStatusTypes.FilterSpec. This method was
added in vSphere API 6.7.2.
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
filter - Specification of matching vCenter and Platform Services Controller nodes for
which information should be returned.
If null, the behavior is equivalent to a ReplicationStatusTypes.FilterSpec with all
properties null which means all vCenter and Platform Services Controller
nodes of type VCSA_EMBEDDED/PSC_EXTERNAL match the filter.invocationConfig - Configuration for the method invocation.ReplicationStatusTypes.FilterSpec.Unauthenticated - if the user can not be authenticated.Unauthorized - if the user doesn't have the required privileges.InvalidArgument - if the ReplicationStatusTypes.FilterSpec.getNodes() property
contains a invalid value.Unauthorized - if you do not have all of the privileges described as follows: System.Read. void list(ReplicationStatusTypes.FilterSpec filter, AsyncCallback<java.util.List<ReplicationStatusTypes.Summary>> asyncCallback)
NodesTypes.Info.getType()) matching the ReplicationStatusTypes.FilterSpec. This method was
added in vSphere API 6.7.2.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
Commonly used replication information about vCenter and Platform Services
Controller nodes matching the ReplicationStatusTypes.FilterSpec.
Operation Errors:
Unauthenticated - if the user can not be authenticated.
Unauthorized - if the user doesn't have the required privileges.
InvalidArgument - if the ReplicationStatusTypes.FilterSpec.getNodes() property
contains a invalid value.
Unauthorized - if you do not have all of the privileges described as follows:
System.Read. filter - Specification of matching vCenter and Platform Services Controller nodes for
which information should be returned.
If null, the behavior is equivalent to a ReplicationStatusTypes.FilterSpec with all
properties null which means all vCenter and Platform Services Controller
nodes of type VCSA_EMBEDDED/PSC_EXTERNAL match the filter.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(ReplicationStatusTypes.FilterSpec filter, AsyncCallback<java.util.List<ReplicationStatusTypes.Summary>> asyncCallback, InvocationConfig invocationConfig)
NodesTypes.Info.getType()) matching the ReplicationStatusTypes.FilterSpec. This method was
added in vSphere API 6.7.2.
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:
Commonly used replication information about vCenter and Platform Services
Controller nodes matching the ReplicationStatusTypes.FilterSpec.
Operation Errors:
Unauthenticated - if the user can not be authenticated.
Unauthorized - if the user doesn't have the required privileges.
InvalidArgument - if the ReplicationStatusTypes.FilterSpec.getNodes() property
contains a invalid value.
Unauthorized - if you do not have all of the privileges described as follows:
System.Read. filter - Specification of matching vCenter and Platform Services Controller nodes for
which information should be returned.
If null, the behavior is equivalent to a ReplicationStatusTypes.FilterSpec with all
properties null which means all vCenter and Platform Services Controller
nodes of type VCSA_EMBEDDED/PSC_EXTERNAL match the filter.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.