Class MicrosoftFailoverClusterDistributedNetworkNameResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of a distributed network name resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterDistributedNetworkNameResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterDistributedNetworkNameResourceProperties
Constructors
MicrosoftFailoverClusterDistributedNetworkNameResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDistributedNetworkNameResourceProperties class.
public MicrosoftFailoverClusterDistributedNetworkNameResourceProperties()
Properties
DnsName
Gets or sets the DNS name.
public string DnsName { get; set; }
Property Value
DnsStatus
Gets or sets the DNS status code.
public uint DnsStatus { get; set; }
Property Value
DnsStatusString
Gets the DNS status.
public string DnsStatusString { get; set; }
Property Value
DnsSuffix
Gets or sets the DNS suffix.
public string DnsSuffix { get; set; }
Property Value
FullyQualifiedDomainName
Gets the fully qualified domain name.
public string FullyQualifiedDomainName { get; set; }
Property Value
KerberosStatus
Gets or sets the Kerberos status code.
public uint KerberosStatus { get; set; }
Property Value
KerberosStatusString
Gets the Kerberos status.
public string KerberosStatusString { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDistributedNetworkNameResourceProperties cloned from this object.
public MicrosoftFailoverClusterDistributedNetworkNameResourceProperties Clone()
Returns
- MicrosoftFailoverClusterDistributedNetworkNameResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDistributedNetworkNameResourceProperties.
ToString()
Returns the distributed network name resource properties as a human readable string.
public override string ToString()
Returns
- string
The distributed network name resource properties as a human readable string.