ApplicationDeltaHealthPolicyArgs

data class ApplicationDeltaHealthPolicyArgs(val defaultServiceTypeDeltaHealthPolicy: Output<ServiceTypeDeltaHealthPolicyArgs>? = null, val serviceTypeDeltaHealthPolicies: Output<Map<String, ServiceTypeDeltaHealthPolicyArgs>>? = null) : ConvertibleToJava<ApplicationDeltaHealthPolicyArgs>

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
fun ApplicationDeltaHealthPolicyArgs(defaultServiceTypeDeltaHealthPolicy: Output<ServiceTypeDeltaHealthPolicyArgs>? = null, serviceTypeDeltaHealthPolicies: Output<Map<String, ServiceTypeDeltaHealthPolicyArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ApplicationDeltaHealthPolicyArgs

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.