> + public String getName() {
> + return name;
> + }
> +
> + /**
> + * @return the description of the Pool.
> + */
> + @Nullable
> + public String getDescription() {
> + return description;
> + }
> +
> + /**
> + * @return the subnet id for this Pool.
> + */
> + public String getSubnetId() {Is this guaranteed not null in the update/create instances as well? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/146/files#r17864745
