Oracle Cloud Infrastructure · JSON Structure

Database Update Autonomous Database Details Structure

UpdateAutonomousDatabaseDetails schema from oracle-cloud-database-openapi.yaml

Type: object Properties: 5
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

UpdateAutonomousDatabaseDetails is a JSON Structure definition published by Oracle Cloud Infrastructure, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

displayName cpuCoreCount dataStorageSizeInTBs isAutoScalingEnabled adminPassword

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-cloud/refs/heads/main/json-structure/database-update-autonomous-database-details-structure.json",
  "name": "UpdateAutonomousDatabaseDetails",
  "description": "UpdateAutonomousDatabaseDetails schema from oracle-cloud-database-openapi.yaml",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "example": "my-resource"
    },
    "cpuCoreCount": {
      "type": "int32",
      "example": 1
    },
    "dataStorageSizeInTBs": {
      "type": "int32",
      "example": 1
    },
    "isAutoScalingEnabled": {
      "type": "boolean",
      "example": true
    },
    "adminPassword": {
      "type": "string",
      "example": "********"
    }
  }
}