Skip to content

Commit f1e1839

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
updated the description
1 parent 22d6092 commit f1e1839

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

SoftLayer/CLI/block/subnets/assign.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
help="ID of the subnets to assign; e.g.: --subnet-id 1234")
1313
@environment.pass_env
1414
def cli(env, access_id, subnet_id):
15-
"""EXAMPLE:
15+
"""Assign block storage subnets to the given host id.
16+
17+
EXAMPLE::
1618
1719
slcli block subnets-assign 111111 --subnet-id 222222
1820
slcli block subnets-assign 111111 --subnet-id 222222 --subnet-id 333333
1921
ACCESS_ID is the host_id obtained by: softlayer slcli block access-list <volume_id>
2022
21-
Assign block storage subnets to the given host id.
22-
2323
access_id is the host_id obtained by: slcli block access-list <volume_id>
2424
2525
SoftLayer_Account::iscsiisolationdisabled must be False to use this command

SoftLayer/CLI/block/subnets/list.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
@click.argument('access_id', type=int)
2020
@environment.pass_env
2121
def cli(env, access_id):
22-
"""Example:
22+
"""List block storage assigned subnets for the given host id.
23+
24+
Example::
2325
2426
slcli block subnets-list 12345678
2527
ACCESS_ID is the host_id obtained by: softlayer slcli block access-list <volume_id>
2628
27-
List block storage assigned subnets for the given host id.
28-
2929
access_id is the host_id obtained by: slcli block access-list <volume_id>
3030
"""
3131

SoftLayer/CLI/block/subnets/remove.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212
help="ID of the subnets to remove; e.g.: --subnet-id 1234")
1313
@environment.pass_env
1414
def cli(env, access_id, subnet_id):
15-
"""Example:
15+
"""Remove block storage subnets for the given host id.
16+
17+
Example::
1618
1719
slcli block subnets-remove 111111 --subnet-id 222222
1820
slcli block subnets-remove 111111 --subnet-id 222222 --subnet-id 333333
1921
ACCESS_ID is the host_id obtained by: slcli block access-list <volume_id>
2022
21-
22-
Remove block storage subnets for the given host id.
23-
2423
access_id is the host_id obtained by: slcli block access-list <volume_id>
2524
2625
SoftLayer_Account::iscsiisolationdisabled must be False to use this command

0 commit comments

Comments
 (0)