Class: Google::Cloud::OracleDatabase::V1::AutonomousDbVersion

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oracledatabase/v1/autonomous_db_version.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#db_workload::Google::Cloud::OracleDatabase::V1::DBWorkload (readonly)

Returns Output only. The Autonomous Database workload type.

Returns:



41
42
43
44
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_version.rb', line 41

class AutonomousDbVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

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

Returns:

  • (::String)

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



41
42
43
44
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_version.rb', line 41

class AutonomousDbVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String (readonly)

Returns Output only. An Oracle Database version for Autonomous Database.

Returns:

  • (::String)

    Output only. An Oracle Database version for Autonomous Database.



41
42
43
44
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_version.rb', line 41

class AutonomousDbVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#workload_uri::String (readonly)

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

Returns:

  • (::String)

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



41
42
43
44
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_db_version.rb', line 41

class AutonomousDbVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end