HostPortRangeArgs

data class HostPortRangeArgs(val max: Output<Int>, val min: Output<Int>) : ConvertibleToJava<HostPortRangeArgs>

HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.

Constructors

Link copied to clipboard
constructor(max: Output<Int>, min: Output<Int>)

Properties

Link copied to clipboard
val max: Output<Int>

max is the end of the range, inclusive.

Link copied to clipboard
val min: Output<Int>

min is the start of the range, inclusive.

Functions

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