Class DbVersionProperties
The properties of a DbVersion.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class DbVersionProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsLatestForMajorVersion
Output only. True if this version of the Oracle Database software is the latest version for a release.
Declaration
[JsonProperty("isLatestForMajorVersion")]
public virtual bool? IsLatestForMajorVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsPreviewDbVersion
Output only. True if this version of the Oracle Database software is the preview version.
Declaration
[JsonProperty("isPreviewDbVersion")]
public virtual bool? IsPreviewDbVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsUpgradeSupported
Output only. True if this version of the Oracle Database software is supported for Upgrade.
Declaration
[JsonProperty("isUpgradeSupported")]
public virtual bool? IsUpgradeSupported { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SupportsPdb
Output only. True if this version of the Oracle Database software supports pluggable databases.
Declaration
[JsonProperty("supportsPdb")]
public virtual bool? SupportsPdb { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Version
Output only. A valid Oracle Database version.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |