Table of Contents

Class MicrosoftFailoverClusterNetwork

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

Represents a network in a Microsoft failover cluster.

public class MicrosoftFailoverClusterNetwork : GlobalSerializableBase, IComparable<MicrosoftFailoverClusterNetwork>
Inheritance
MicrosoftFailoverClusterNetwork
Implements

Constructors

MicrosoftFailoverClusterNetwork()

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

public MicrosoftFailoverClusterNetwork()

Properties

AutoMetric

Gets or sets whether automatic metric is enabled for this network.

public BooleanOption AutoMetric { get; set; }

Property Value

BooleanOption

IPv4Addresses

Gets or sets the IPv4 addresses assigned to the network.

public SerializableStringCollection IPv4Addresses { get; set; }

Property Value

SerializableStringCollection

IPv6Addresses

Gets or sets the IPv6 addresses assigned to the network.

public SerializableStringCollection IPv6Addresses { get; set; }

Property Value

SerializableStringCollection

Identifier

Gets or sets the unique identifier of the network.

public Guid Identifier { get; set; }

Property Value

Guid

Metric

Gets or sets the metric for the network.

public uint Metric { get; set; }

Property Value

uint

Name

Gets or sets the name of the network.

public string Name { get; set; }

Property Value

string

Role

Gets or sets the role of the network.

public MicrosoftFailoverClusterNetworkRole Role { get; set; }

Property Value

MicrosoftFailoverClusterNetworkRole

RoleString

Gets the role as a human readable string.

public string RoleString { get; set; }

Property Value

string

State

Gets or sets the state of the network at the time of the scan.

public MicrosoftFailoverClusterNetworkState State { get; set; }

Property Value

MicrosoftFailoverClusterNetworkState

StateString

Gets the state of the network at the time of the scan as a human readable string.

public string StateString { get; set; }

Property Value

string

Methods

Clone()

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

public MicrosoftFailoverClusterNetwork Clone()

Returns

MicrosoftFailoverClusterNetwork

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetwork.

CompareTo(MicrosoftFailoverClusterNetwork)

Compares two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetwork objects to allow sorting alphabetically by name.

public int CompareTo(MicrosoftFailoverClusterNetwork other)

Parameters

other MicrosoftFailoverClusterNetwork

The CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetwork to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetwork objects.

ToString()

Returns the network as a human readable string.

public override string ToString()

Returns

string

The network as a human readable string.