Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MultiCloud

Elite soft json viewer
{
     "cloud-owner": "string",
//cloud owner name/ID

    "cloud-region-id": "string",
//cloud region ID

    “available-zones” "availability-zones": [

   
    {

     
      "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
"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

   "
    }

 
  ]


}