94633d6cc8
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
34 lines
845 B
JSON
34 lines
845 B
JSON
{
|
|
"usable-id": "ipv6-only-vm",
|
|
"active": true,
|
|
"name": "IPv6 Only VM",
|
|
"description": "IPv6 Only VM are accessible to only those having IPv6 for themselves",
|
|
"recurring_period": "month",
|
|
"quantity": "inf",
|
|
"features": {
|
|
"cpu": {
|
|
"unit": {"value": 1, "type":"int"},
|
|
"price_per_unit_per_period": 3,
|
|
"one_time_fee": 0,
|
|
"constant": false
|
|
},
|
|
"ram": {
|
|
"unit": {"value": 1, "type":"int"},
|
|
"price_per_unit_per_period": 4,
|
|
"one_time_fee": 0,
|
|
"constant": false
|
|
},
|
|
"os-disk-space": {
|
|
"unit": {"value": 10, "type":"int"},
|
|
"one_time_fee": 0,
|
|
"price_per_unit_per_period": 4,
|
|
"constant": false
|
|
},
|
|
"os": {
|
|
"unit": {"value": 1, "type":"str"},
|
|
"one_time_fee": 0,
|
|
"price_per_unit_per_period": 0,
|
|
"constant": false
|
|
}
|
|
}
|
|
}
|