public class ReplicationStatusStub extends com.vmware.vapi.internal.bindings.Stub implements ReplicationStatus
ReplicationStatus
API service.
WARNING: Internal class, subject to change in future versions.
ReplicationStatusTypes.FilterSpec, ReplicationStatusTypes.SummaryapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ReplicationStatusStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ReplicationStatusStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| 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. |
public ReplicationStatusStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ReplicationStatusStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<ReplicationStatusTypes.Summary> list(ReplicationStatusTypes.FilterSpec filter)
ReplicationStatusNodesTypes.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.
list in interface ReplicationStatusfilter - 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.public java.util.List<ReplicationStatusTypes.Summary> list(ReplicationStatusTypes.FilterSpec filter, InvocationConfig invocationConfig)
ReplicationStatusNodesTypes.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.
list in interface ReplicationStatusfilter - 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.public void list(ReplicationStatusTypes.FilterSpec filter, AsyncCallback<java.util.List<ReplicationStatusTypes.Summary>> asyncCallback)
ReplicationStatusNodesTypes.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. list in interface ReplicationStatusfilter - 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.public void list(ReplicationStatusTypes.FilterSpec filter, AsyncCallback<java.util.List<ReplicationStatusTypes.Summary>> asyncCallback, InvocationConfig invocationConfig)
ReplicationStatusNodesTypes.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. list in interface ReplicationStatusfilter - 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.