ApplicationHealthPolicyResponse

data class ApplicationHealthPolicyResponse(val defaultServiceTypeHealthPolicy: ServiceTypeHealthPolicyResponse? = null, val serviceTypeHealthPolicies: Map<String, ServiceTypeHealthPolicyResponse>? = null)

Defines a health policy used to evaluate the health of an application or one of its children entities.

Constructors

Link copied to clipboard
constructor(defaultServiceTypeHealthPolicy: ServiceTypeHealthPolicyResponse? = null, serviceTypeHealthPolicies: Map<String, ServiceTypeHealthPolicyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The health policy used by default to evaluate the health of a service type.

Link copied to clipboard

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