MSCluster_Cluster, ROOT\MSCluster
Class
| Methods (16)
| Properties (84)
| Qualifiers (5)
| Instances | Namespaces (2)
Samples: VB Script
| C#
| VB.Net
| Search on:Microsoft
Description A class derived from ComputerSystem that 'is made up of' two or more ComputerSystems which operate together as an atomic, functional whole to increase the performance, resources and/or RAS (Reliability, Availability and Serviceability) of the component ComputerSystems, related to some aspects of these ComputerSystems.
MSCluster_Cluster methods MSCluster_Cluster has 16 methods (16 Local )
MSCluster_Cluster properties MSCluster_Cluster has 84 properties (70 Local , 14 Derived )
Detailed description of MSCluster_Cluster methods Local methods (16) of MSCluster_Cluster class ▲ AddNode methodReturn Parameters Name CIMType ID IN OUT Qualifiers NodeName string 0 ✓ - {'Description':'Name of the node to add.'}
Bypass_GetObject True Description 'Adds a node the cluster.' Implemented True AddNode method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 7 namespaces
▲ AddResourceToClusterSharedVolumes methodReturn Parameters Name CIMType ID IN OUT Qualifiers Resource String 0 ✓ - {'Description':'The name of the physical disk resource to add to Cluster Shared Volumes.'}
Bypass_GetObject True Description 'Adds storage to Cluster Shared Volumes.' Implemented True AddResourceToClusterSharedVolumes method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
▲ AddVirtualMachine methodReturn Parameters Name CIMType ID IN OUT Qualifiers VirtualMachine String 0 ✓ - {'Description':'The virtual machine to add.'}
Bypass_GetObject True Description 'Adds an existing virtual machine to the cluster.' Implemented True AddVirtualMachine method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
▲ CreateCluster methodReturn Parameters Name CIMType ID IN OUT Qualifiers ClusterName string 0 ✓ - {'Description':'Cluster name.'} NodeNames string 1 ✓ - {'Description':'Node name(s) that will form the cluster.'} IPAddresses string 2 ✓ - {'Description':'IP address(es) that the cluster will use.'} SubnetMasks string 3 ✓ - {'Description':'IP address subnet mask(s) or prefix lengths that the cluster will use.'}
Description 'Creates a cluster.' Implemented True Static True CreateCluster method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
▲ DestroyCluster methodReturn Parameters Name CIMType ID IN OUT Qualifiers CleanupAD boolean 0 ✓ - {'Description':'Cleanup remaining computer and virtual computer objects in the active directory.'}
Bypass_GetObject True Description 'Removes the cluster.' Implemented True DestroyCluster method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
▲ EvictNode methodReturn Parameters Name CIMType ID IN OUT Qualifiers NodeName string 0 ✓ - {'Description':'Name of the cluster node to evict.'}
Bypass_GetObject True Description 'Removes a specified node from the cluster.' Implemented True EvictNode method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 5 namespaces
▲ ExecuteClusterControl methodReturn Parameters Name CIMType ID IN OUT Qualifiers ControlCode sint32 0 ✓ - {'Description':'A cluster control code specifying the operation to be performed.'} InputBuffer uint8 1 ✓ - {'Description':'An input buffer containing information needed for the operation, or NULL if no information is needed.'} OutputBuffer uint8 2 - ✓ {'Description':'An output buffer to receive the data resulting from the operation, or NULL if no data will be returned.'} OutputBufferSize sint32 3 - ✓ {'Description':'The allocated size (in bytes) of the output buffer.'}
Bypass_GetObject True Description 'Executes a control code on the cluster.' Implemented True ExecuteClusterControl method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
▲ ForceCleanup methodReturn Parameters Name CIMType ID IN OUT Qualifiers NodeName string 0 ✓ - {'Description':'The name of the cluster node to clean up.'} Timeout uint32 1 ✓ - {'Description':'The number of milliseconds that this method will wait for cleanup to complete.'}
Description 'Forces a node to be cleaned up.' Implemented True Static True ForceCleanup method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
▲ GenerateValidationStatus methodReturn Parameters Name CIMType ID IN OUT Qualifiers Status ref:MSCluster_ValidationStatus 0 - ✓ {'Description':'The refrence to an instance of a MSCluster_ValidationStatus.'}
Bypass_GetObject True Description 'Creates an MSCluster_ValidationStatus bound to the cluster.' Implemented True GenerateValidationStatus method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
▲ GetNodeClusterState methodReturn Parameters Name CIMType ID IN OUT Qualifiers ClusterState sint32 0 - ✓ {'Description':'State of the Cluster service on the node.','ValueMap':['0', '1', '3', '19'],'Values':['Not Installed', 'Not Configured', 'Not Running', 'Running']}
Description 'Determines if the Cluster service is installed and running on a node.' Implemented True Static True GetNodeClusterState method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
▲ RemoveResourceFromClusterSharedVolumes methodReturn Parameters Name CIMType ID IN OUT Qualifiers Resource String 0 ✓ - {'Description':'The name of the physical disk resource to remove from Cluster Shared Volumes.'}
Bypass_GetObject True Description 'Adds storage to Cluster Shared Volumes.' Implemented True RemoveResourceFromClusterSharedVolumes method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
▲ Rename methodReturn Parameters Name CIMType ID IN OUT Qualifiers NewName string 0 ✓ - {'Description':'New name of the cluster.'}
Bypass_GetObject True Description 'Renames the cluster.' Implemented True Rename method is in 4 classes of ROOT\MSCluster and in 11 namespaces
▲ SetDiskQuorum methodReturn Parameters Name CIMType ID IN OUT Qualifiers Resource string 0 ✓ - {'Description':'Name of the disk quorum resource.'} QuorumPath string 1 ✓ - {'Description':'Optional path that will be used to maintain quorum files.'}
Bypass_GetObject True Description 'Set the quorum behavior to not be a majority and to use the passed in disk as the quorum resource.' Implemented True SetDiskQuorum method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
▲ SetMajorityQuorum methodReturn Parameters Name CIMType ID IN OUT Qualifiers Resource string 0 ✓ - {'Description':'Name of the disk quorum witness resource.'} QuorumPath string 1 ✓ - {'Description':'Optional path that will be used to maintain quorum files.'}
Bypass_GetObject True Description 'Set the quorum to a majority quorum and uses the passed in resource as the quorum witness resource.' Implemented True SetMajorityQuorum method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
▲ SetNodeMajorityQuorum methodReturn Bypass_GetObject True Description 'Set the cluster to a node majority quorum.' Implemented True SetNodeMajorityQuorum method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
▲ VerifyPath methodReturn Parameters Name CIMType ID IN OUT Qualifiers Path string 0 ✓ - {'Description':'The path to verify if it is a valid cluster storage.'} Group string 1 ✓ - {'Description':'The group to verify the path for.'} result uint32 2 - ✓ {'Description':'The result of the path validation.','ValueMap':['0', '1', '2', '3', '128', '129', '130'],'Values':['Valid', 'Available Storage', 'Smb', 'Non Cluster', 'Not Valid', 'Not In Group', 'Other Group']}
Bypass_GetObject True Description 'Verifies if the path is valid cluster storage for the resource group.' Implemented True VerifyPath method is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 1 namespace
Detailed description of MSCluster_Cluster properties Local properties (70) of MSCluster_Cluster class ▲ AddEvictDelay propertyCIMTYPE 'uint32' Description 'Delay addition of a node by a specified number of seconds after an evict of another node.' read True write True AddEvictDelay property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ AdminAccessPoint propertyCIMTYPE 'uint32' Description 'Specifies the type of the cluster administrative access point.' read True AdminAccessPoint property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ BackupInProgress propertyCIMTYPE 'uint32' Description 'Indicates whether or not a backup is in progress.' read True write True BackupInProgress property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ BlockCacheSize propertyCIMTYPE 'uint32' Description 'Enables/disables hard enforcement of group anti-affinity classes.' read True ValueMap ['0', '1'] Values ['Disabled', 'Enabled'] write True BlockCacheSize property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ClusSvcHangTimeout propertyCIMTYPE 'uint32' Description 'Controls how long the cluster network driver waits between Cluster Service heartbeats before it determines that Cluster Service has stopped responding.' read True ClusSvcHangTimeout property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ClusSvcRegroupOpeningTimeout propertyCIMTYPE 'uint32' Description 'Controls how long a node will wait on other nodes in the opening stage before deciding that they failed.' read True ClusSvcRegroupOpeningTimeout property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ClusSvcRegroupPruningTimeout propertyCIMTYPE 'uint32' Description 'Controls how long membership leader will wait to reach full connectivity between cluster nodes.' read True ClusSvcRegroupPruningTimeout property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ClusSvcRegroupStageTimeout propertyCIMTYPE 'uint32' Description 'Controls how long a node will wait on other nodes in a membership stage before deciding that they failed.' read True ClusSvcRegroupStageTimeout property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ClusSvcRegroupTickInMilliseconds propertyCIMTYPE 'uint32' Description 'Controls how frequently membership algorithm is sending periodic membership messages.' read True ClusSvcRegroupTickInMilliseconds property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ClusterEnforcedAntiAffinity propertyCIMTYPE 'uint32' Description 'CSV BlockCache Size in MB.' read True write True ClusterEnforcedAntiAffinity property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ClusterGroupWaitDelay propertyCIMTYPE 'uint32' Description 'Maximum time in seconds that a group waits for its preferred node to come online during cluster startup before coming online on a different node.' read True write True ClusterGroupWaitDelay property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ClusterLogLevel propertyCIMTYPE 'uint32' Description 'Controls the level of cluster logging.' read True write True ClusterLogLevel property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ClusterLogSize propertyCIMTYPE 'uint32' Description 'Controls the maximum size of the cluster log files on each of the nodes.' read True write True ClusterLogSize property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ CrossSubnetDelay propertyCIMTYPE 'uint32' Description 'Controls how long the cluster network driver waits in milliseconds between sending Cluster Service heartbeats across subnets.' read True write True CrossSubnetDelay property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ CrossSubnetThreshold propertyCIMTYPE 'uint32' Description 'Controls how many Cluster Service heartbeats can be missed across subnets before it determines that Cluster Service has stopped responding.' read True write True CrossSubnetThreshold property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ CsvBalancer propertyCIMTYPE 'uint32' Description 'Whether or not automatic balancing for CSV is enabled.' read True write True CsvBalancer property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ DatabaseReadWriteMode propertyCIMTYPE 'uint32' Description 'Set database read and write mode.' read True write True DatabaseReadWriteMode property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ DefaultNetworkRole propertyCIMTYPE 'uint32' Description 'Specifies the role that the cluster automatically assigns to any newly discovered or created network.' read True write True DefaultNetworkRole property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ DisableGroupPreferredOwnerRandomization propertyCIMTYPE 'uint32' Description 'This property is obsolete.' read True write True DisableGroupPreferredOwnerRandomization property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ DrainOnShutdown propertyCIMTYPE 'uint32' Description 'Drain the node when cluster service is being stopped.' read True write True DrainOnShutdown property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ DynamicQuorumEnabled propertyCIMTYPE 'uint32' Description 'Allows cluster service to adjust node weights as needed to increase availability.' read True write True DynamicQuorumEnabled property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ EnableSharedVolumes propertyCIMTYPE 'uint32' Description 'Enables/disables the cluster shared volumes feature of this cluster.' read True ValueMap ['0', '1'] Values ['Disabled', 'Enabled'] write True EnableSharedVolumes property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ FixQuorum propertyCIMTYPE 'uint32' Description 'Specifies if the cluster is in a fix quorum state.' read True FixQuorum property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ GroupAdminExtensions propertyCIMTYPE 'string' Description 'This property is obsolete.' read True write True GroupAdminExtensions property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ HangRecoveryAction propertyCIMTYPE 'uint32' Description 'Controls the action to take if the user-mode processes have stopped responding.' read True write True HangRecoveryAction property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ IgnorePersistentStateOnStartup propertyCIMTYPE 'uint32' Description 'Specifies if the cluster will ignore group persistent state on startup.' read True IgnorePersistentStateOnStartup property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ LogResourceControls propertyCIMTYPE 'uint32' Description 'Controls the logging of resource controls.' read True write True LogResourceControls property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ LowerQuorumPriorityNodeId propertyCIMTYPE 'uint32' Description 'NodeId for the node which has lower quorum priority.' read True write True LowerQuorumPriorityNodeId property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ MaintenanceFile propertyCIMTYPE 'string' Description 'This property is obsolete.' read True write True MaintenanceFile property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ MessageBufferLength propertyCIMTYPE 'uint32' Description 'Determines the maximum unacknowledged message count for GEM.' read True write True MessageBufferLength property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ MinimumNeverPreemptPriority propertyCIMTYPE 'uint32' Description 'Groups having priority below this one can be preempted.' read True write True MinimumNeverPreemptPriority property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ MinimumPreemptorPriority propertyCIMTYPE 'uint32' Description 'Minimum priority a cluster group must have to be able to preempt another group.' read True write True MinimumPreemptorPriority property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ NetftIPSecEnabled propertyCIMTYPE 'uint32' Description 'IPSec enabled for cluster internal traffic.' read True write True NetftIPSecEnabled property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ NetworkAdminExtensions propertyCIMTYPE 'string' Description 'This property is obsolete.' read True write True NetworkAdminExtensions property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ NetworkInterfaceAdminExtensions propertyCIMTYPE 'string' Description 'This property is obsolete.' read True write True NetworkInterfaceAdminExtensions property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ NetworkPriorities propertyArraytype 'Ordered' CIMTYPE 'string' Description 'This property is obsolete.' read True NetworkPriorities property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ NodeAdminExtensions propertyCIMTYPE 'string' Description 'This property is obsolete.' read True write True NodeAdminExtensions property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ PlumbAllCrossSubnetRoutes propertyCIMTYPE 'uint32' Description 'Plumb all possible cross subnet routes to all nodes.' read True write True PlumbAllCrossSubnetRoutes property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ PreventQuorum propertyCIMTYPE 'uint32' Description 'Specifies if the cluster is in a prevent quorum state.' read True PreventQuorum property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ QuorumArbitrationTimeMax propertyCIMTYPE 'uint32' Description 'Maximum time necessary to decide the Quorum owner node.' read True write True QuorumArbitrationTimeMax property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ QuorumArbitrationTimeMin propertyCIMTYPE 'uint32' Description 'This property is obsolete.' read True write True QuorumArbitrationTimeMin property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ QuorumLogFileSize propertyCIMTYPE 'uint32' Description 'This property is obsolete.' read True write True QuorumLogFileSize property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ QuorumPath propertyCIMTYPE 'string' Description 'Path that is used to maintain quorum files.' read True QuorumPath property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ QuorumType propertyCIMTYPE 'string' Description 'Get the current quorum type - Majority or No Majority' read True QuorumType property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ QuorumTypeValue propertyCIMTYPE 'uint32' Description 'Get the current quorum type value.' read True ValueMap ['-1', '1', '2', '3', '4'] Values ['Unknown', 'Node', 'FileShareWitness', 'Storage', 'None'] QuorumTypeValue property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ RecentEventsResetTime propertyCIMTYPE 'string' Description 'Allows cluster to reset the last events displayed to clients.' read True write True RecentEventsResetTime property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ RequestReplyTimeout propertyCIMTYPE 'uint32' Description 'Controls the request reply timeout period.' read True write True RequestReplyTimeout property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ResourceAdminExtensions propertyCIMTYPE 'string' Description 'This property is obsolete.' read True write True ResourceAdminExtensions property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ResourceDllDeadlockPeriod propertyCIMTYPE 'uint32' Description 'This property is obsolete.' read True ResourceDllDeadlockPeriod property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ResourceTypeAdminExtensions propertyCIMTYPE 'string' Description 'This property is obsolete.' read True write True ResourceTypeAdminExtensions property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ RootMemoryReserved propertyCIMTYPE 'uint32' Description 'Controls the amount of memory reserved for the parent partition on all cluster nodes.' read True write True RootMemoryReserved property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ RouteHistoryLength propertyCIMTYPE 'uint32' Description 'Specifies history length for routes to help finding network issues.' read True write True RouteHistoryLength property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ SameSubnetDelay propertyCIMTYPE 'uint32' Description 'Controls how long the cluster network driver waits in milliseconds between sending Cluster Service heartbeats on the same subnet.' read True write True SameSubnetDelay property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ SameSubnetThreshold propertyCIMTYPE 'uint32' Description 'Controls how many Cluster Service heartbeats can be missed on the same subnet before it determines that Cluster Service has stopped responding.' read True write True SameSubnetThreshold property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ Security propertyCIMTYPE 'uint8' Description 'This property is obsolete.' read True write True Security property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 7 namespaces
▲ SecurityLevel propertyCIMTYPE 'uint32' Description 'The level of security that should apply to intra cluster messages.' read True ValueMap ['0', '1', '2'] Values ['Clear Text', 'Sign', 'Encrypt'] write True SecurityLevel property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 3 namespaces
▲ SharedVolumeCompatibleFilters propertyCIMTYPE 'string' Description 'Certain classes of filter drivers may be flagged as incompatible with direct I/O mode of shared volume.Use this property to override cluster service determination of filters as incompatible. Add one or more filter driver name without .sys extension.' read True write True SharedVolumeCompatibleFilters property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ SharedVolumeIncompatibleFilters propertyCIMTYPE 'string' Description 'Certain classes of filter drivers may be incompatible with direct I/O mode of shared volume.Use this property to add filters to be deemed as incompatible for direct I/O. Add one or more filter driver name without .sys extension.' read True write True SharedVolumeIncompatibleFilters property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ SharedVolumeSecurityDescriptor propertyCIMTYPE 'uint8' Description 'Controls access to the CSV Meta Data Server volume for the user mode applications.' read True write True SharedVolumeSecurityDescriptor property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ SharedVolumesRoot propertyCIMTYPE 'string' Description 'Root directory from which the cluster shared volumes are linked.' read True SharedVolumesRoot property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ SharedVolumeVssWriterOperationTimeout propertyCIMTYPE 'uint32' Description 'CSV VSS Writer operation timeout in seconds.' read True write True SharedVolumeVssWriterOperationTimeout property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ ShutdownTimeoutInMinutes propertyCIMTYPE 'uint32' Description 'Maximum time in minutes allowed for cluster groups to come offline during cluster service shutdown.' read True write True ShutdownTimeoutInMinutes property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ UseClientAccessNetworksForSharedVolumes propertyCIMTYPE 'uint32' Description 'Enables/disables the use of client access networks for cluster shared volumes feature of this cluster.' read True ValueMap ['0', '1'] Values ['Disabled', 'Enabled'] write True UseClientAccessNetworksForSharedVolumes property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ WitnessDatabaseWriteTimeout propertyCIMTYPE 'uint32' Description 'The maximum time in seconds that a cluster database write to a witness can take before the write is abandoned.' read True write True WitnessDatabaseWriteTimeout property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ WitnessDynamicWeight propertyCIMTYPE 'uint32' Description 'Specifies weight of configured witness.' read True WitnessDynamicWeight property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
▲ WitnessRestartInterval propertyCIMTYPE 'uint32' Description 'Controls the witness restart interval.' read True write True WitnessRestartInterval property is in 1 class (MSCluster_Cluster) of ROOT\MSCluster and in 2 namespaces
Derived properties (14) of MSCluster_Cluster class
▲ CreationClassName propertyCIMTYPE 'string' Description 'CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.' CreationClassName property is in 11 classes of ROOT\MSCluster and in 20 namespaces
▲ Dedicated propertyCIMTYPE 'uint16' Description 'Enumeration indicating whether the ComputerSystem is a special-purpose System (ie, dedicated to a particular use), versus being 'general purpose'. For example, one could specify that the System is dedicated to "Print" (value=11) or acts as a "Hub" (value=8).' Values ['Not Dedicated', 'Unknown', 'Other', 'Storage', 'Router', 'Switch', 'Layer 3 Switch', 'Central Office Switch', 'Hub', 'Access Server', 'Firewall', 'Print', 'I/O', 'Web Caching'] Dedicated property is in 5 classes of ROOT\MSCluster and in 8 namespaces
▲ IdentifyingDescriptions propertyCIMTYPE 'string' Description 'An array of free-form strings providing explanations and details behind the entries in the OtherIdentifyingInfo array. Note, each entry of this array is related to the entry in OtherIdentifyingInfo that is located at the same index.' IdentifyingDescriptions property is in 7 classes of ROOT\MSCluster and in 15 namespaces
▲ InstallDate propertyCIMTYPE 'datetime' Description 'A datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.' InstallDate property is in 26 classes of ROOT\MSCluster and in 23 namespaces
▲ MaxNumberOfNodes propertyCIMTYPE 'uint32' Description 'Indicates the maximum number of nodes that may participate in the Cluster. If unlimited, enter 0.' MaxNumberOfNodes property is in 2 classes of ROOT\MSCluster and in 4 namespaces
▲ NameFormat propertyCIMTYPE 'string' Description 'The ComputerSystem object and its derivatives are Top Level Objects of CIM. They provide the scope for numerous components. Having unique System keys is required. A heuristic is defined to create the ComputerSystem Name to attempt to always generate the same Name, independent of discovery protocol. This prevents inventory and management problems where the same asset or entity is discovered multiple times, but can not be resolved to a single object. Use of the heuristic is optional, but recommended. The NameFormat property identifies how the ComputerSystem Name is generated, using a heuristic. The heuristic is outlined, in detail, in the CIM V2 System Model spec. It assumes that the documented rules are traversed in order, to determine and assign a Name. The NameFormat Values list defines the precedence order for assigning the ComputerSystem Name. Several rules do map to the same Value. Note that the ComputerSystem Name calculated using the heuristic is the System's key value. Other names can be assigned and used for the ComputerSystem, that better suit a business, using Aliases.' NameFormat property is in 6 classes of ROOT\MSCluster and in 21 namespaces
▲ OtherIdentifyingInfo propertyCIMTYPE 'string' Description 'OtherIdentifyingInfo captures additional data, beyond System Name information, that could be used to identify a ComputerSystem. One example would be to hold the Fibre Channel World-Wide Name (WWN) of a node. Note that if only the Fibre Channel name is available and is unique (able to be used as the System key), then this property would be NULL and the WWN would become the System key, its data placed in the Name property.' OtherIdentifyingInfo property is in 7 classes of ROOT\MSCluster and in 20 namespaces
▲ PrimaryOwnerContact propertyCIMTYPE 'string' Description 'A string that provides information on how the primary system owner can be reached (e.g. phone number, email address, ...).' PrimaryOwnerContact property is in 6 classes of ROOT\MSCluster and in 15 namespaces
▲ Roles propertyCIMTYPE 'string' Description 'An array (bag) of strings that specify the roles this System plays in the IT-environment. Subclasses of System may override this property to define explicit Roles values. Alternately, a Working Group may describe the heuristics, conventions and guidelines for specifying Roles. For example, for an instance of a networking system, the Roles property might contain the string, 'Switch' or 'Bridge'.' Roles property is in 6 classes of ROOT\MSCluster and in 17 namespaces
▲ Status propertyCIMTYPE 'string' Description 'A string indicating the current status of the object. Various operational and non-operational statuses are defined. Operational statuses are "OK", "Degraded", "Stressed" and "Pred Fail". "Stressed" indicates that the Element is functioning, but needs attention. Examples of "Stressed" states are overload, overheated, etc. The condition "Pred Fail" (failure predicted) indicates that an Element is functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "NonRecover", "Starting", "Stopping" and "Service". "NonRecover" indicates that a non-recoverable error has occurred. "Service" describes an Element being configured, maintained or cleaned, or otherwise administered. This status could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative task. Not all such work is on-line, yet the Element is neither "OK" nor in one of the other states.' Status property is in 27 classes of ROOT\MSCluster and in 42 namespaces
MSCluster_Cluster Qualifiers Name Value ToInstance ToSubclass Overridable Amended Local
Description 'A class derived from ComputerSystem that 'is made up of' two or more ComputerSystems which operate together as an atomic, functional whole to increase the performance, resources and/or RAS (Reliability, Availability and Serviceability) of the component ComputerSystems, related to some aspects of these ComputerSystems.' ✗ ✓ ✓ ✓ ✓
dynamic True ✓ ✗ ✓ ✗ ✓
Locale 1033 ✗ ✗ ✓ ✓ ✓
provider 'MS_CLUSTER_PROVIDER' ✗ ✗ ✓ ✗ ✓
UUID '{9EB9A2F9-0751-4dcf-AB59-F8341D0F60B2}' ✗ ✗ ✓ ✗ ✓
MSCluster_Cluster System properties Name Value Origin CIMType Local Array
__PATH '\\.\ROOT\MSCluster:MSCluster_Cluster' ___SYSTEM 8 ✗ ✗
__NAMESPACE 'ROOT\MSCluster' ___SYSTEM 8 ✗ ✗
__SERVER '.' ___SYSTEM 8 ✗ ✗
__DERIVATION ['CIM_Cluster', 'CIM_ComputerSystem', 'CIM_System', 'CIM_LogicalElement', 'CIM_ManagedSystemElement'] ___SYSTEM 8 ✗ ✓
__PROPERTY_COUNT 84 ___SYSTEM 3 ✗ ✗
__RELPATH 'MSCluster_Cluster ' ___SYSTEM 8 ✗ ✗
__DYNASTY 'CIM_ManagedSystemElement ' ___SYSTEM 8 ✗ ✗
__SUPERCLASS 'CIM_Cluster ' ___SYSTEM 8 ✗ ✗
__CLASS 'MSCluster_Cluster ' ___SYSTEM 8 ✗ ✗
__GENUS 1 ___SYSTEM 3 ✗ ✗
Similar Classes to MSCluster_Cluster Number of classes:58
Please enable JavaScript to view the comments powered by Disqus.
comments powered by