Files
openstacksdk/doc/source/users/proxies/block_store.rst
Brian Curtin 0e26e7ddd0 Reorganize block store docs
This change organizes the block store docs by topic rather than letting
autodoc organize methods by the order they appear in the _proxy.py file.

Change-Id: I743562a8c9a1dc7aaceef1d14c571c7a07855802
2017-02-28 09:58:45 -05:00

1.5 KiB

Block Store API

For details on how to use block_store, see /users/guides/block_store

openstack.block_store.v2._proxy

The BlockStore Class

The block_store high-level interface is available through the block_store member of a ~openstack.connection.Connection object. The block_store member will only be added if the service is detected.

Volume Operations

openstack.block_store.v2._proxy.Proxy

openstack.block_store.v2._proxy.Proxy.create_volume

openstack.block_store.v2._proxy.Proxy.delete_volume

openstack.block_store.v2._proxy.Proxy.get_volume

openstack.block_store.v2._proxy.Proxy.volumes

Type Operations

openstack.block_store.v2._proxy.Proxy

openstack.block_store.v2._proxy.Proxy.create_type

openstack.block_store.v2._proxy.Proxy.delete_type

openstack.block_store.v2._proxy.Proxy.get_type

openstack.block_store.v2._proxy.Proxy.types

Snapshot Operations

openstack.block_store.v2._proxy.Proxy

openstack.block_store.v2._proxy.Proxy.create_snapshot

openstack.block_store.v2._proxy.Proxy.delete_snapshot

openstack.block_store.v2._proxy.Proxy.get_snapshot

openstack.block_store.v2._proxy.Proxy.snapshots