Database(mapping=None, *, ignore_unknown_fields=False, **kwargs)Details of the Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/Database/
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database} |
db_name |
str
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 |
str
Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up. |
admin_password |
str
Optional. The password for the default ADMIN user. Note: Only one of admin_password_secret_version or
admin_password can be populated.
|
admin_password_secret_version |
str
Optional. The resource name of a secret version in Secret Manager which contains the database admin user's password. Format: projects/{project}/secrets/{secret}/versions/{version}. Note: Only one of admin_password_secret_version or
admin_password can be populated.
|
tde_wallet_password |
str
Optional. The TDE wallet password for the database. Note: Only one of tde_wallet_password_secret_version or
tde_wallet_password can be populated.
|
tde_wallet_password_secret_version |
str
Optional. The resource name of a secret version in Secret Manager which contains the TDE wallet password for the database. Format: projects/{project}/secrets/{secret}/versions/{version}. Note: Only one of tde_wallet_password_secret_version or
tde_wallet_password can be populated.
|
character_set |
str
Optional. The character set for the database. The default is AL32UTF8. |
ncharacter_set |
str
Optional. The national character set for the database. The default is AL16UTF16. |
oci_url |
str
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The date and time that the Database was created. |
properties |
google.cloud.oracledatabase_v1.types.DatabaseProperties
Optional. The properties of the Database. |
database_id |
str
Optional. The database ID of the Database. |
db_home_name |
str
Optional. The name of the DbHome resource associated with the Database. |
gcp_oracle_zone |
str
Output only. The GCP Oracle zone where the Database is created. |
ops_insights_status |
google.cloud.oracledatabase_v1.types.Database.OperationsInsightsStatus
Output only. The Status of Operations Insights for this Database. |
pluggable_database_id |
str
Optional. The ID of the pluggable database associated with the Database. The ID must be unique within the project and location. |
pluggable_database_name |
str
Optional. The pluggable database associated with the Database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. |
Classes
OperationsInsightsStatus
OperationsInsightsStatus(value)The Status of Operations Insights for this Database.