Class WindowsFailoverClusteringConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the failover clustering configuration on a Windows machine.
public class WindowsFailoverClusteringConfiguration : BypassSection
- Inheritance
-
WindowsFailoverClusteringConfiguration
- Inherited Members
Constructors
WindowsFailoverClusteringConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsFailoverClusteringConfiguration class.
public WindowsFailoverClusteringConfiguration()
Properties
ClusterName
Gets or sets the cluster name.
public string ClusterName { get; set; }
Property Value
Enabled
Gets or sets whether failover clustering is enabled on this machine.
public BooleanOption Enabled { get; set; }
Property Value
FullyQualifiedDomainName
Gets or sets the fully qualified cluster name.
public string FullyQualifiedDomainName { get; set; }
Property Value
Methods
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.