|
2 | 2 | container |
3 | 3 | ========= |
4 | 4 |
|
5 | | -Object Storage v1 |
| 5 | +A **container** defines a namespace for **objects**. Applies to Object Storage v1 |
6 | 6 |
|
7 | | -container create |
8 | | ----------------- |
| 7 | +.. autoprogram-cliff:: openstack.object_store.v1 |
| 8 | + :command: container create |
9 | 9 |
|
10 | | -Create new container |
| 10 | +.. autoprogram-cliff:: openstack.object_store.v1 |
| 11 | + :command: container delete |
11 | 12 |
|
12 | | -.. program:: container create |
13 | | -.. code:: bash |
| 13 | +.. autoprogram-cliff:: openstack.object_store.v1 |
| 14 | + :command: container list |
14 | 15 |
|
15 | | - openstack container create |
16 | | - <container-name> [<container-name> ...] |
| 16 | +.. autoprogram-cliff:: openstack.object_store.v1 |
| 17 | + :command: container save |
17 | 18 |
|
18 | | -.. describe:: <container-name> |
| 19 | +.. autoprogram-cliff:: openstack.object_store.v1 |
| 20 | + :command: container set |
19 | 21 |
|
20 | | - New container name(s) |
| 22 | +.. autoprogram-cliff:: openstack.object_store.v1 |
| 23 | + :command: container show |
21 | 24 |
|
22 | | -container delete |
23 | | ----------------- |
24 | | - |
25 | | -Delete container |
26 | | - |
27 | | -.. program:: container delete |
28 | | -.. code:: bash |
29 | | -
|
30 | | - openstack container delete |
31 | | - [-r] | [--recursive] |
32 | | - <container> [<container> ...] |
33 | | -
|
34 | | -.. option:: --recursive, -r |
35 | | - |
36 | | - Recursively delete objects in container before container delete |
37 | | - |
38 | | -.. describe:: <container> |
39 | | - |
40 | | - Container(s) to delete |
41 | | - |
42 | | -container list |
43 | | --------------- |
44 | | - |
45 | | -List containers |
46 | | - |
47 | | -.. program:: container list |
48 | | -.. code:: bash |
49 | | -
|
50 | | - openstack container list |
51 | | - [--prefix <prefix>] |
52 | | - [--marker <marker>] |
53 | | - [--end-marker <end-marker>] |
54 | | - [--limit <num-containers>] |
55 | | - [--long] |
56 | | - [--all] |
57 | | -
|
58 | | -.. option:: --prefix <prefix> |
59 | | - |
60 | | - Filter list using <prefix> |
61 | | - |
62 | | -.. option:: --marker <marker> |
63 | | - |
64 | | - Anchor for paging |
65 | | - |
66 | | -.. option:: --end-marker <end-marker> |
67 | | - |
68 | | - End anchor for paging |
69 | | - |
70 | | -.. option:: --limit <num-containers> |
71 | | - |
72 | | - Limit the number of containers returned |
73 | | - |
74 | | -.. option:: --long |
75 | | - |
76 | | - List additional fields in output |
77 | | - |
78 | | -.. option:: --all |
79 | | - |
80 | | - List all containers (default is 10000) |
81 | | - |
82 | | -container save |
83 | | --------------- |
84 | | - |
85 | | -Save container contents locally |
86 | | - |
87 | | -.. program:: container save |
88 | | -.. code:: bash |
89 | | -
|
90 | | - openstack container save |
91 | | - <container> |
92 | | -
|
93 | | -.. describe:: <container> |
94 | | - |
95 | | - Container to save |
96 | | - |
97 | | -container set |
98 | | -------------- |
99 | | - |
100 | | -Set container properties |
101 | | - |
102 | | -.. program:: container set |
103 | | -.. code:: bash |
104 | | -
|
105 | | - openstack container set |
106 | | - [--property <key=value> [...] ] |
107 | | - <container> |
108 | | -
|
109 | | -.. option:: --property <key=value> |
110 | | - |
111 | | - Set a property on this container (repeat option to set multiple properties) |
112 | | - |
113 | | -.. describe:: <container> |
114 | | - |
115 | | - Container to modify |
116 | | - |
117 | | -container show |
118 | | --------------- |
119 | | - |
120 | | -Display container details |
121 | | - |
122 | | -.. program:: container show |
123 | | -.. code:: bash |
124 | | -
|
125 | | - openstack container show |
126 | | - <container> |
127 | | -
|
128 | | -.. describe:: <container> |
129 | | - |
130 | | - Container to display |
131 | | - |
132 | | -container unset |
133 | | ---------------- |
134 | | - |
135 | | -Unset container properties |
136 | | - |
137 | | -.. program:: container unset |
138 | | -.. code:: bash |
139 | | -
|
140 | | - openstack container unset |
141 | | - [--property <key>] |
142 | | - <container> |
143 | | -
|
144 | | -.. option:: --property <key> |
145 | | - |
146 | | - Property to remove from container (repeat option to remove multiple properties) |
147 | | - |
148 | | -.. describe:: <container> |
149 | | - |
150 | | - Container to modify |
| 25 | +.. autoprogram-cliff:: openstack.object_store.v1 |
| 26 | + :command: container unset |
0 commit comments