ContainerPortInfoArgs

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

Constructors

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

Properties

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

The open firewall ports of the container.

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

The protocol name for the open ports. Allowed values : HTTP | HTTPS | TCP | UDP

Functions

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