> +         return self();
> +      }
> +
> +      /**
> +       * The name for this rule.
> +       *
> +       * @return the Builder.
> +       * @see SecurityGroup#getName()
> +       */
> +      public ParameterizedBuilderType name(String name) {
> +         securityGroup.name = name;
> +         return self();
> +      }
> +
> +      /**
> +       * The description for this rule.

`The description for this security group.`? 

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/132/files#r16568742

Reply via email to