ServiceTypeDeltaHealthPolicy Class

Definition

Represents the delta health policy used to evaluate the health of services belonging to a service type when upgrading the cluster.

public class ServiceTypeDeltaHealthPolicy
type ServiceTypeDeltaHealthPolicy = class
Public Class ServiceTypeDeltaHealthPolicy
Inheritance
ServiceTypeDeltaHealthPolicy

Constructors

ServiceTypeDeltaHealthPolicy()

Initializes a new instance of the ServiceTypeDeltaHealthPolicy class.

ServiceTypeDeltaHealthPolicy(Nullable<Int32>)

Initializes a new instance of the ServiceTypeDeltaHealthPolicy class.

Properties

MaxPercentDeltaUnhealthyServices

Gets or sets the maximum allowed percentage of services health degradation allowed during cluster upgrades. The delta is measured between the state of the services at the beginning of upgrade and the state of the services at the time of the health evaluation. The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.

Methods

Validate()

Validate the object.

Applies to