Table of Contents

Class MicrosoftFailoverClusterNodes

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

Represents the nodes in a Microsoft failover cluster.

public class MicrosoftFailoverClusterNodes : BypassSection
Inheritance
MicrosoftFailoverClusterNodes
Inherited Members

Constructors

MicrosoftFailoverClusterNodes()

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

public MicrosoftFailoverClusterNodes()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftFailoverClusterNodeCollection Items { get; set; }

Property Value

MicrosoftFailoverClusterNodeCollection

Methods

FromXml(string)

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

public static MicrosoftFailoverClusterNodes FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftFailoverClusterNodes

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNodes class.

ToString()

Returns the failover cluster nodes as a human readable string.

public override string ToString()

Returns

string

The failover cluster nodes as a human readable string.