Class: Google::Cloud::OracleDatabase::V1::PluggableDatabase
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::PluggableDatabase
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/pluggable_database.rb
Overview
The PluggableDatabase resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/PluggableDatabase/
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#oci_url ⇒ ::String
readonly
Output only.
-
#properties ⇒ ::Google::Cloud::OracleDatabase::V1::PluggableDatabaseProperties
Optional.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The date and time that the PluggableDatabase was created.
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}.
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.
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.
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 |