ContainerGroupContainerPortArgs

data class ContainerGroupContainerPortArgs(val port: Output<Int>? = null, val protocol: Output<String>? = null) : ConvertibleToJava<ContainerGroupContainerPortArgs>

Constructors

Link copied to clipboard
fun ContainerGroupContainerPortArgs(port: Output<Int>? = null, protocol: Output<String>? = null)

Functions

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

Properties

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

When using the HTTP request method for health check, the port number for HTTP Get request detection.

Link copied to clipboard
val protocol: Output<String>? = null

The type of the protocol. Valid values: TCP and UDP.