ServiceTypeHealthPolicyResponse

data class ServiceTypeHealthPolicyResponse(val maxPercentUnhealthyServices: Int? = null)

Represents the health policy used to evaluate the health of services belonging to a service type.

Constructors

Link copied to clipboard
constructor(maxPercentUnhealthyServices: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum percentage of services allowed to be unhealthy before your application is considered in error.