ContainerPortRange

A set of one or more port numbers that can be opened on the container, and the supported network protocol.

Part of:ContainerPortConfiguration

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A starting value for the range of allowed port numbers.

Link copied to clipboard

The network protocol that these ports support.

Link copied to clipboard
val toPort: Int?

An ending value for the range of allowed port numbers. Port numbers are end-inclusive. This value must be equal to or greater than FromPort.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String