Host Port Range Patch Args
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.