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

The HardwareModuleClass class contains the module's source information. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  SYSTEM_BIOS,
  PCI_DEVICE,
  OTHER
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

static HardwareModuleClass[] GetValues ()
static HardwareModuleClass ValueOf (string name)

Static Public Attributes

static readonly HardwareModuleClass SYSTEM_BIOS = new HardwareModuleClass("SYSTEM_BIOS", Values.SYSTEM_BIOS)
 System BIOS.
static readonly HardwareModuleClass PCI_DEVICE = new HardwareModuleClass("PCI_DEVICE", Values.PCI_DEVICE)
 PCI device.
static readonly HardwareModuleClass OTHER = new HardwareModuleClass("OTHER", Values.OTHER)
 Other (non-PCI) hardware.

Detailed Description

The HardwareModuleClass class contains the module's source information.


Member Enumeration Documentation

C# enum whose values can be used in switch statements.

Ordinals have no semantic meaning (your code should not rely on them).

Enumerator:
_UNKNOWN 

Special enumeration constant which is used to represent constants that do not exist in the current enum binding.

For example if a client sends a new constant to an older server, the server code will see this special constant, because its enum binding lacks the new constant.

SYSTEM_BIOS 

System BIOS.

PCI_DEVICE 

PCI device.

OTHER 

Other (non-PCI) hardware.


Member Function Documentation

Values vmware::esx::settings::HardwareModuleClass::GetEnumValue ( ) [inline]
static HardwareModuleClass [] vmware::esx::settings::HardwareModuleClass::GetValues ( ) [inline, static]
bool vmware::esx::settings::HardwareModuleClass::IsUnknown ( ) [inline]
static HardwareModuleClass vmware::esx::settings::HardwareModuleClass::ValueOf ( string  name) [inline, static]

Member Data Documentation

Other (non-PCI) hardware.

PCI device.

readonly HardwareModuleClass vmware::esx::settings::HardwareModuleClass::SYSTEM_BIOS = new HardwareModuleClass("SYSTEM_BIOS", Values.SYSTEM_BIOS) [static]

System BIOS.


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