VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Active API service. More...
Inherits vmware::vcenter::vcha::cluster::Active.
Public Member Functions | |
ActiveStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
ActiveStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
vmware.vcenter.vcha.cluster.ActiveTypes.Info | Get (vmware.vcenter.vcha.CredentialsSpec vcSpec, bool?partial_) |
Retrieves information about the active node of a VCHA cluster. | |
vmware.vcenter.vcha.cluster.ActiveTypes.Info | Get (vmware.vcenter.vcha.CredentialsSpec vcSpec, bool?partial_, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Retrieves information about the active node of a VCHA cluster. | |
global::System.Threading.Tasks.Task < vmware.vcenter.vcha.cluster.ActiveTypes.Info > | GetAsync (vmware.vcenter.vcha.CredentialsSpec vcSpec, bool?partial_) |
Retrieves information about the active node of a VCHA cluster. | |
global::System.Threading.Tasks.Task < vmware.vcenter.vcha.cluster.ActiveTypes.Info > | GetAsync (vmware.vcenter.vcha.CredentialsSpec vcSpec, bool?partial_, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Retrieves information about the active node of a VCHA cluster. |
Remote stub implementation of the Active API service.
vmware::vcenter::vcha::cluster::ActiveStub::ActiveStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::vcha::cluster::ActiveStub::ActiveStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware.vcenter.vcha.cluster.ActiveTypes.Info vmware::vcenter::vcha::cluster::ActiveStub::Get | ( | vmware.vcenter.vcha.CredentialsSpec | vcSpec, |
bool? | partial_ | ||
) | [inline] |
Retrieves information about the active node of a VCHA cluster.
This method was added in vSphere API 6.7.1.
vmware.vapi.std.errors.InvalidArgument | If the credentials provided for authentincating with the active node's management vCenter server are invalid. |
vmware.vapi.std.errors.Unauthorized | If the user has insufficient privilege to perform the operation.
|
vmware.vapi.std.errors.UnverifiedPeer | If the SSL certificate of the management vCenter server cannot be validated. The value of the data field of vmware.vapi.std.errors.Error will be a class that contains all the fields defined in vmware.vcenter.vcha.CertificateInfo . |
vmware.vapi.std.errors.InvalidElementConfiguration | If the active node is on more than one datastore. |
vmware.vapi.std.errors.NotFound | If the active virtual machine is not managed by the specified vCenter server for the active node. |
vmware.vapi.std.errors.Error | If the management interface IP address assignment is not static. |
vmware.vapi.std.errors.Error | If any other error occurs. |
vcSpec | Contains active node's management vCenter server credentials. If null, then the active vCenter Server instance is assumed to be either self-managed or else in enhanced linked mode and managed by a linked vCenter Server instance. |
partial_ | If true, then return only the information that does not require connecting to the Active vCenter Server. If false or unset, then return all the information. If null, then return all the information. |
Implements vmware::vcenter::vcha::cluster::Active.
vmware.vcenter.vcha.cluster.ActiveTypes.Info vmware::vcenter::vcha::cluster::ActiveStub::Get | ( | vmware.vcenter.vcha.CredentialsSpec | vcSpec, |
bool? | partial_, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Retrieves information about the active node of a VCHA cluster.
This method was added in vSphere API 6.7.1.
vmware.vapi.std.errors.InvalidArgument | If the credentials provided for authentincating with the active node's management vCenter server are invalid. |
vmware.vapi.std.errors.Unauthorized | If the user has insufficient privilege to perform the operation.
|
vmware.vapi.std.errors.UnverifiedPeer | If the SSL certificate of the management vCenter server cannot be validated. The value of the data field of vmware.vapi.std.errors.Error will be a class that contains all the fields defined in vmware.vcenter.vcha.CertificateInfo . |
vmware.vapi.std.errors.InvalidElementConfiguration | If the active node is on more than one datastore. |
vmware.vapi.std.errors.NotFound | If the active virtual machine is not managed by the specified vCenter server for the active node. |
vmware.vapi.std.errors.Error | If the management interface IP address assignment is not static. |
vmware.vapi.std.errors.Error | If any other error occurs. |
vcSpec | Contains active node's management vCenter server credentials. If null, then the active vCenter Server instance is assumed to be either self-managed or else in enhanced linked mode and managed by a linked vCenter Server instance. |
partial_ | If true, then return only the information that does not require connecting to the Active vCenter Server. If false or unset, then return all the information. If null, then return all the information. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::vcha::cluster::Active.
global::System.Threading.Tasks.Task<vmware.vcenter.vcha.cluster.ActiveTypes.Info> vmware::vcenter::vcha::cluster::ActiveStub::GetAsync | ( | vmware.vcenter.vcha.CredentialsSpec | vcSpec, |
bool? | partial_ | ||
) | [inline] |
Retrieves information about the active node of a VCHA cluster.
This method was added in vSphere API 6.7.1.
vmware.vapi.std.errors.InvalidArgument | If the credentials provided for authentincating with the active node's management vCenter server are invalid. |
vmware.vapi.std.errors.Unauthorized | If the user has insufficient privilege to perform the operation.
|
vmware.vapi.std.errors.UnverifiedPeer | If the SSL certificate of the management vCenter server cannot be validated. The value of the data field of vmware.vapi.std.errors.Error will be a class that contains all the fields defined in vmware.vcenter.vcha.CertificateInfo . |
vmware.vapi.std.errors.InvalidElementConfiguration | If the active node is on more than one datastore. |
vmware.vapi.std.errors.NotFound | If the active virtual machine is not managed by the specified vCenter server for the active node. |
vmware.vapi.std.errors.Error | If the management interface IP address assignment is not static. |
vmware.vapi.std.errors.Error | If any other error occurs. |
vcSpec | Contains active node's management vCenter server credentials. If null, then the active vCenter Server instance is assumed to be either self-managed or else in enhanced linked mode and managed by a linked vCenter Server instance. |
partial_ | If true, then return only the information that does not require connecting to the Active vCenter Server. If false or unset, then return all the information. If null, then return all the information. |
Implements vmware::vcenter::vcha::cluster::Active.
global::System.Threading.Tasks.Task<vmware.vcenter.vcha.cluster.ActiveTypes.Info> vmware::vcenter::vcha::cluster::ActiveStub::GetAsync | ( | vmware.vcenter.vcha.CredentialsSpec | vcSpec, |
bool? | partial_, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Retrieves information about the active node of a VCHA cluster.
This method was added in vSphere API 6.7.1.
vmware.vapi.std.errors.InvalidArgument | If the credentials provided for authentincating with the active node's management vCenter server are invalid. |
vmware.vapi.std.errors.Unauthorized | If the user has insufficient privilege to perform the operation.
|
vmware.vapi.std.errors.UnverifiedPeer | If the SSL certificate of the management vCenter server cannot be validated. The value of the data field of vmware.vapi.std.errors.Error will be a class that contains all the fields defined in vmware.vcenter.vcha.CertificateInfo . |
vmware.vapi.std.errors.InvalidElementConfiguration | If the active node is on more than one datastore. |
vmware.vapi.std.errors.NotFound | If the active virtual machine is not managed by the specified vCenter server for the active node. |
vmware.vapi.std.errors.Error | If the management interface IP address assignment is not static. |
vmware.vapi.std.errors.Error | If any other error occurs. |
vcSpec | Contains active node's management vCenter server credentials. If null, then the active vCenter Server instance is assumed to be either self-managed or else in enhanced linked mode and managed by a linked vCenter Server instance. |
partial_ | If true, then return only the information that does not require connecting to the Active vCenter Server. If false or unset, then return all the information. If null, then return all the information. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::vcha::cluster::Active.