Oracle Database@Google Cloud v1 API - Class AutonomousDbVersion (1.0.0-beta01)

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

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

Details of the Autonomous Database version. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDbVersionSummary/

Inheritance

object > AutonomousDbVersion

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

AutonomousDbVersion()

public AutonomousDbVersion()

AutonomousDbVersion(AutonomousDbVersion)

public AutonomousDbVersion(AutonomousDbVersion other)
Parameter
Name Description
other AutonomousDbVersion

Properties

AutonomousDbVersionName

public AutonomousDbVersionName AutonomousDbVersionName { get; set; }

AutonomousDbVersionName-typed view over the Name resource name property.

Property Value
Type Description
AutonomousDbVersionName

DbWorkload

public DBWorkload DbWorkload { get; set; }

Output only. The Autonomous Database workload type.

Property Value
Type Description
DBWorkload

Name

public string Name { get; set; }

Identifier. The name of the Autonomous Database Version resource with the format: projects/{project}/locations/{region}/autonomousDbVersions/{autonomous_db_version}

Property Value
Type Description
string

Version

public string Version { get; set; }

Output only. An Oracle Database version for Autonomous Database.

Property Value
Type Description
string

WorkloadUri

public string WorkloadUri { get; set; }

Output only. A URL that points to a detailed description of the Autonomous Database version.

Property Value
Type Description
string