PingConfigResponse

data class PingConfigResponse(val pingsCount: Int)

Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain.

Constructors

Link copied to clipboard
fun PingConfigResponse(pingsCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.