...
MultiCloud
Elite soft json viewer | ||||
---|---|---|---|---|
| ||||
{ "cloud-owner": "string", "cloud-region-id": "string", "availability-zones": [ { "availability-zone-name": "string", "vCPU": "int", "Memory": "float", "Storage": "int" }, { "availability-zone-name": "string //name of available zone", "vCPU": "int, // number of cores for this AZ", "Memory": "float, // size of memory, GB for this AZ", "Storage": "int, //GB for this AZ" } ] } |
...