GroupContainerPortArgs

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

Constructors

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

Properties

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

The port number the container will expose. Changing this forces a new resource to be created.

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

The network protocol associated with port. Possible values are TCP&UDP. Changing this forces a new resource to be created. Defaults to TCP.

Functions

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