Share via


MSCluster_GroupSet class

Describes a set of groups.

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("MSCLUSTEREXT"), AMENDMENT]
class MSCluster_GroupSet
{
  string  Name;
  string  ClusterNodeObjectReturnedFrom;
  string  GroupNames[];
  string  ProviderNames[];
  uint32  StartupCount;
  uint64  StatusInformation;
  boolean IsGlobal;
  uint32  StartupDelayTrigger;
  uint32  StartupDelay;
};

Members

The MSCluster_GroupSet class has these types of members:

Methods

The MSCluster_GroupSet class has these methods.

Method Description
AddGroupToSet Adds a group to the set.
AddProviderForGroup Adds a provider for the group.
AddSetProvider Adds a set as a provider.
CreateSet Creates a set.
GetGroups Gets the groups that are providers for the group.
GetSetFrom Gets the sets that contain the group.
Remove Removes the set from the cluster.
RemoveGroupFromSet Removes a group from the set.
RemoveProviderForGroup Removes a group provider for the group.
RemoveSetProvider Removes a set from being a provider.
SetSet Changes settings on the set, pass in null to not change that variable.

Properties

The MSCluster_GroupSet class has these properties.

ClusterNodeObjectReturnedFrom

Data type: string

Access type: Read-only

The adapter to help create cluster groups.

GroupNames

Data type: string array

Access type: Read-only

Gets the names of the groups contained in the collection.

IsGlobal

Data type: boolean

Access type: Read-only

true if the property is global; otherwise, false.

Name

Data type: string

Access type: Read-only

Qualifiers: key

The friendly name of the set.

ProviderNames

Data type: string array

Access type: Read-only

The names of the collections that are providers to this collection.

StartupCount

Data type: uint32

Access type: Read-only

The ready count.

StartupDelay

Data type: uint32

Access type: Read-only

The delay after reaching ready state.

StartupDelayTrigger

Data type: uint32

Access type: Read-only

The ready setting.

StatusInformation

Data type: uint64

Access type: Read-only

The status information.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\MSCluster
MOF
ClusWmiExt.mof
DLL
ClusWMI.dll