Scaleway · Schema

scaleway.rdb.v1.DatabaseEngine

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
name string Engine name.
logo_url string Engine logo URL.
versions array Available versions.
region string Region of this Database Instance.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayrdbv1databaseengine-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.rdb.v1.DatabaseEngine",
  "title": "scaleway.rdb.v1.DatabaseEngine",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Engine name."
    },
    "logo_url": {
      "type": "string",
      "description": "Engine logo URL."
    },
    "versions": {
      "type": "array",
      "description": "Available versions.",
      "items": {
        "$ref": "#/components/schemas/scaleway.rdb.v1.EngineVersion"
      }
    },
    "region": {
      "type": "string",
      "description": "Region of this Database Instance."
    }
  },
  "x-properties-order": [
    "name",
    "logo_url",
    "versions",
    "region"
  ]
}