Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Database Update Context

JSON-LD context defining the semantic vocabulary for Oracle Cloud Database Update from Oracle Cloud Infrastructure.

1 Classes 5 Properties 4 Namespaces
View Context View on GitHub

Namespaces

oci: https://docs.oracle.com/en-us/iaas/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

UpdateAutonomousDatabaseDetails

Properties

Property Type Container
adminPassword string
cpuCoreCount integer
dataStorageSizeInTBs integer
displayName string
isAutoScalingEnabled boolean

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "oci": "https://docs.oracle.com/en-us/iaas/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "UpdateAutonomousDatabaseDetails": "oci:UpdateAutonomousDatabaseDetails",
    "adminPassword": {
      "@id": "oci:adminPassword",
      "@type": "xsd:string"
    },
    "cpuCoreCount": {
      "@id": "oci:cpuCoreCount",
      "@type": "xsd:integer"
    },
    "dataStorageSizeInTBs": {
      "@id": "oci:dataStorageSizeInTBs",
      "@type": "xsd:integer"
    },
    "displayName": {
      "@id": "oci:displayName",
      "@type": "xsd:string"
    },
    "isAutoScalingEnabled": {
      "@id": "oci:isAutoScalingEnabled",
      "@type": "xsd:boolean"
    }
  }
}