NodeTypeHealthPolicyMapItem Class
Defines an item in NodeTypeHealthPolicyMap.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
NodeTypeHealthPolicyMapItem
Constructor
NodeTypeHealthPolicyMapItem(*, key: str, value: int, **kwargs)
Parameters
- key
- str
Required. The key of the node type health policy map item. This is the name of the node type.
- value
- int
Required. The value of the node type health policy map item. If the percentage is respected but there is at least one unhealthy node in the node type, the health is evaluated as Warning. The percentage is calculated by dividing the number of unhealthy nodes over the total number of nodes in the node type. The computation rounds up to tolerate one failure on small numbers of nodes. The max percent unhealthy nodes allowed for the node type. Must be between zero and 100.
Feedback
Submit and view feedback for