Table of Contents

Class MicrosoftFailoverClusterNodeFaultDomain

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

Represents the fault domain of a node in a Microsoft failover cluster.

public class MicrosoftFailoverClusterNodeFaultDomain : BypassSection
Inheritance
MicrosoftFailoverClusterNodeFaultDomain
Inherited Members

Constructors

MicrosoftFailoverClusterNodeFaultDomain()

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

public MicrosoftFailoverClusterNodeFaultDomain()

Properties

Chassis

Gets or sets the chassis.

public string Chassis { get; set; }

Property Value

string

Rack

Gets or sets the rack.

public string Rack { get; set; }

Property Value

string

Site

Gets or sets the site - for example "Site 192.168.176.0/24".

public string Site { get; set; }

Property Value

string

Methods

FromXml(string)

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

public static MicrosoftFailoverClusterNodeFaultDomain FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftFailoverClusterNodeFaultDomain

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNodeFaultDomain class.

ToString()

Returns the fault domain as a human readable string.

public override string ToString()

Returns

string

The fault domain as a human readable string.