REST Resource: projects.locations.dbVersions

Resource: DbVersion

A valid Oracle Database version.

JSON representation
{
  "name": string,
  "properties": {
    object (DbVersionProperties)
  }
}
Fields
name

string

Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{dbVersion}

properties

object (DbVersionProperties)

Output only. The properties of the DbVersion.

DbVersionProperties

The properties of a DbVersion.

JSON representation
{
  "version": string,
  "isLatestForMajorVersion": boolean,
  "supportsPdb": boolean,
  "isPreviewDbVersion": boolean,
  "isUpgradeSupported": boolean
}
Fields
version

string

Output only. A valid Oracle Database version.

isLatestForMajorVersion

boolean

Output only. True if this version of the Oracle Database software is the latest version for a release.

supportsPdb

boolean

Output only. True if this version of the Oracle Database software supports pluggable databases.

isPreviewDbVersion

boolean

Output only. True if this version of the Oracle Database software is the preview version.

isUpgradeSupported

boolean

Output only. True if this version of the Oracle Database software is supported for Upgrade.

Methods

list

List DbVersions for the given project and location.