Table of Contents

Class MicrosoftFailoverClusterVirtualMachineResourceProperties

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

Represents the properties of a virtual machine resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterVirtualMachineResourceProperties : GlobalSerializableBase
Inheritance
MicrosoftFailoverClusterVirtualMachineResourceProperties

Constructors

MicrosoftFailoverClusterVirtualMachineResourceProperties()

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

public MicrosoftFailoverClusterVirtualMachineResourceProperties()

Properties

EnableHeartbeatMonitoring

Gets or sets whether heartbeat monitoring is enabled.

public BooleanOption EnableHeartbeatMonitoring { get; set; }

Property Value

BooleanOption

OfflineAction

Gets or sets the offline action.

public MicrosoftFailoverClusterVirtualMachineOfflineAction OfflineAction { get; set; }

Property Value

MicrosoftFailoverClusterVirtualMachineOfflineAction

OfflineActionString

Gets the offline action as a human readable string.

public string OfflineActionString { get; set; }

Property Value

string

StopAction

Gets or sets the stop action.

public MicrosoftFailoverClusterVirtualMachineStopAction StopAction { get; set; }

Property Value

MicrosoftFailoverClusterVirtualMachineStopAction

StopActionString

Gets the stop action as a human readable string.

public string StopActionString { get; set; }

Property Value

string

VirtualMachineIdentifier

Gets or sets the virtual machine identifier.

public Guid VirtualMachineIdentifier { get; set; }

Property Value

Guid

VirtualMachineInformation

Gets or sets the virtual machine information.

public MicrosoftFailoverClusterVirtualMachineInformation VirtualMachineInformation { get; set; }

Property Value

MicrosoftFailoverClusterVirtualMachineInformation

VirtualMachineState

Gets or sets the state of the machine at the time of the scan.

public MicrosoftFailoverClusterVirtualMachineResourceState VirtualMachineState { get; set; }

Property Value

MicrosoftFailoverClusterVirtualMachineResourceState

VirtualMachineStateString

Gets the state of the virtual machine at the time of the scan.

public string VirtualMachineStateString { get; set; }

Property Value

string

Methods

Clone()

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

public MicrosoftFailoverClusterVirtualMachineResourceProperties Clone()

Returns

MicrosoftFailoverClusterVirtualMachineResourceProperties

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterVirtualMachineResourceProperties.

ToString()

Returns the virtual machine resource properties as a human readable string.

public override string ToString()

Returns

string

The virtual machine resource properties as a human readable string.