Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::PluggableDatabase.
The PluggableDatabase resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/PluggableDatabase/
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The date and time that the PluggableDatabase was created.
#name
def name() -> ::String
Returns
- (::String) — Identifier. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — 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}
#oci_url
def oci_url() -> ::String
Returns
- (::String) — Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
#properties
def properties() -> ::Google::Cloud::OracleDatabase::V1::PluggableDatabaseProperties
Returns
- (::Google::Cloud::OracleDatabase::V1::PluggableDatabaseProperties) — Optional. The properties of the PluggableDatabase.
#properties=
def properties=(value) -> ::Google::Cloud::OracleDatabase::V1::PluggableDatabaseProperties
Parameter
- value (::Google::Cloud::OracleDatabase::V1::PluggableDatabaseProperties) — Optional. The properties of the PluggableDatabase.
Returns
- (::Google::Cloud::OracleDatabase::V1::PluggableDatabaseProperties) — Optional. The properties of the PluggableDatabase.