Table of Contents

Class MicrosoftFailoverClusterVirtualMachineInformation

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

Represents information about a cluster virtual machine.

public class MicrosoftFailoverClusterVirtualMachineInformation : BypassSection
Inheritance
MicrosoftFailoverClusterVirtualMachineInformation
Inherited Members

Constructors

MicrosoftFailoverClusterVirtualMachineInformation()

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

public MicrosoftFailoverClusterVirtualMachineInformation()

Properties

Generation

Gets or sets the generation of the virtual machine. This only applies to Windows Server 2012 R2 and above.

public int Generation { get; set; }

Property Value

int

ProcessorCount

Gets or sets the processor count.

public long ProcessorCount { get; set; }

Property Value

long

StartupMemory

Gets or sets the startup memory for the virtual machine in bytes.

public long StartupMemory { get; set; }

Property Value

long

StartupMemoryString

Gets the startup memory for the virtual machine.

public string StartupMemoryString { get; set; }

Property Value

string

StatusMessage

Gets or sets the status of the virtual machine.

public string StatusMessage { get; set; }

Property Value

string

VirtualMachineName

Gets or sets the name of the virtual machine.

public string VirtualMachineName { get; set; }

Property Value

string

Methods

Clone()

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

public MicrosoftFailoverClusterVirtualMachineInformation Clone()

Returns

MicrosoftFailoverClusterVirtualMachineInformation

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterVirtualMachineInformation.

ToString()

Returns the virtual machine information as a human readable string.

public override string ToString()

Returns

string

The virtual machine information as a human readable string.