Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::Database (v0.11.0)

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::Database.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#admin_password

defadmin_password()->::String
Returns
  • (::String) — Required. The password for the default ADMIN user.

#admin_password=

defadmin_password=(value)->::String
Parameter
  • value (::String) — Required. The password for the default ADMIN user.
Returns
  • (::String) — Required. The password for the default ADMIN user.

#character_set

defcharacter_set()->::String
Returns
  • (::String) — Optional. The character set for the database. The default is AL32UTF8.

#character_set=

defcharacter_set=(value)->::String
Parameter
  • value (::String) — Optional. The character set for the database. The default is AL32UTF8.
Returns
  • (::String) — Optional. The character set for the database. The default is AL32UTF8.

#create_time

defcreate_time()->::Google::Protobuf::Timestamp
Returns

#database_id

defdatabase_id()->::String
Returns
  • (::String) — Optional. The database ID of the Database.

#database_id=

defdatabase_id=(value)->::String
Parameter
  • value (::String) — Optional. The database ID of the Database.
Returns
  • (::String) — Optional. The database ID of the Database.

#db_home_name

defdb_home_name()->::String
Returns
  • (::String) — Optional. The name of the DbHome resource associated with the Database.

#db_home_name=

defdb_home_name=(value)->::String
Parameter
  • value (::String) — Optional. The name of the DbHome resource associated with the Database.
Returns
  • (::String) — Optional. The name of the DbHome resource associated with the Database.

#db_name

defdb_name()->::String
Returns
  • (::String) — Optional. The database name. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.

#db_name=

defdb_name=(value)->::String
Parameter
  • value (::String) — Optional. The database name. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
Returns
  • (::String) — Optional. The database name. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.

#db_unique_name

defdb_unique_name()->::String
Returns
  • (::String) — Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.

#db_unique_name=

defdb_unique_name=(value)->::String
Parameter
  • value (::String) — Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.
Returns
  • (::String) — Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.

#gcp_oracle_zone

defgcp_oracle_zone()->::String
Returns
  • (::String) — Output only. The GCP Oracle zone where the Database is created.

#name

defname()->::String
Returns
  • (::String) — Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}

#name=

defname=(value)->::String
Parameter
  • value (::String) — Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}
Returns
  • (::String) — Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}

#ncharacter_set

defncharacter_set()->::String
Returns
  • (::String) — Optional. The national character set for the database. The default is AL16UTF16.

#ncharacter_set=

defncharacter_set=(value)->::String
Parameter
  • value (::String) — Optional. The national character set for the database. The default is AL16UTF16.
Returns
  • (::String) — Optional. The national character set for the database. The default is AL16UTF16.

#oci_url

defoci_url()->::String
Returns
  • (::String) — Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

#ops_insights_status

defops_insights_status()->::Google::Cloud::OracleDatabase::V1::Database::OperationsInsightsStatus
Returns

#properties

defproperties()->::Google::Cloud::OracleDatabase::V1::DatabaseProperties
Returns

#properties=

defproperties=(value)->::Google::Cloud::OracleDatabase::V1::DatabaseProperties
Parameter
Returns

#tde_wallet_password

deftde_wallet_password()->::String
Returns
  • (::String) — Optional. The TDE wallet password for the database.

#tde_wallet_password=

deftde_wallet_password=(value)->::String
Parameter
  • value (::String) — Optional. The TDE wallet password for the database.
Returns
  • (::String) — Optional. The TDE wallet password for the database.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.