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
Id
Gets or sets the identifier of the floppy disk drive.
public string Id { get; set; }
Property Value
MediaString
Gets the connected media.
public string MediaString { get; set; }
Property Value
Path
Gets or sets the media path - for example "D:\media\floppy.vfd".
public string Path { get; set; }
Property Value
ResourcePoolName
Gets or sets the resource pool name.
public string ResourcePoolName { get; set; }
Property Value
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.