File: SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Method.py

package info (click to toggle)
python-softlayer 6.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,100 kB
  • sloc: python: 53,771; makefile: 289; sh: 57
file content (36 lines) | stat: -rw-r--r-- 1,657 bytes parent folder | download | duplicates (5)
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
getAllObjects = [{'id': 21,
                  'keyname': 'CONSISTENT_HASH_IP',
                  'name': 'Consistent Hash IP'},
                 {'id': 9,
                  'keyname': 'INSERT_COOKIE',
                  'name': 'Insert Cookie'},
                 {'id': 1,
                  'keyname': 'LEAST_CONNECTIONS',
                  'name': 'Least Connections'},
                 {'id': 7,
                  'keyname': 'LEAST_CONNECTIONS_INSERT_COOKIE',
                  'name': 'Least Connections with Inserted Cookie'},
                 {'id': 4,
                  'keyname': 'LEAST_CONNECTIONS_PERSISTENT_IP',
                  'name': 'Least Connections with Persistent IP'},
                 {'id': 11,
                  'keyname': 'PERSISTENT_IP',
                  'name': 'Persistent IP'},
                 {'id': 10,
                  'keyname': 'ROUND_ROBIN',
                  'name': 'Round Robin'},
                 {'id': 6,
                  'keyname': 'ROUND_ROBIN_INSERT_COOKIE',
                  'name': 'Round Robin with Inserted Cookie'},
                 {'id': 3,
                  'keyname': 'ROUND_ROBIN_PERSISTENT_IP',
                  'name': 'Round Robin with Persistent IP'},
                 {'id': 2,
                  'keyname': 'SHORTEST_RESPONSE',
                  'name': 'Shortest Response'},
                 {'id': 8,
                  'keyname': 'SHORTEST_RESPONSE_INSERT_COOKIE',
                  'name': 'Shortest Response with Inserted Cookie'},
                 {'id': 5,
                  'keyname': 'SHORTEST_RESPONSE_PERSISTENT_IP',
                  'name': 'Shortest Response with Persistent IP'}]