HealthProbeParametersResponse

data class HealthProbeParametersResponse(val probeIntervalInSeconds: Int? = null, val probePath: String? = null, val probeProtocol: String? = null, val probeRequestType: String? = null)

The JSON object that contains the properties to send health probes to origin.

Constructors

Link copied to clipboard
constructor(probeIntervalInSeconds: Int? = null, probePath: String? = null, probeProtocol: String? = null, probeRequestType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of seconds between health probes.Default is 240sec.

Link copied to clipboard
val probePath: String? = null

The path relative to the origin that is used to determine the health of the origin.

Link copied to clipboard
val probeProtocol: String? = null

Protocol to use for health probe.

Link copied to clipboard

The type of health probe request that is made.