Table of Contents

Class HyperVServerVirtualMachineFirmwareSettings

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

Represents the firmware settings for a generation 2 Hyper-V virtual machine.

public class HyperVServerVirtualMachineFirmwareSettings : BypassSection
Inheritance
HyperVServerVirtualMachineFirmwareSettings
Inherited Members

Constructors

HyperVServerVirtualMachineFirmwareSettings()

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

public HyperVServerVirtualMachineFirmwareSettings()

Properties

BootDevices

Gets or sets the boot devices.

public HyperVServerVirtualMachineFirmwareBootDeviceCollection BootDevices { get; set; }

Property Value

HyperVServerVirtualMachineFirmwareBootDeviceCollection

Methods

Clone()

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

public HyperVServerVirtualMachineFirmwareSettings Clone()

Returns

HyperVServerVirtualMachineFirmwareSettings

A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineFirmwareSettings.

ToString()

Returns the firmware settings as a human readable string.

public override string ToString()

Returns

string

The firmware settings as a human readable string.