Table of Contents

Class HyperVServerVirtualMachineKeyStorageDrive

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

Represents the key storage drive settings for a generation 1 Hyper-V virtual machine. This only applies to Windows Server 2016 and above.

public class HyperVServerVirtualMachineKeyStorageDrive : BypassSection
Inheritance
HyperVServerVirtualMachineKeyStorageDrive
Inherited Members

Constructors

HyperVServerVirtualMachineKeyStorageDrive()

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

public HyperVServerVirtualMachineKeyStorageDrive()

Properties

ControllerLocation

Gets or sets the controller location.

public int ControllerLocation { get; set; }

Property Value

int

ControllerNumber

Gets or sets the controller number.

public int ControllerNumber { get; set; }

Property Value

int

ControllerType

Gets or sets the controller type.

public HyperVServerVirtualMachineControllerType ControllerType { get; set; }

Property Value

HyperVServerVirtualMachineControllerType

DisplayName

Gets or sets the display name.

public string DisplayName { get; set; }

Property Value

string

IsPresent

Gets or sets whether a key storage drive is present in the virtual machine.

public BooleanOption IsPresent { get; set; }

Property Value

BooleanOption

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 key storage drive settings as a human readable string.

public override string ToString()

Returns

string

The key storage drive settings as a human readable string.