File: SoftLayer_Location_Group.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 (102 lines) | stat: -rw-r--r-- 2,849 bytes parent folder | download
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
getAllObjects = [
    {
        "description": "All Datacenters in the USA and Canada.",
        "id": 1,
        "locationGroupTypeId": 1,
        "name": "US/Canada",
                "securityLevelId": None,
                "locationGroupType": {
                    "name": "VDR"
                }
    },
    {
        "description": "All Datacenters in Amsterdam, London, Paris, and Madrid.",
        "id": 2,
        "locationGroupTypeId": 1,
        "name": "AMS/LON/MAD/PAR",
                "securityLevelId": None,
                "locationGroupType": {
                    "name": "VDR"
                }
    },
    {
        "description": "All Datacenters in Singapore, Hong Kong and Japan.",
        "id": 3,
        "locationGroupTypeId": 1,
        "name": "SNG/HKG/JPN",
                "securityLevelId": None,
                "locationGroupType": {
                    "name": "VDR"
                }
    },
    {
        "description": "All Datacenters in Australia",
        "id": 222,
        "locationGroupTypeId": 1,
        "name": "AUS",
                "securityLevelId": None,
                "locationGroupType": {
                    "name": "VDR"
                }
    },
    {
        "description": "All Datacenters in Mexico",
        "id": 262,
        "locationGroupTypeId": 1,
        "name": "MEX",
                "securityLevelId": None,
                "locationGroupType": {
                    "name": "VDR"
                }
    },
    {
        "description": "All Datacenters in Brazil",
        "id": 665,
        "locationGroupTypeId": 1,
        "name": "BRA",
                "securityLevelId": None,
                "locationGroupType": {
                    "name": "VDR"
                }
    },
    {
        "description": "All Datacenters in India",
        "id": 745,
        "locationGroupTypeId": 1,
        "name": "IND",
                "securityLevelId": None,
                "locationGroupType": {
                    "name": "VDR"
                }
    },
    {
        "description": "All Datacenters in Italy",
        "id": 863,
        "locationGroupTypeId": 1,
        "name": "ITA",
                "securityLevelId": None,
                "locationGroupType": {
                    "name": "VDR"
                }
    },
    {
        "description": "All Datacenters in South Korea",
        "id": 1023,
        "locationGroupTypeId": 1,
        "name": "KOR",
                "securityLevelId": None,
                "locationGroupType": {
                    "name": "VDR"
                }
    },
    {
        "description": "All Datacenters in Frankfurt",
        "id": 2023,
        "locationGroupTypeId": 1,
        "name": "FRA",
                "securityLevelId": None,
                "locationGroupType": {
                    "name": "VDR"
                }
    }
]