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
Required. The password for the default ADMIN user. |
tde_wallet_password |
str
Optional. The TDE wallet password for the database. |
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. |
Classes
OperationsInsightsStatus
OperationsInsightsStatus(value)The Status of Operations Insights for this Database.