Skip to content

Commit 14e08e8

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
updated the comments
1 parent 5c93267 commit 14e08e8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

SoftLayer/CLI/loadbal/health.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
@environment.pass_env
1919
def cli(env, identifier, uuid, interval, retry, timeout, url):
2020
"""Manage LBaaS health checks.
21-
21+
2222
Example::
2323
24-
slcli loadbal health-edit (--lb-id LOADBAL_ID) (--health-uuid HEALTH_CHECK_UUID) [-i, --interval INTERVAL] [-r, --retry RETRY] [-t, --timeout TIMEOUT] [-u, --url URL]
24+
slcli loadbal health-edit (--lb-id LOADBAL_ID) (--health-uuid HEALTH_CHECK_UUID) [-i, --interval INTERVAL]
25+
[-r, --retry RETRY] [-t, --timeout TIMEOUT] [-u, --url URL]
2526
"""
2627

2728
if not any([interval, retry, timeout, url]):

SoftLayer/CLI/loadbal/layer7_policy_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@environment.pass_env
1515
def policies(env, protocol_id):
1616
"""List policies of the front-end protocol (listener).
17-
17+
1818
Example::
1919
2020
slcli loadbal l7policies (--protocol-id PROTOCOL_ID)

SoftLayer/CLI/loadbal/pools.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,10 @@ def l7pool_add(env, identifier, **args):
172172
173173
Example::
174174
175-
slcli loadbal l7pool-add (--id LOADBAL_ID) (-n, --name NAME) [-m, --method METHOD] [-s, --server BACKEND_IP:PORT] [-p, --protocol PROTOCOL] [--health-path PATH] [--health-interval INTERVAL] [--health-retry RETRY] [--health-timeout TIMEOUT] [--sticky cookie | source-ip]
175+
slcli loadbal l7pool-add (--id LOADBAL_ID) (-n, --name NAME) [-m, --method METHOD]
176+
[-s, --server BACKEND_IP:PORT] [-p, --protocol PROTOCOL] [--health-path PATH]
177+
[--health-interval INTERVAL] [--health-retry RETRY]
178+
[--health-timeout TIMEOUT] [--sticky cookie | source-ip]
176179
"""
177180

178181
mgr = SoftLayer.LoadBalancerManager(env.client)

0 commit comments

Comments
 (0)