Probe Response
data class ProbeResponse(val disableProbe: Boolean, val failureThreshold: Int? = null, val initialDelaySeconds: Int? = null, val periodSeconds: Int? = null, val probeAction: Any? = null, val successThreshold: Int? = null, val timeoutSeconds: Int? = null)
Probe describes a health check to be performed against an App Instance to determine whether it is alive or ready to receive traffic.