HostPortRangePatchArgs

data class HostPortRangePatchArgs(val max: Output<Int>? = null, val min: Output<Int>? = null) : ConvertibleToJava<HostPortRangePatchArgs>

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. Deprecated: use HostPortRange from policy API Group instead.

Constructors

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

Properties

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

max is the end of the range, inclusive.

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

min is the start of the range, inclusive.

Functions

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