Compartir a través de


NetworkControllerNodeClusterInfo class

Contains information on a network controller node cluster.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("NcServerPSProvider"), AMENDMENT]
class NetworkControllerNodeClusterInfo
{
  string  Name;
  string  Server;
  string  samAccountName;
  string  FaultDomain;
  boolean IsSeedNode;
  uint8   CertificateRawData[];
  string  Status;
};

Members

The NetworkControllerNodeClusterInfo class has these types of members:

Properties

The NetworkControllerNodeClusterInfo class has these properties.

CertificateRawData

Data type: uint8 array

Access type: Read-only

Qualifiers: Octetstring

Gets the cluster certificate.

FaultDomain

Data type: string

Access type: Read-only

Gets the fault domain of the node.

IsSeedNode

Data type: boolean

Access type: Read-only

Returns true if the current instance this a seed node; otherwise, false.

Name

Data type: string

Access type: Read-only

Gets the name of the node.

samAccountName

Data type: string

Access type: Read-only

Gets the node name in "domain\hostname$" format, used in Windows Authentication.

Server

Data type: string

Access type: Read-only

Gets the IP address or FQDN of the node.

Status

Data type: string

Access type: Read-only

Gets the node status.

The possible values are.

Invalid ("Invalid")

Up ("Up")

Down ("Down")

Enabling ("Enabling")

Disabling ("Disabling")

Disabled ("Disabled")

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\NetworkController\Server
MOF
NCServerPSProvider.mof
DLL
NCServerPSProvider.dll