File: object.rst

package info (click to toggle)
python-openstackclient 8.2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (27 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
======
object
======

An **object** stores data content, such as documents, images, and so on. They
can also store custom metadata with an object. Applies to Object Storage v1.

.. autoprogram-cliff:: openstack.object_store.v1
   :command: object create

.. autoprogram-cliff:: openstack.object_store.v1
   :command: object delete

.. autoprogram-cliff:: openstack.object_store.v1
   :command: object list

.. autoprogram-cliff:: openstack.object_store.v1
   :command: object save

.. autoprogram-cliff:: openstack.object_store.v1
   :command: object set

.. autoprogram-cliff:: openstack.object_store.v1
   :command: object show

.. autoprogram-cliff:: openstack.object_store.v1
   :command: object unset