File: SoftLayer_Product_Package_Preset.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 (63 lines) | stat: -rw-r--r-- 1,786 bytes parent folder | download | duplicates (4)
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
getObject = {
    "id": 405,
    "keyName": "AC1_8X60X25",
    "prices": [
        {
            "hourlyRecurringFee": "1.425",
            "id": 207345,
            "recurringFee": "936.23",
            "item": {
                "description": "1 x P100 GPU",
                "id": 10933,
                "keyName": "1_X_P100_GPU",
                "itemCategory": {
                    "categoryCode": "guest_pcie_device0",
                    "id": 1259
                }
            }
        },
        {
            "hourlyRecurringFee": "0",
            "id": 2202,
            "recurringFee": "0",
            "item": {
                "description": "25 GB (SAN)",
                "id": 1178,
                "keyName": "GUEST_DISK_25_GB_SAN",
                "itemCategory": {
                    "categoryCode": "guest_disk0",
                    "id": 81
                }
            }
        },
        {
            "hourlyRecurringFee": ".342",
            "id": 207361,
            "recurringFee": "224.69",
            "item": {
                "description": "60 GB",
                "id": 10939,
                "keyName": "RAM_0_UNIT_PLACEHOLDER_10",
                "itemCategory": {
                    "categoryCode": "ram",
                    "id": 3
                }
            }
        },
        {
            "hourlyRecurringFee": ".181",
            "id": 209595,
            "recurringFee": "118.26",
            "item": {
                "capacity": 8,
                "description": "8 x 2.0 GHz or higher Cores",
                "id": 11307,
                "keyName": "GUEST_CORE_8",
                "itemCategory": {
                    "categoryCode": "guest_core",
                    "id": 80
                }
            }
        }
    ]
}