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

database.create_instance_request.json Maven / Gradle / Ivy

The newest version!
{
  "instance" : {
    "datastore" : {
      "type" : "MySQL",
      "version" : "6.3.35"
    },
    "name" : "sdk-test",
    "flavorRef" : "flavor-id",
    "volume" : {
      "type" : "COMMON",
      "size" : 100
    },
    "region" : "eu-de",
    "availabilityZone" : "eu-de-01",
    "vpc" : "vpc-id",
    "nics" : {
      "subnetId" : "network-id"
    },
    "securityGroup" : {
      "id" : "sg-id"
    },
    "dbRtPd" : "1qaz@WSX",
    "ha" : {
      "enable" : true,
      "replicationMode" : "async"
    },
    "backupStrategy" : {
      "startTime" : "15:00:00",
      "keepDays" : 1
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy