Skip to content

Commit fbd9051

Browse files
J JayasilanJ Jayasilan
authored andcommitted
Tox analysis for Example for slcli block volume-modify, slcli block volume-options
1 parent e51c99e commit fbd9051

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

SoftLayer/CLI/block/modify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def cli(env, volume_id, new_size, new_iops, new_tier):
3838
Example::
3939
slcli block volume-modify 12345678 --new-size 1000 --new-iops 4000
4040
This command modify a volume 12345678 with size is 1000GB, IOPS is 4000.
41-
41+
4242
slcli block volume-modify 12345678 --new-size 500 --new-tier 4
4343
This command modify a volume 12345678 with size is 500GB, tier level is 4 IOPS per GB.
4444
"""

SoftLayer/CLI/block/options.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,21 @@
2020
@environment.pass_env
2121
def cli(env, prices, location=None):
2222
"""List all options for ordering a block storage
23-
23+
2424
Example::
2525
slcli block volume-options
2626
This command lists all options for creating a \
2727
block storage volume, including storage type, volume size, OS type, IOPS, tier level, datacenter, and snapshot size.
28-
28+
2929
slcli block volume-options --prices
3030
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+
3334
slcli block volume-options --prices dal03
3435
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.
3638
"""
3739

3840
order_manager = SoftLayer.OrderingManager(env.client)

0 commit comments

Comments
 (0)