forked from pkgcloud/pkgcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flavors.json
105 lines (105 loc) · 1.9 KB
/
flavors.json
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
103
104
105
{
"status": "OK",
"sizes": [
{
"id": 66,
"name": "512MB",
"slug": null,
"memory": 512,
"cpu": 1,
"disk": 20,
"cost_per_hour": 0.00744,
"cost_per_month": "5.0"
},
{
"id": 63,
"name": "1GB",
"slug": null,
"memory": 1024,
"cpu": 1,
"disk": 30,
"cost_per_hour": 0.01488,
"cost_per_month": "10.0"
},
{
"id": 62,
"name": "2GB",
"slug": null,
"memory": 2048,
"cpu": 2,
"disk": 40,
"cost_per_hour": 0.02976,
"cost_per_month": "20.0"
},
{
"id": 64,
"name": "4GB",
"slug": null,
"memory": 4096,
"cpu": 2,
"disk": 60,
"cost_per_hour": 0.05952,
"cost_per_month": "40.0"
},
{
"id": 65,
"name": "8GB",
"slug": null,
"memory": 8192,
"cpu": 4,
"disk": 80,
"cost_per_hour": 0.11905,
"cost_per_month": "80.0"
},
{
"id": 61,
"name": "16GB",
"slug": null,
"memory": 16384,
"cpu": 8,
"disk": 160,
"cost_per_hour": 0.2381,
"cost_per_month": "160.0"
},
{
"id": 60,
"name": "32GB",
"slug": null,
"memory": 32768,
"cpu": 12,
"disk": 320,
"cost_per_hour": 0.47619,
"cost_per_month": "320.0"
},
{
"id": 70,
"name": "48GB",
"slug": null,
"memory": 49152,
"cpu": 16,
"disk": 480,
"cost_per_hour": 0.71429,
"cost_per_month": "480.0"
},
{
"id": 69,
"name": "64GB",
"slug": null,
"memory": 65536,
"cpu": 20,
"disk": 640,
"cost_per_hour": 0.95238,
"cost_per_month": "640.0"
},
{
"id": 68,
"name": "96GB",
"slug": null,
"memory": 94208,
"cpu": 24,
"disk": 960,
"cost_per_hour": 1.42857,
"cost_per_month": "960.0"
}
]
}