Table of Contents

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

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

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.