Service Template Container Liveness Probe Args
data class ServiceTemplateContainerLivenessProbeArgs(val failureThreshold: Output<Int>? = null, val grpc: Output<ServiceTemplateContainerLivenessProbeGrpcArgs>? = null, val httpGet: Output<ServiceTemplateContainerLivenessProbeHttpGetArgs>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val tcpSocket: Output<ServiceTemplateContainerLivenessProbeTcpSocketArgs>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<ServiceTemplateContainerLivenessProbeArgs>
Constructors
Link copied to clipboard
fun ServiceTemplateContainerLivenessProbeArgs(failureThreshold: Output<Int>? = null, grpc: Output<ServiceTemplateContainerLivenessProbeGrpcArgs>? = null, httpGet: Output<ServiceTemplateContainerLivenessProbeHttpGetArgs>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, tcpSocket: Output<ServiceTemplateContainerLivenessProbeTcpSocketArgs>? = null, timeoutSeconds: Output<Int>? = null)