Table of Contents

Class MicrosoftFailoverClusterIPAddressResource

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

Represents a IP address resource in a Microsoft failover cluster.

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

Constructors

MicrosoftFailoverClusterIPAddressResource()

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

public MicrosoftFailoverClusterIPAddressResource()

Properties

Properties

Gets or sets the IP address resource properties.

public MicrosoftFailoverClusterIPAddressResourceProperties Properties { get; set; }

Property Value

MicrosoftFailoverClusterIPAddressResourceProperties

Methods

Clone()

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

public MicrosoftFailoverClusterIPAddressResource Clone()

Returns

MicrosoftFailoverClusterIPAddressResource

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterIPAddressResource.

ToString()

Returns the resource as a human readable string.

public override string ToString()

Returns

string

The resource as a human readable string.