ApplicationDeltaHealthPolicyResponse

data class ApplicationDeltaHealthPolicyResponse(val defaultServiceTypeDeltaHealthPolicy: ServiceTypeDeltaHealthPolicyResponse? = null, val serviceTypeDeltaHealthPolicies: Map<String, ServiceTypeDeltaHealthPolicyResponse>? = null)

Defines a delta health policy used to evaluate the health of an application or one of its child entities when upgrading the cluster.

Constructors

Link copied to clipboard
constructor(defaultServiceTypeDeltaHealthPolicy: ServiceTypeDeltaHealthPolicyResponse? = null, serviceTypeDeltaHealthPolicies: Map<String, ServiceTypeDeltaHealthPolicyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The delta health policy used by default to evaluate the health of a service type when upgrading the cluster.

Link copied to clipboard

The map with service type delta health policy per service type name. The map is empty by default.