|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Boot.Type enumerated type defines the valid firmware types for a virtual machine.
More...
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. | |
The Boot.Type enumerated type defines the valid firmware types for a virtual machine.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| 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] |
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.