Class HyperVServerVirtualMachineVhdInformation
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the VHD information for a Hyper-V virtual machine hard disk drive.
public class HyperVServerVirtualMachineVhdInformation : BypassSection
- Inheritance
-
HyperVServerVirtualMachineVhdInformation
- Inherited Members
Constructors
HyperVServerVirtualMachineVhdInformation()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineVhdInformation class.
public HyperVServerVirtualMachineVhdInformation()
Properties
FileSize
Gets or sets the current file size of the virtual hard disk in bytes.
public ulong FileSize { get; set; }
Property Value
FileSizeString
Gets the current file size of the virtual hard disk.
public string FileSizeString { get; set; }
Property Value
Size
Gets or sets the size of the virtual hard disk in bytes.
public ulong Size { get; set; }
Property Value
SizeString
Gets the size of the virtual hard disk.
public string SizeString { get; set; }
Property Value
VhdFormat
Gets or sets the VHD format.
public HyperVServerVirtualMachineVhdFormat VhdFormat { get; set; }
Property Value
VhdFormatString
Gets the VHD format as a human readable string.
public string VhdFormatString { get; set; }
Property Value
VhdType
Gets or sets the VHD type.
public HyperVServerVirtualMachineVhdType VhdType { get; set; }
Property Value
VhdTypeString
Gets the VHD type as a human readable string.
public string VhdTypeString { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineVhdInformation class from the specified XML.
public static HyperVServerVirtualMachineVhdInformation FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- HyperVServerVirtualMachineVhdInformation
A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineVhdInformation class.
ToString()
Returns the VHD information as a human readable string.
public override string ToString()
Returns
- string
The VHD information as a human readable string.