Table of Contents

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

string

DnsStatus

Gets or sets the DNS status code.

public uint DnsStatus { get; set; }

Property Value

uint

DnsStatusString

Gets the DNS status.

public string DnsStatusString { get; set; }

Property Value

string

DnsSuffix

Gets or sets the DNS suffix.

public string DnsSuffix { get; set; }

Property Value

string

FullyQualifiedDomainName

Gets the fully qualified domain name.

public string FullyQualifiedDomainName { get; set; }

Property Value

string

KerberosStatus

Gets or sets the Kerberos status code.

public uint KerberosStatus { get; set; }

Property Value

uint

KerberosStatusString

Gets the Kerberos status.

public string KerberosStatusString { get; set; }

Property Value

string

NetBiosStatus

Gets or sets the NetBIOS status code.

public uint NetBiosStatus { get; set; }

Property Value

uint

NetBiosStatusString

Gets the NetBIOS status.

public string NetBiosStatusString { get; set; }

Property Value

string

PublishPtrRecords

Gets or sets whether to publish PTR records.

public BooleanOption PublishPtrRecords { get; set; }

Property Value

BooleanOption

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.