File: SoftLayer_Network_LBaaS_L7Pool.py

package info (click to toggle)
python-softlayer 6.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,508 kB
  • sloc: python: 57,195; makefile: 133; xml: 97; sh: 59
file content (42 lines) | stat: -rw-r--r-- 1,716 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
createL7Pool = {'accountId': 1234,
                'address': '01-307608-ams01.clb.appdomain.cloud',
                'createDate': '2019-08-12T07:49:43-06:00',
                'id': 1111111,
                'isPublic': 0,
                'locationId': 265592,
                'modifyDate': '2019-08-13T16:26:06-06:00',
                'name': 'dcabero-01',
                'operatingStatus': 'ONLINE',
                'provisioningStatus': 'ACTIVE',
                'type': 0,
                'useSystemPublicIpPool': 1,
                'uuid': '1a1aa111-4474-4e16-9f02-4de959229b85',
                'listenerCount': 4,
                'memberCount': 1,
                'datacenter': {
                    'id': 265592,
                    'longName': 'Amsterdam 1',
                    'name': 'ams01',
                    'statusId': 2
                }}
deleteObject = {'accountId': 1234,
                'address': '01-307608-ams01.clb.appdomain.cloud',
                'createDate': '2019-08-12T07:49:43-06:00',
                'id': 1111111,
                'isPublic': 0,
                'locationId': 265592,
                'modifyDate': '2019-08-13T16:26:06-06:00',
                'name': 'dcabero-01',
                'operatingStatus': 'ONLINE',
                'provisioningStatus': 'ACTIVE',
                'type': 0,
                'useSystemPublicIpPool': 1,
                'uuid': '1a1aa111-4474-4e16-9f02-4de959229b85',
                'listenerCount': 4,
                'memberCount': 1,
                'datacenter': {
                    'id': 265592,
                    'longName': 'Amsterdam 1',
                    'name': 'ams01',
                    'statusId': 2
                }}