File: SoftLayer_Network_Pod.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 (32 lines) | stat: -rw-r--r-- 980 bytes parent folder | download | duplicates (2)
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
getAllObjects = [
    {
        'backendRouterId': 117917,
        'backendRouterName': 'bcr01a.ams01',
        'datacenterId': 265592,
        'datacenterLongName': 'Amsterdam 1',
        'datacenterName': 'ams01',
        'frontendRouterId': 117960,
        'frontendRouterName': 'fcr01a.ams01',
        'name': 'ams01.pod01'
    },
    {
        'backendRouterId': 1115295,
        'backendRouterName': 'bcr01a.wdc07',
        'datacenterId': 2017603,
        'datacenterLongName': 'Washington 7',
        'datacenterName': 'wdc07',
        'frontendRouterId': 1114993,
        'frontendRouterName': 'fcr01a.wdc07',
        'name': 'wdc07.pod01'
    },
    {
        'backendRouterId': 1234567,
        'backendRouterName': 'bcr01a.wdc07',
        'datacenterId': 2017603,
        'datacenterLongName': 'Washington 7',
        'datacenterName': 'wdc07',
        'frontendRouterId': 258741369,
        'frontendRouterName': 'fcr01a.wdc07',
        'name': 'TEST00.pod2'
    }
]