ServiceTemplateContainerStartupProbeTcpSocketArgs

data class ServiceTemplateContainerStartupProbeTcpSocketArgs(val port: Output<Int>? = null) : ConvertibleToJava<ServiceTemplateContainerStartupProbeTcpSocketArgs>

Constructors

constructor(port: Output<Int>? = null)

Properties

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

Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the same value as container.ports0.containerPort.

Functions

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