All Downloads are FREE. Search and download functionalities are using the official Maven repository.

compute.v1.servers_create_request.json Maven / Gradle / Ivy

The newest version!
{
  "server" : {
    "name" : "name",
    "imageRef" : "image-id",
    "flavorRef" : "flavor-id",
    "personality" : [ {
      "path" : "/etc/xxx",
      "contents" : "c29tZSBjb250ZW50"
    } ],
    "vpcid" : "vpc-id",
    "nics" : [ {
      "subnet_id" : "network-id"
    } ],
    "publicip" : {
      "eip" : {
        "iptype" : "5_bgp",
        "bandwidth" : {
          "size" : 10,
          "sharetype" : "PER",
          "chargemode" : "bandwidth"
        }
      }
    },
    "count" : 2,
    "root_volume" : {
      "volumetype" : "SSD",
      "size" : 10
    },
    "data_volumes" : [ {
      "volumetype" : "SAS",
      "size" : 100,
      "multiattach" : true,
      "hw:passthrough" : true
    } ],
    "security_groups" : [ {
      "id" : "securityGroupId"
    } ],
    "availability_zone" : "eu-de-01",
    "metadata" : {
      "mkey" : "mvalue"
    },
    "tags" : [ "key.value" ]
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy