Table of Contents

Class HyperVServerFailoverClusteringConfiguration

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

Represents the server configuration for a Hyper-V server.

public class HyperVServerFailoverClusteringConfiguration : GlobalSerializableBase
Inheritance
HyperVServerFailoverClusteringConfiguration

Constructors

HyperVServerFailoverClusteringConfiguration()

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

public HyperVServerFailoverClusteringConfiguration()

Properties

ClusterName

Gets or sets the cluster name.

public string ClusterName { get; set; }

Property Value

string

Enabled

Gets or sets whether failover clustering is enabled on this machine.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

FullyQualifiedDomainName

Gets or sets the fully qualified cluster name.

public string FullyQualifiedDomainName { get; set; }

Property Value

string

Methods

FromXml(string)

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

public static HyperVServerFailoverClusteringConfiguration FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

HyperVServerFailoverClusteringConfiguration

A CENTREL.XIA.Configuration.Types.HyperVServerFailoverClusteringConfiguration class.

ToString()

Returns the failover clustering configuration as a human readable string.

public override string ToString()

Returns

string

The failover clustering configuration as a human readable string.