ClusterReliabilityLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The reliability level sets the replica set size of system services. Learn about ReliabilityLevel.
public enum ClusterReliabilityLevel
type ClusterReliabilityLevel =
Public Enum ClusterReliabilityLevel
- Inheritance
-
ClusterReliabilityLevel
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Run the System services with a target replica set count of 1. This should only be used for test clusters. |
| Bronze | 1 | Run the System services with a target replica set count of 3. This should only be used for test clusters. |
| Silver | 2 | Run the System services with a target replica set count of 5. |
| Gold | 3 | Run the System services with a target replica set count of 7. |
| Platinum | 4 | Run the System services with a target replica set count of 9. |