ContainerPortInfo

data class ContainerPortInfo(val port: String? = null, val protocol: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: String? = null

The open firewall ports of the container.

Link copied to clipboard
val protocol: String? = null

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