Oracle Database · Schema

UpdateDatabaseDetails

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
dbBackupConfig object
freeformTags object
View JSON Schema on GitHub

JSON Schema

oracle-database-updatedatabasedetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateDatabaseDetails",
  "title": "UpdateDatabaseDetails",
  "type": "object",
  "properties": {
    "dbBackupConfig": {
      "type": "object",
      "properties": {
        "autoBackupEnabled": {
          "type": "boolean"
        },
        "recoveryWindowInDays": {
          "type": "integer"
        }
      }
    },
    "freeformTags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}