VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::topology::ReplicationStatus Interface Reference

The ReplicationStatus interface provides methods to retrieve replication status information of vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see Nodes.Info.type ). More...

Inherited by vmware::vcenter::topology::ReplicationStatusStub.

List of all members.

Public Member Functions

global::System.Collections.Generic.List
< vmware.vcenter.topology.ReplicationStatusTypes.Summary
List (vmware.vcenter.topology.ReplicationStatusTypes.FilterSpec filter)
 Returns the replication information of vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see Nodes.Info.type ) matching the ReplicationStatus.FilterSpec .
global::System.Collections.Generic.List
< vmware.vcenter.topology.ReplicationStatusTypes.Summary
List (vmware.vcenter.topology.ReplicationStatusTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns the replication information of vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see Nodes.Info.type ) matching the ReplicationStatus.FilterSpec .
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.topology.ReplicationStatusTypes.Summary > > 
ListAsync (vmware.vcenter.topology.ReplicationStatusTypes.FilterSpec filter)
 Returns the replication information of vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see Nodes.Info.type ) matching the ReplicationStatus.FilterSpec .
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.topology.ReplicationStatusTypes.Summary > > 
ListAsync (vmware.vcenter.topology.ReplicationStatusTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns the replication information of vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see Nodes.Info.type ) matching the ReplicationStatus.FilterSpec .

Detailed Description

The ReplicationStatus interface provides methods to retrieve replication status information of vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see Nodes.Info.type ).

This interface was added in vSphere API 6.7.2.


Member Function Documentation

global::System.Collections.Generic.List<vmware.vcenter.topology.ReplicationStatusTypes.Summary> vmware::vcenter::topology::ReplicationStatus::List ( vmware.vcenter.topology.ReplicationStatusTypes.FilterSpec  filter)

Returns the replication information of vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see Nodes.Info.type ) matching the ReplicationStatus.FilterSpec .

This method was added in vSphere API 6.7.2.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
vmware.vapi.std.errors.InvalidArgumentif the ReplicationStatus.FilterSpec.nodes field contains a invalid value.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
Parameters:
filterSpecification of matching vCenter and Platform Services Controller nodes for which information should be returned. If null, the behavior is equivalent to a ReplicationStatus.FilterSpec with all fields null which means all vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL match the filter.
Returns:
Commonly used replication information about vCenter and Platform Services Controller nodes matching the ReplicationStatus.FilterSpec .

Implemented in vmware::vcenter::topology::ReplicationStatusStub.

global::System.Collections.Generic.List<vmware.vcenter.topology.ReplicationStatusTypes.Summary> vmware::vcenter::topology::ReplicationStatus::List ( vmware.vcenter.topology.ReplicationStatusTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns the replication information of vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see Nodes.Info.type ) matching the ReplicationStatus.FilterSpec .

This method was added in vSphere API 6.7.2.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
vmware.vapi.std.errors.InvalidArgumentif the ReplicationStatus.FilterSpec.nodes field contains a invalid value.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
Parameters:
filterSpecification of matching vCenter and Platform Services Controller nodes for which information should be returned. If null, the behavior is equivalent to a ReplicationStatus.FilterSpec with all fields null which means all vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Commonly used replication information about vCenter and Platform Services Controller nodes matching the ReplicationStatus.FilterSpec .

Implemented in vmware::vcenter::topology::ReplicationStatusStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.topology.ReplicationStatusTypes.Summary> > vmware::vcenter::topology::ReplicationStatus::ListAsync ( vmware.vcenter.topology.ReplicationStatusTypes.FilterSpec  filter)

Returns the replication information of vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see Nodes.Info.type ) matching the ReplicationStatus.FilterSpec .

This method was added in vSphere API 6.7.2.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
vmware.vapi.std.errors.InvalidArgumentif the ReplicationStatus.FilterSpec.nodes field contains a invalid value.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
Parameters:
filterSpecification of matching vCenter and Platform Services Controller nodes for which information should be returned. If null, the behavior is equivalent to a ReplicationStatus.FilterSpec with all fields null which means all vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL match the filter.
Returns:
Commonly used replication information about vCenter and Platform Services Controller nodes matching the ReplicationStatus.FilterSpec .

Implemented in vmware::vcenter::topology::ReplicationStatusStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.topology.ReplicationStatusTypes.Summary> > vmware::vcenter::topology::ReplicationStatus::ListAsync ( vmware.vcenter.topology.ReplicationStatusTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns the replication information of vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL (see Nodes.Info.type ) matching the ReplicationStatus.FilterSpec .

This method was added in vSphere API 6.7.2.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
vmware.vapi.std.errors.InvalidArgumentif the ReplicationStatus.FilterSpec.nodes field contains a invalid value.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
Parameters:
filterSpecification of matching vCenter and Platform Services Controller nodes for which information should be returned. If null, the behavior is equivalent to a ReplicationStatus.FilterSpec with all fields null which means all vCenter and Platform Services Controller nodes of type VCSA_EMBEDDED/PSC_EXTERNAL match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Commonly used replication information about vCenter and Platform Services Controller nodes matching the ReplicationStatus.FilterSpec .

Implemented in vmware::vcenter::topology::ReplicationStatusStub.


The documentation for this interface was generated from the following file: