Table of Contents

Class MicrosoftFailoverClusterStoragePoolResource

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

Represents a storage pool resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterStoragePoolResource : MicrosoftFailoverClusterResourceBase, IComparable<MicrosoftFailoverClusterResourceBase>
Inheritance
MicrosoftFailoverClusterStoragePoolResource
Implements
Inherited Members

Constructors

MicrosoftFailoverClusterStoragePoolResource()

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

public MicrosoftFailoverClusterStoragePoolResource()

Properties

Properties

Gets or sets the storage pool resource properties.

public MicrosoftFailoverClusterStoragePoolResourceProperties Properties { get; set; }

Property Value

MicrosoftFailoverClusterStoragePoolResourceProperties

Methods

Clone()

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

public MicrosoftFailoverClusterStoragePoolResource Clone()

Returns

MicrosoftFailoverClusterStoragePoolResource

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterStoragePoolResource.

ToString()

Returns the resource as a human readable string.

public override string ToString()

Returns

string

The resource as a human readable string.