PingConfigArgs

data class PingConfigArgs(val pingsCount: Output<Int>? = null) : ConvertibleToJava<PingConfigArgs>

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 PingConfigArgs(pingsCount: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PingConfigArgs

Properties

Link copied to clipboard
val pingsCount: Output<Int>? = null

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