Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class Database.
Details of the Database resource.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/Database/
Generated from protobuf message google.cloud.oracledatabase.v1.Database
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}
↳ db_name
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
string
Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.
↳ admin_password
string
Required. The password for the default ADMIN user.
↳ tde_wallet_password
string
Optional. The TDE wallet password for the database.
↳ character_set
string
Optional. The character set for the database. The default is AL32UTF8.
↳ ncharacter_set
string
Optional. The national character set for the database. The default is AL16UTF16.
↳ oci_url
string
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
↳ create_time
↳ properties
↳ database_id
string
Optional. The database ID of the Database.
↳ db_home_name
string
Optional. The name of the DbHome resource associated with the Database.
↳ gcp_oracle_zone
string
Output only. The GCP Oracle zone where the Database is created.
↳ ops_insights_status
int
Output only. The Status of Operations Insights for this Database.
getName
Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}
string
setName
Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}
var
string
$this
getDbName
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.
string
setDbName
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.
var
string
$this
getDbUniqueName
Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.
string
setDbUniqueName
Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.
var
string
$this
getAdminPassword
Required. The password for the default ADMIN user.
string
setAdminPassword
Required. The password for the default ADMIN user.
var
string
$this
getTdeWalletPassword
Optional. The TDE wallet password for the database.
string
setTdeWalletPassword
Optional. The TDE wallet password for the database.
var
string
$this
getCharacterSet
Optional. The character set for the database. The default is AL32UTF8.
string
setCharacterSet
Optional. The character set for the database. The default is AL32UTF8.
var
string
$this
getNcharacterSet
Optional. The national character set for the database. The default is AL16UTF16.
string
setNcharacterSet
Optional. The national character set for the database. The default is AL16UTF16.
var
string
$this
getOciUrl
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
string
setOciUrl
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
var
string
$this
getCreateTime
Output only. The date and time that the Database was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The date and time that the Database was created.
$this
getProperties
Optional. The properties of the Database.
hasProperties
clearProperties
setProperties
Optional. The properties of the Database.
$this
getDatabaseId
Optional. The database ID of the Database.
string
setDatabaseId
Optional. The database ID of the Database.
var
string
$this
getDbHomeName
Optional. The name of the DbHome resource associated with the Database.
string
setDbHomeName
Optional. The name of the DbHome resource associated with the Database.
var
string
$this
getGcpOracleZone
Output only. The GCP Oracle zone where the Database is created.
string
setGcpOracleZone
Output only. The GCP Oracle zone where the Database is created.
var
string
$this
getOpsInsightsStatus
Output only. The Status of Operations Insights for this Database.
setOpsInsightsStatus
Output only. The Status of Operations Insights for this Database.
$this

