Class HyperVServerVirtualMachineBiosSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the BIOS settings for a generation 1 Hyper-V virtual machine.
public class HyperVServerVirtualMachineBiosSettings : BypassSection
- Inheritance
-
HyperVServerVirtualMachineBiosSettings
- Inherited Members
Constructors
HyperVServerVirtualMachineBiosSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineBiosSettings class.
public HyperVServerVirtualMachineBiosSettings()
Properties
BootDeviceNames
Gets the startup order of the boot device names.
public SerializableStringCollection BootDeviceNames { get; set; }
Property Value
- SerializableStringCollection
BootDevices
Gets or sets the startup order of the boot devices.
public SerializableStringCollection BootDevices { get; set; }
Property Value
- SerializableStringCollection
NumLockEnabled
Gets or sets whether num lock is enabled.
public BooleanOption NumLockEnabled { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineBiosSettings cloned from this object.
public HyperVServerVirtualMachineBiosSettings Clone()
Returns
- HyperVServerVirtualMachineBiosSettings
A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineBiosSettings.
ToString()
Returns the BIOS settings as a human readable string.
public override string ToString()
Returns
- string
The BIOS settings as a human readable string.