VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::settings::HostInfo Class Reference

The HostInfo class contains fields to describe some details regarding a host in the inventory. More...

List of all members.

Classes

class  Builder
 Builder class for HostInfo. More...

Public Member Functions

 HostInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetName ()
 Name of the host.
void SetName (string name)
 Name 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 HostInfo class contains fields to describe some details regarding a host in the inventory.


Constructor & Destructor Documentation

vmware::esx::settings::HostInfo::HostInfo ( ) [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::esx::settings::HostInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::esx::settings::HostInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::esx::settings::HostInfo::_GetType ( ) [inline]
bool vmware::esx::settings::HostInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::esx::settings::HostInfo::_Validate ( ) [inline]
override bool vmware::esx::settings::HostInfo::Equals ( object  obj) [inline]
override int vmware::esx::settings::HostInfo::GetHashCode ( ) [inline]
string vmware::esx::settings::HostInfo::GetName ( ) [inline]

Name of the host.

void vmware::esx::settings::HostInfo::SetName ( string  name) [inline]

Name of the host.

override string vmware::esx::settings::HostInfo::ToString ( ) [inline]

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