Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DatabaseProperties.
The properties of a Database.
Generated from protobuf message google.cloud.oracledatabase.v1.DatabaseProperties
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
Output only. State of the Database.
↳ db_version
string
Required. The Oracle Database version.
↳ db_backup_config
↳ database_management_config
getState
Output only. State of the Database.
setState
Output only. State of the Database.
$this
getDbVersion
Required. The Oracle Database version.
string
setDbVersion
Required. The Oracle Database version.
var
string
$this
getDbBackupConfig
Optional. Backup options for the Database.
hasDbBackupConfig
clearDbBackupConfig
setDbBackupConfig
Optional. Backup options for the Database.
$this
getDatabaseManagementConfig
Output only. The Database Management config.
hasDatabaseManagementConfig
clearDatabaseManagementConfig
setDatabaseManagementConfig
Output only. The Database Management config.
$this

