Oracle Database@Google Cloud v1 API - Class DbVersionProperties (1.4.0)

public sealed class DbVersionProperties : IMessage<DbVersionProperties>, IEquatable<DbVersionProperties>, IDeepCloneable<DbVersionProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class DbVersionProperties.

The properties of a DbVersion.

Inheritance

object > DbVersionProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

DbVersionProperties()

public DbVersionProperties()

DbVersionProperties(DbVersionProperties)

public DbVersionProperties(DbVersionProperties other)
Parameter
Name Description
other DbVersionProperties

Properties

IsLatestForMajorVersion

public bool IsLatestForMajorVersion { get; set; }

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

Property Value
Type Description
bool

IsPreviewDbVersion

public bool IsPreviewDbVersion { get; set; }

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

Property Value
Type Description
bool

IsUpgradeSupported

public bool IsUpgradeSupported { get; set; }

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

Property Value
Type Description
bool

SupportsPdb

public bool SupportsPdb { get; set; }

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

Property Value
Type Description
bool

Version

public string Version { get; set; }

Output only. A valid Oracle Database version.

Property Value
Type Description
string