|
20 | 20 | @environment.pass_env |
21 | 21 | def cli(env, prices, location=None): |
22 | 22 | """List all options for ordering a block storage |
23 | | - |
| 23 | +
|
24 | 24 | Example:: |
25 | 25 | slcli block volume-options |
26 | 26 | This command lists all options for creating a \ |
27 | 27 | block storage volume, including storage type, volume size, OS type, IOPS, tier level, datacenter, and snapshot size. |
28 | | - |
| 28 | +
|
29 | 29 | slcli block volume-options --prices |
30 | 30 | This command lists all options for creating a \ |
31 | | -block storage volume, including storage type, volume size, OS type, IOPS, tier level, datacenter, and snapshot size along with prices. |
32 | | - |
| 31 | +block storage volume, including storage type, volume size, OS type, IOPS, tier level, \ |
| 32 | +datacenter, and snapshot size along with prices. |
| 33 | +
|
33 | 34 | slcli block volume-options --prices dal03 |
34 | 35 | This command lists all options for creating a \ |
35 | | -block storage volume, including storage type, volume size, OS type, IOPS, tier level, datacenter, and snapshot size along with prices for a given location. |
| 36 | +block storage volume, including storage type, volume size, \ |
| 37 | +OS type, IOPS, tier level, datacenter, and snapshot size along with prices for a given location. |
36 | 38 | """ |
37 | 39 |
|
38 | 40 | order_manager = SoftLayer.OrderingManager(env.client) |
|
0 commit comments