volume: Add missing backup_id field to Volume
Change-Id: I4a05f571b1c0eb1bfd2d4e92ba3983c1c86eb072 Signed-off-by: Luan Utimura <luan.utimura@luizalabs.com> Depends-on: https://review.opendev.org/c/openstack/python-openstackclient/+/958872
This commit is contained in:
committed by
Stephen Finucane
parent
f1e2760a6f
commit
bf8bdb0413
@@ -49,6 +49,9 @@ class Volume(resource.Resource, metadata.MetadataMixin):
|
||||
attachments = resource.Body("attachments", type=list)
|
||||
#: The availability zone.
|
||||
availability_zone = resource.Body("availability_zone")
|
||||
#: To create a volume from an existing backup, specify the ID of
|
||||
#: the existing volume backup. (since 3.47)
|
||||
backup_id = resource.Body("backup_id")
|
||||
#: ID of the consistency group.
|
||||
consistency_group_id = resource.Body("consistencygroup_id")
|
||||
#: Whether this resource consumes quota or not. Resources that not counted
|
||||
|
||||
Reference in New Issue
Block a user