11// CommonTasks YAML Reference: Cluster
22// ===================================
33
4- :YmlCategory: Cluster
4+ :YmlCategory: FailoverCluster
55
66:abstract: {YmlCategory} is used for the management and configuration of Windows Server Failover Cluster..
77
8- [#dscyml_cluster , {YmlCategory} ]
8+ [#dscyml_failovercluster , {YmlCategory} ]
99= DSC Resource '{YmlCategory}'
1010
1111
12- [[dscyml_cluster_abstract , {abstract}]]
12+ [[dscyml_failover_abstract , {abstract}]]
1313{abstract}
1414
1515
@@ -85,7 +85,7 @@ If this is not specified then the cluster computer object must have been prestag
8585This parameter is optional if the quorum type is set to `NodeMajority` .
8686|
8787
88- | [[dscyml_cluster_disks , {YmlCategory}/Disks]]<<dscyml_cluster_disks_details , Disks>>
88+ | [[dscyml_failover_disks , {YmlCategory}/Disks]]<<dscyml_failover_disks_details , Disks>>
8989|
9090| Hashtable[]
9191| Configures shared disks in a cluster.
@@ -129,8 +129,8 @@ When creating a cluster role the cluster service is creating the needed computer
129129|===
130130
131131
132- [[dscyml_cluster_disks_details ]]
133- .Attributes of DSC Resource '<<dscyml_cluster_disks >>'
132+ [[dscyml_failover_disks_details ]]
133+ .Attributes of DSC Resource '<<dscyml_failover_disks >>'
134134[cols="1,1,1,2a,1a" options="header"]
135135|===
136136| Parameter
@@ -146,13 +146,13 @@ When creating a cluster role the cluster service is creating the needed computer
146146|
147147
148148| Label
149- |
149+ |
150150| String
151151| The disk label that should be assigned to the disk on the Failover Cluster disk resource.
152152|
153153
154154| Ensure
155- |
155+ |
156156| String
157157| Define if the cluster disk should be added (`Present` ) or removed.
158158| - *Present* (default)
@@ -164,7 +164,7 @@ When creating a cluster role the cluster service is creating the needed computer
164164.Example
165165[source, yaml]
166166----
167- Cluster :
167+ FailoverCluster :
168168 Name: Cluster1
169169 StaticIPAddress: 10.0.0.1
170170 IgnoreNetwork:
0 commit comments