HealthCheckConfiguration

@JsonSerializable
data class HealthCheckConfiguration(val HealthyThreshold: Int?, val Interval: Int?, val Path: String?, val Protocol: String?, val Timeout: Int?, val UnhealthyThreshold: Int?)

Constructors

Link copied to clipboard
constructor(HealthyThreshold: Int?, Interval: Int?, Path: String?, Protocol: String?, Timeout: Int?, UnhealthyThreshold: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Path: String?
Link copied to clipboard
Link copied to clipboard
val Timeout: Int?
Link copied to clipboard