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

The HardwareModuleDetails class contains information that provide more details about the a hardware module (e.g. More...

List of all members.

Classes

class  Builder
 Builder class for HardwareModuleDetails. More...

Public Member Functions

 HardwareModuleDetails ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
vmware.esx.settings.HardwareModuleClass GetComponentClass ()
 Class of module (BIOS, PCI Device, non-PCI hardware, etc.)
void SetComponentClass (vmware.esx.settings.HardwareModuleClass componentClass)
 Class of module (BIOS, PCI Device, non-PCI hardware, etc.)
string GetDescription ()
 Descipription of the hardware module (e.g.
void SetDescription (string description)
 Descipription of the hardware module (e.g.
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 HardwareModuleDetails class contains information that provide more details about the a hardware module (e.g.

BIOS, PCI device).


Constructor & Destructor Documentation

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

Class of module (BIOS, PCI Device, non-PCI hardware, etc.)

string vmware::esx::settings::HardwareModuleDetails::GetDescription ( ) [inline]

Descipription of the hardware module (e.g.

"System BIOS" or "Frobozz 100Gb NIC").

override int vmware::esx::settings::HardwareModuleDetails::GetHashCode ( ) [inline]
void vmware::esx::settings::HardwareModuleDetails::SetComponentClass ( vmware.esx.settings.HardwareModuleClass  componentClass) [inline]

Class of module (BIOS, PCI Device, non-PCI hardware, etc.)

void vmware::esx::settings::HardwareModuleDetails::SetDescription ( string  description) [inline]

Descipription of the hardware module (e.g.

"System BIOS" or "Frobozz 100Gb NIC").

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

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