|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the ReplicationStatus API service. More...
Inherits vmware::vcenter::topology::ReplicationStatus.
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 . | |
Remote stub implementation of the ReplicationStatus API service.
| 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] |
| 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.
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
| vmware.vapi.std.errors.InvalidArgument | if the ReplicationStatus.FilterSpec.nodes field contains a invalid value. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| filter | Specification 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. |
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.
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
| vmware.vapi.std.errors.InvalidArgument | if the ReplicationStatus.FilterSpec.nodes field contains a invalid value. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| filter | Specification 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. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
| vmware.vapi.std.errors.InvalidArgument | if the ReplicationStatus.FilterSpec.nodes field contains a invalid value. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| filter | Specification 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. |
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.
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
| vmware.vapi.std.errors.InvalidArgument | if the ReplicationStatus.FilterSpec.nodes field contains a invalid value. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| filter | Specification 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. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::topology::ReplicationStatus.