You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2015/01/27 06:13:34 UTC

[jira] [Updated] (JCLOUDS-689) Be able to name firewall rules

     [ https://issues.apache.org/jira/browse/JCLOUDS-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Gaul updated JCLOUDS-689:
--------------------------------
    Labels: google-compute-engine  (was: )

> Be able to name firewall rules
> ------------------------------
>
>                 Key: JCLOUDS-689
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-689
>             Project: jclouds
>          Issue Type: Improvement
>          Components: jclouds-compute, jclouds-labs-google
>    Affects Versions: 1.8.0
>            Reporter: Sunil Shah
>              Labels: google-compute-engine
>
> 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:
> {code}
>         IpPermission.builder()
>           .ipProtocol(protocol)
>           .cidrBlock(cidr)
>           .fromPort(number)
>           .toPort(number)
>           .build()
> {code}
> At the moment we see:
> http://imgur.com/k0wEy9r



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)