VMware vSphere Automation SDK for .NET 6.5.0
vmware::vcenter::vm::hardware::BootTypes::Type Class Reference

The Boot.Type enumerated type defines the valid firmware types for a virtual machine. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  BIOS,
  EFI
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

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

Static Public Attributes

static readonly Type BIOS = new Type("BIOS", Values.BIOS)
 Basic Input/Output System (BIOS) firmware.
static readonly Type EFI = new Type("EFI", Values.EFI)
 Extensible Firmware Interface (EFI) firmware.

Detailed Description

The Boot.Type enumerated type defines the valid firmware types for a virtual machine.


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.

BIOS 

Basic Input/Output System (BIOS) firmware.

EFI 

Extensible Firmware Interface (EFI) firmware.


Member Function Documentation

Values vmware::vcenter::vm::hardware::BootTypes::Type::GetEnumValue ( ) [inline]
static Type [] vmware::vcenter::vm::hardware::BootTypes::Type::GetValues ( ) [inline, static]
bool vmware::vcenter::vm::hardware::BootTypes::Type::IsUnknown ( ) [inline]
static Type vmware::vcenter::vm::hardware::BootTypes::Type::ValueOf ( string  name) [inline, static]

Member Data Documentation

readonly Type vmware::vcenter::vm::hardware::BootTypes::Type::BIOS = new Type("BIOS", Values.BIOS) [static]

Basic Input/Output System (BIOS) firmware.

readonly Type vmware::vcenter::vm::hardware::BootTypes::Type::EFI = new Type("EFI", Values.EFI) [static]

Extensible Firmware Interface (EFI) firmware.


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