VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vcha::CredentialsSpec Class Reference

The CredentialsSpec class contains information to connect to the vCenter server managing the VCHA nodes. More...

List of all members.

Classes

class  Builder
 Builder class for CredentialsSpec. More...

Public Member Functions

 CredentialsSpec ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
vmware.vcenter.vcha.ConnectionSpec GetActiveLocation ()
 Connection information for the management vCenter Server of the Active Node in a VCHA Cluster.
void SetActiveLocation (vmware.vcenter.vcha.ConnectionSpec activeLocation)
 Connection information for the management vCenter Server of the Active Node in a VCHA Cluster.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The CredentialsSpec class contains information to connect to the vCenter server managing the VCHA nodes.

This class was added in vSphere API 6.7.1.


Constructor & Destructor Documentation

vmware::vcenter::vcha::CredentialsSpec::CredentialsSpec ( ) [inline]

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::vcha::CredentialsSpec::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::vcha::CredentialsSpec::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::vcha::CredentialsSpec::_GetType ( ) [inline]
bool vmware::vcenter::vcha::CredentialsSpec::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::vcha::CredentialsSpec::_Validate ( ) [inline]
override bool vmware::vcenter::vcha::CredentialsSpec::Equals ( object  obj) [inline]
vmware.vcenter.vcha.ConnectionSpec vmware::vcenter::vcha::CredentialsSpec::GetActiveLocation ( ) [inline]

Connection information for the management vCenter Server of the Active Node in a VCHA Cluster.

This attribute was added in vSphere API 6.7.1.

override int vmware::vcenter::vcha::CredentialsSpec::GetHashCode ( ) [inline]
void vmware::vcenter::vcha::CredentialsSpec::SetActiveLocation ( vmware.vcenter.vcha.ConnectionSpec  activeLocation) [inline]

Connection information for the management vCenter Server of the Active Node in a VCHA Cluster.

This attribute was added in vSphere API 6.7.1.

override string vmware::vcenter::vcha::CredentialsSpec::ToString ( ) [inline]

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