Table of Contents

Class HyperVServerVirtualMachineFloppyDiskDrive

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

Represents the floppy disk drive in a Hyper-V virtual machine. This only applies to Generation 1 virtual machines.

public class HyperVServerVirtualMachineFloppyDiskDrive : BypassSection
Inheritance
HyperVServerVirtualMachineFloppyDiskDrive
Inherited Members

Constructors

HyperVServerVirtualMachineFloppyDiskDrive()

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

public HyperVServerVirtualMachineFloppyDiskDrive()

Properties

DisplayName

Gets or sets the display name of the floppy disk drive.

public string DisplayName { get; set; }

Property Value

string

Id

Gets or sets the identifier of the floppy disk drive.

public string Id { get; set; }

Property Value

string

MediaString

Gets the connected media.

public string MediaString { get; set; }

Property Value

string

Path

Gets or sets the media path - for example "D:\media\floppy.vfd".

public string Path { get; set; }

Property Value

string

ResourcePoolName

Gets or sets the resource pool name.

public string ResourcePoolName { get; set; }

Property Value

string

Methods

Clone()

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

public HyperVServerVirtualMachineFloppyDiskDrive Clone()

Returns

HyperVServerVirtualMachineFloppyDiskDrive

A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineFloppyDiskDrive.

ToString()

Returns the floppy disk drive as a human readable string.

public override string ToString()

Returns

string

The floppy disk drive as a human readable string.