VMware vSphere Automation SDK for .NET 6.5.0
vmware::vcenter::HostTypes::Summary Class Reference

The Host.Summary class contains commonly used information about a host in vCenter Server. More...

List of all members.

Public Member Functions

 Summary ()
 Creates a default new instance.
string GetHost ()
 Identifier of the host.
void SetHost (string host)
 Identifier of the host.
string GetName ()
 Name of the host.
void SetName (string name)
 Name of the host.
vmware.vcenter.HostTypes.ConnectionState GetConnectionState ()
 Connection status of the host.
void SetConnectionState (vmware.vcenter.HostTypes.ConnectionState connectionState)
 Connection status of the host.
vmware.vcenter.HostTypes.PowerState GetPowerState ()
 Power state of the host.
void SetPowerState (vmware.vcenter.HostTypes.PowerState powerState)
 Power state of the host.
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 Host.Summary class contains commonly used information about a host in vCenter Server.


Constructor & Destructor Documentation

vmware::vcenter::HostTypes::Summary::Summary ( ) [inline]

Creates a default new instance.


Member Function Documentation

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

Connection status of the host.

override int vmware::vcenter::HostTypes::Summary::GetHashCode ( ) [inline]
string vmware::vcenter::HostTypes::Summary::GetHost ( ) [inline]

Identifier of the host.

When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: HostSystem . When methods return a value of this class as a result, the field will be an identifier for the resource type: HostSystem .

string vmware::vcenter::HostTypes::Summary::GetName ( ) [inline]

Name of the host.

vmware.vcenter.HostTypes.PowerState vmware::vcenter::HostTypes::Summary::GetPowerState ( ) [inline]

Power state of the host.

void vmware::vcenter::HostTypes::Summary::SetConnectionState ( vmware.vcenter.HostTypes.ConnectionState  connectionState) [inline]

Connection status of the host.

void vmware::vcenter::HostTypes::Summary::SetHost ( string  host) [inline]

Identifier of the host.

When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: HostSystem . When methods return a value of this class as a result, the field will be an identifier for the resource type: HostSystem .

void vmware::vcenter::HostTypes::Summary::SetName ( string  name) [inline]

Name of the host.

void vmware::vcenter::HostTypes::Summary::SetPowerState ( vmware.vcenter.HostTypes.PowerState  powerState) [inline]

Power state of the host.

override string vmware::vcenter::HostTypes::Summary::ToString ( ) [inline]

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