Table of Contents

Enum HyperVServerVirtualMachineFirmwareBootDeviceType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The type of a Hyper-V virtual machine boot device. This only applies to Generation 2 virtual machines.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualMachineFirmwareBootDeviceType

Fields

DvdDrive = 1

The boot device is a hard drive.

File = 2

The boot device is a file.

HardDrive = 3

The boot device is a virtual hard drive.

NetworkAdapter = 4

The boot device is a network adapter.

PhysicalHardDrive = 5

The boot device is a physical hard drive.

SharedHardDrive = 6

The boot device is a shared hard drive.

Unknown = 0

The boot device type is unknown.