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