> + */
> + @Nullable
> + public String getName() {
> + return name;
> + }
> +
> + /**
> + * @return The description of the security group.
> + */
> + @Nullable
> + public String getDescription() {
> + return description;
> + }
> +
> + /**
> + * @return The identifier of the tenant for this rule.Ah, oops. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/132/files#r16568463
