Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the resiliency type of the virtual disk.
| Attribute | Value |
|---|---|
| Data type | DWORD |
| Access | Read-only |
| Structure | CLUSPROP_DWORD |
| Minimum | SpResiliencyTypeUnknown (0) |
| Maximum | SpResiliencyTypeMax (4) |
| Default | 0 |
Remarks
The constant for this property is CLUSREG_NAME_STORAGESPACE_RESILIENCYTYPE.
This property can be set to one of the following values contained in the SP_RESILIENCY_TYPE enumeration.
| Name | Value | Description |
|---|---|---|
| SpResiliencyTypeUnknown | 0 | The resiliency type of the virtual disk is unknown. |
| SpResiliencyTypeSimple | 1 | The virtual disk has a simple resiliency type. |
| SpResiliencyTypeMirror | 2 | The virtual disk has a mirror resiliency type. |
| SpResiliencyTypeParity | 3 | The virtual disk has a parity resiliency type. |
| SpResiliencyTypeMax | 4 | Maximum value. |
Requirements
| Minimum supported client |
None supported |
| Minimum supported server |
Windows Server 2012 |