Class MicrosoftFailoverClusterNetworkNameResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of a network name resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterNetworkNameResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterNetworkNameResourceProperties
Constructors
MicrosoftFailoverClusterNetworkNameResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkNameResourceProperties class.
public MicrosoftFailoverClusterNetworkNameResourceProperties()
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
NetBiosStatus
Gets or sets the NetBIOS status code.
public uint NetBiosStatus { get; set; }
Property Value
NetBiosStatusString
Gets the NetBIOS status.
public string NetBiosStatusString { get; set; }
Property Value
PublishPtrRecords
Gets or sets whether to publish PTR records.
public BooleanOption PublishPtrRecords { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkNameResourceProperties cloned from this object.
public MicrosoftFailoverClusterNetworkNameResourceProperties Clone()
Returns
- MicrosoftFailoverClusterNetworkNameResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkNameResourceProperties.
ToString()
Returns the network name resource properties as a human readable string.
public override string ToString()
Returns
- string
The network name resource properties as a human readable string.