Table of Contents

Class MicrosoftFailoverClusterAvailableDisks

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

Represents the available disks in a Microsoft failover cluster.

public class MicrosoftFailoverClusterAvailableDisks : BypassSection
Inheritance
MicrosoftFailoverClusterAvailableDisks
Inherited Members

Constructors

MicrosoftFailoverClusterAvailableDisks()

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

public MicrosoftFailoverClusterAvailableDisks()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftFailoverClusterAvailableDiskCollection Items { get; set; }

Property Value

MicrosoftFailoverClusterAvailableDiskCollection

Methods

FromXml(string)

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

public static MicrosoftFailoverClusterAvailableDisks FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftFailoverClusterAvailableDisks

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAvailableDisks class.

ToString()

Returns the failover cluster available disks as a human readable string.

public override string ToString()

Returns

string

The failover cluster available disks as a human readable string.