Resource: DbVersion
A valid Oracle Database version.
| JSON representation |
|---|
{
"name"
:
string
,
"properties"
:
{
object (
|
| Fields | |
|---|---|
name
|
Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{dbVersion} |
properties
|
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
|
Output only. A valid Oracle Database version. |
isLatestForMajorVersion
|
Output only. True if this version of the Oracle Database software is the latest version for a release. |
supportsPdb
|
Output only. True if this version of the Oracle Database software supports pluggable databases. |
isPreviewDbVersion
|
Output only. True if this version of the Oracle Database software is the preview version. |
isUpgradeSupported
|
Output only. True if this version of the Oracle Database software is supported for Upgrade. |
Methods |
|
|---|---|
|
List DbVersions for the given project and location. |

