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

The HardwareModuleFirmwareInfo class contains information to describe the firmware on a hardware component or module (e.g. More...

List of all members.

Classes

class  Builder
 Builder class for HardwareModuleFirmwareInfo. More...

Public Member Functions

 HardwareModuleFirmwareInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetVersion ()
 Version of the hardware module firmware.
void SetVersion (string version)
 Version of the hardware module firmware.
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 HardwareModuleFirmwareInfo class contains information to describe the firmware on a hardware component or module (e.g.

BIOS, PCI device).


Constructor & Destructor Documentation

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

Version of the hardware module firmware.

void vmware::esx::settings::HardwareModuleFirmwareInfo::SetVersion ( string  version) [inline]

Version of the hardware module firmware.

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

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