Class: Google::Cloud::OracleDatabase::V1::PluggableDatabase

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The date and time that the PluggableDatabase was created.

Returns:



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

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

#name::String

Returns Identifier. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}.

Returns:

  • (::String)

    Identifier. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}



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

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

#oci_url::String (readonly)

Returns Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

Returns:

  • (::String)

    Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.



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

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

#properties::Google::Cloud::OracleDatabase::V1::PluggableDatabaseProperties

Returns Optional. The properties of the PluggableDatabase.

Returns:



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

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