Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.8.0
-
None
Description
It looks like the IpPermission class/builder doesn't offer the ability to name firewall rules. It'd be nice to be able to name these so that in GCE, it's quicker/easier to know what rules are present.
We use it as follows:
IpPermission.builder() .ipProtocol(protocol) .cidrBlock(cidr) .fromPort(number) .toPort(number) .build()
At the moment we see:
http://imgur.com/k0wEy9r