> + @Nullable
> + public Integer getPortRangeMin() {
> + return portRangeMin;
> + }
> +
> + /**
> + * @return The maximum port number in the range that is matched by the
> security group rule. The port_range_min
> + * attribute constrains the port_range_max attribute. If the protocol is
> ICMP, this value must be an ICMP type.
> + */
> + @Nullable
> + public Integer getPortRangeMax() {
> + return portRangeMax;
> + }
> +
> + /**
> + * @return The protocol that is matched by the security group rule. Valid
> values are null, tcp, udp, and icmp.
Would there ever be a case where valid values might change?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/132/files#r16569256