Service Health Check Configuration
data class ServiceHealthCheckConfiguration(val healthyThreshold: Int? = null, val interval: Int? = null, val path: String? = null, val protocol: ServiceHealthCheckConfigurationProtocol? = null, val timeout: Int? = null, val unhealthyThreshold: Int? = null)
Health check configuration
Constructors
Link copied to clipboard
fun ServiceHealthCheckConfiguration(healthyThreshold: Int? = null, interval: Int? = null, path: String? = null, protocol: ServiceHealthCheckConfigurationProtocol? = null, timeout: Int? = null, unhealthyThreshold: Int? = null)