> + return new SnapshotExtendedAttributes(projectId);
> + }
> +
> + public Builder fromExtendedAttributes(SnapshotExtendedAttributes in) {
> + return this
> + .projectId(in.getProjectId());
> + }
> +
> + protected Builder self() {
> + return this;
> + }
> + }
> +
> + @Named("os-extended-snapshot-attributes:project_id")
> + private final String projectId;
> +
@inbarsto There is an additional `os-extended-snapshot-attributes:progress`
field defined in the [API](
https://github.com/openstack/cinder/blob/master/cinder/api/contrib/extended_snapshot_attributes.py#L75)
that will need to be added.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/562/files#r19347847