openstack.block_storage.v3.manageable_snapshot

The ManageableSnapshot Class

The ManageableSnapshot class inherits from Resource.

class openstack.block_storage.v3.manageable_snapshot.ManageableSnapshot(_synchronized=False, connection=None, **attrs)

The base resource

Parameters:
  • _synchronized – This is not intended to be used directly. See new() and existing().

  • connection – Reference to the Connection being used. Defaults to None to allow Resource objects to be used without an active Connection, such as in unit tests. Use of self._connection in Resource code should protect itself with a check for None.

resource_key = 'manageable-snapshot'

Singular form of key for resource.

resources_key = 'manageable-snapshots'

Plural form of key for resource.

base_path = '/manageable_snapshots'

The base part of the URI for this resource.

allow_list = True

Allow list operation for this resource.

cinder_id

The ID of this snapshot in Cinder, if already managed.

extra_info

Additional information about the snapshot.

reason_not_safe

The reason the snapshot is not safe to manage, if applicable.

reference

A reference to identify the existing snapshot on the backend.

safe_to_manage

Whether it is safe to manage this snapshot.

size

The size of the snapshot in GiB.

source_reference

A reference to the source volume of the snapshot.