Table of Contents

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

ulong

FileSizeString

Gets the current file size of the virtual hard disk.

public string FileSizeString { get; set; }

Property Value

string

Size

Gets or sets the size of the virtual hard disk in bytes.

public ulong Size { get; set; }

Property Value

ulong

SizeString

Gets the size of the virtual hard disk.

public string SizeString { get; set; }

Property Value

string

VhdFormat

Gets or sets the VHD format.

public HyperVServerVirtualMachineVhdFormat VhdFormat { get; set; }

Property Value

HyperVServerVirtualMachineVhdFormat

VhdFormatString

Gets the VHD format as a human readable string.

public string VhdFormatString { get; set; }

Property Value

string

VhdType

Gets or sets the VHD type.

public HyperVServerVirtualMachineVhdType VhdType { get; set; }

Property Value

HyperVServerVirtualMachineVhdType

VhdTypeString

Gets the VHD type as a human readable string.

public string VhdTypeString { get; set; }

Property Value

string

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineVhdInformation class from the specified XML.

public static HyperVServerVirtualMachineVhdInformation FromXml(string xml)

Parameters

xml string

The 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.