Table of Contents

Class MicrosoftFailoverClusterNetworkInterfaces

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

Represents the network interfaces in a Microsoft failover cluster.

public class MicrosoftFailoverClusterNetworkInterfaces : BypassSection
Inheritance
MicrosoftFailoverClusterNetworkInterfaces
Inherited Members

Constructors

MicrosoftFailoverClusterNetworkInterfaces()

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

public MicrosoftFailoverClusterNetworkInterfaces()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftFailoverClusterNetworkInterfaceCollection Items { get; set; }

Property Value

MicrosoftFailoverClusterNetworkInterfaceCollection

Methods

FromXml(string)

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

public static MicrosoftFailoverClusterNetworkInterfaces FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftFailoverClusterNetworkInterfaces

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterfaces class.

ToString()

Returns the failover cluster network interfaces as a human readable string.

public override string ToString()

Returns

string

The failover cluster network interfaces as a human readable string.