Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramkishor Chaladi authored and Ramkishor Chaladi committed Jul 18, 2023
1 parent f8b596d commit 22d6092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SoftLayer/CLI/block/subnets/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
def cli(env, access_id):
"""Example:
slcli block subnets-list 12345678
slcli block subnets-list 12345678
ACCESS_ID is the host_id obtained by: softlayer slcli block access-list <volume_id>
List block storage assigned subnets for the given host id.
access_id is the host_id obtained by: slcli block access-list <volume_id>
Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/CLI/block/subnets/remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def cli(env, access_id, subnet_id):
slcli block subnets-remove 111111 --subnet-id 222222
slcli block subnets-remove 111111 --subnet-id 222222 --subnet-id 333333
ACCESS_ID is the host_id obtained by: slcli block access-list <volume_id>
Remove block storage subnets for the given host id.
Expand Down

0 comments on commit 22d6092

Please sign in to comment.