Table of Contents

Class MicrosoftFailoverClusterIPv6AddressResource

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

Represents a IPv6 address resource in a Microsoft failover cluster.

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

Constructors

MicrosoftFailoverClusterIPv6AddressResource()

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

public MicrosoftFailoverClusterIPv6AddressResource()

Properties

Properties

Gets or sets the IPv6 address resource properties.

public MicrosoftFailoverClusterIPv6AddressResourceProperties Properties { get; set; }

Property Value

MicrosoftFailoverClusterIPv6AddressResourceProperties

Methods

Clone()

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

public MicrosoftFailoverClusterIPv6AddressResource Clone()

Returns

MicrosoftFailoverClusterIPv6AddressResource

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterIPv6AddressResource.

ToString()

Returns the resource as a human readable string.

public override string ToString()

Returns

string

The resource as a human readable string.