Skip to content

Commit a7690bd

Browse files
committed
1541 add const type of load balancer as UI, and ibmcloud cli shows
1 parent 3090070 commit a7690bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SoftLayer/managers/load_balancer.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ class LoadBalancerManager(utils.IdentifierMixin, object):
1818
:param SoftLayer.API.BaseClient client: the client instance
1919
2020
"""
21+
TYPE = {
22+
1: "Public to Private",
23+
0: "Private to Private",
24+
2: "Public to Public",
25+
}
2126

2227
def __init__(self, client):
2328
self.client = client

0 commit comments

Comments
 (0)