Compartir a través de


MSFT_ServerClusterInformation class

Represents the cluster attribute of the managed node.

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("mgmtprovider"), AMENDMENT]
class MSFT_ServerClusterInformation
{
  string Name;
  uint8  ObjectType;
  sint32 GroupType;
};

Members

The MSFT_ServerClusterInformation class has these types of members:

Properties

The MSFT_ServerClusterInformation class has these properties.

GroupType

Data type: sint32

Access type: Read-only

The group type of the cluster object.

Core Cluster (1)

Available Storage (2)

Temporary (3)

Shared Volume (4)

Pool (5)

File Server (100)

Print Server (101)

Dhcp Server (102)

Distributed Transaction Controller (103)

Microsoft Message Queue (104)

Wins Server (105)

Standalone Dfs (106)

Generic Application (107)

Generic Service (108)

Generic Script (109)

iSns Server (110)

Virtual Machine (111)

Ts Session Broker (112)

iScsi Target Server (113)

Scale-out File Server (114)

Hyper-V Replica Broker (115)

Task Scheduler (116)

Update Agent (117)

Unknown (9999)

Name

Data type: string

Access type: Read-only

The name of the cluster.

0

Standalone

1

Node

2

Cluster name object

3

Client access point

4

Distributed network name

ObjectType

Data type: uint8

Access type: Read-only

The type of cluster object type.

Standalone (0)

Node (1)

Core Cluster

Cluster Name Object (2)

Available Storage

Client Access Point (3)

Temporary

Distributed Network Name (4)

Shared Volume

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Windows\ServerManager
MOF
MgmtProvider.mof
DLL
MgmtProvider.dll

See also

GetServerInventory method of MSFT_ServerManagerTasks