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

2015-01-26 Thread Andrew Gaul (JIRA)

 [ 
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)


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

2015-01-26 Thread Andrew Gaul (JIRA)

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

Andrew Gaul updated JCLOUDS-689:

Component/s: jclouds-compute

 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)