VMware vSphere Automation SDK for .NET 6.5.0
vmware::vcenter::ClusterTypes::Info Class Reference

The Cluster.Info class contains information about a cluster in vCenter Server. More...

List of all members.

Public Member Functions

 Info ()
 Creates a default new instance.
string GetName ()
 The name of the cluster.
void SetName (string name)
 The name of the cluster.
string GetResourcePool ()
 Identifier of the root resource pool of the cluster When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: ResourcePool .
void SetResourcePool (string resourcePool)
 Identifier of the root resource pool of the cluster When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: ResourcePool .
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 Cluster.Info class contains information about a cluster in vCenter Server.


Constructor & Destructor Documentation

vmware::vcenter::ClusterTypes::Info::Info ( ) [inline]

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::ClusterTypes::Info::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::ClusterTypes::Info::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::ClusterTypes::Info::_GetType ( ) [inline]
bool vmware::vcenter::ClusterTypes::Info::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::ClusterTypes::Info::_Validate ( ) [inline]
override bool vmware::vcenter::ClusterTypes::Info::Equals ( object  obj) [inline]
override int vmware::vcenter::ClusterTypes::Info::GetHashCode ( ) [inline]
string vmware::vcenter::ClusterTypes::Info::GetName ( ) [inline]

The name of the cluster.

string vmware::vcenter::ClusterTypes::Info::GetResourcePool ( ) [inline]

Identifier of the root resource pool of the cluster When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: ResourcePool .

When methods return a value of this class as a result, the field will be an identifier for the resource type: ResourcePool .

void vmware::vcenter::ClusterTypes::Info::SetName ( string  name) [inline]

The name of the cluster.

void vmware::vcenter::ClusterTypes::Info::SetResourcePool ( string  resourcePool) [inline]

Identifier of the root resource pool of the cluster When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: ResourcePool .

When methods return a value of this class as a result, the field will be an identifier for the resource type: ResourcePool .

override string vmware::vcenter::ClusterTypes::Info::ToString ( ) [inline]

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