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
def admin_password() -> ::String
Returns
- (::String) — Required. The password for the default ADMIN user.
#admin_password=
def admin_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
def character_set() -> ::String
Returns
- (::String) — Optional. The character set for the database. The default is AL32UTF8.
#character_set=
def character_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
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The date and time that the Database was created.
#database_id
def database_id() -> ::String
Returns
- (::String) — Optional. The database ID of the Database.
#database_id=
def database_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
def db_home_name() -> ::String
Returns
- (::String) — Optional. The name of the DbHome resource associated with the Database.
#db_home_name=
def db_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
def db_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=
def db_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
def db_unique_name() -> ::String
Returns
- (::String) — Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.
#db_unique_name=
def db_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
def gcp_oracle_zone() -> ::String
Returns
- (::String) — Output only. The GCP Oracle zone where the Database is created.
#name
def name() -> ::String
Returns
- (::String) — Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}
#name=
def name=(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
def ncharacter_set() -> ::String
Returns
- (::String) — Optional. The national character set for the database. The default is AL16UTF16.
#ncharacter_set=
def ncharacter_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
def oci_url() -> ::String
Returns
- (::String) — Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
#ops_insights_status
def ops_insights_status() -> ::Google::Cloud::OracleDatabase::V1::Database::OperationsInsightsStatus
Returns
- (::Google::Cloud::OracleDatabase::V1::Database::OperationsInsightsStatus) — Output only. The Status of Operations Insights for this Database.
#properties
def properties() -> ::Google::Cloud::OracleDatabase::V1::DatabaseProperties
Returns
- (::Google::Cloud::OracleDatabase::V1::DatabaseProperties) — Optional. The properties of the Database.
#properties=
def properties=(value) -> ::Google::Cloud::OracleDatabase::V1::DatabaseProperties
Parameter
- value (::Google::Cloud::OracleDatabase::V1::DatabaseProperties) — Optional. The properties of the Database.
Returns
- (::Google::Cloud::OracleDatabase::V1::DatabaseProperties) — Optional. The properties of the Database.
#tde_wallet_password
def tde_wallet_password() -> ::String
Returns
- (::String) — Optional. The TDE wallet password for the database.
#tde_wallet_password=
def tde_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.