Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-689

Be able to name firewall rules

    XMLWordPrintableJSON

Details

    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

      Attachments

        Activity

          People

            Unassigned Unassigned
            ssk2hd Sunil Shah
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: