Table of Contents

Class HyperVServerVirtualMachineFirmwareBootDevice

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

Represents a boot device for a Hyper-V virtual machine. This only applies to Generation 2 virtual machines.

public class HyperVServerVirtualMachineFirmwareBootDevice : GlobalSerializableBase
Inheritance
HyperVServerVirtualMachineFirmwareBootDevice

Constructors

HyperVServerVirtualMachineFirmwareBootDevice()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineFirmwareBootDevice class.

public HyperVServerVirtualMachineFirmwareBootDevice()

Properties

CollectionIndex

Gets or sets the collection index.

[Browsable(false)]
public string CollectionIndex { get; }

Property Value

string

DeviceType

Gets or sets the device type.

public HyperVServerVirtualMachineFirmwareBootDeviceType DeviceType { get; set; }

Property Value

HyperVServerVirtualMachineFirmwareBootDeviceType

DeviceTypeString

Gets the device type as a human readable string.

public string DeviceTypeString { get; set; }

Property Value

string

DisplayValue

Gets the display value.

public string DisplayValue { get; set; }

Property Value

string

FirmwarePath

Gets or sets the firmware path.

public string FirmwarePath { get; set; }

Property Value

string

Value

Gets or sets the value.

public string Value { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineFirmwareBootDevice cloned from this object.

public HyperVServerVirtualMachineFirmwareBootDevice Clone()

Returns

HyperVServerVirtualMachineFirmwareBootDevice

A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineFirmwareBootDevice.

ToString()

Returns the boot device as a human readable string.

public override string ToString()

Returns

string

The boot device as a human readable string.