VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::topology::ReplicationStatusStub Class Reference

Remote stub implementation of the ReplicationStatus API service. More...

Inherits vmware::vcenter::topology::ReplicationStatus.

List of all members.

Public Member Functions

 ReplicationStatusStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 ReplicationStatusStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
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

Remote stub implementation of the ReplicationStatus API service.


Constructor & Destructor Documentation

vmware::vcenter::topology::ReplicationStatusStub::ReplicationStatusStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::topology::ReplicationStatusStub::ReplicationStatusStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

global::System.Collections.Generic.List<vmware.vcenter.topology.ReplicationStatusTypes.Summary> vmware::vcenter::topology::ReplicationStatusStub::List ( vmware.vcenter.topology.ReplicationStatusTypes.FilterSpec  filter) [inline]

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 .

Implements vmware::vcenter::topology::ReplicationStatus.

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

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 .

Implements vmware::vcenter::topology::ReplicationStatus.

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

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 .

Implements vmware::vcenter::topology::ReplicationStatus.

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

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 .

Implements vmware::vcenter::topology::ReplicationStatus.


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