Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DbHome.
Details of the Database Home resource.
Generated from protobuf message google.cloud.oracledatabase.v1.DbHome
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ display_name
string
Optional. The display name for the Database Home. The name does not have to be unique within your project.
↳ db_version
string
Required. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
↳ database
↳ is_unified_auditing_enabled
bool
Optional. Whether unified auditing is enabled for the Database Home.
getDisplayName
Optional. The display name for the Database Home. The name does not have to be unique within your project.
string
setDisplayName
Optional. The display name for the Database Home. The name does not have to be unique within your project.
var
string
$this
getDbVersion
Required. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
string
setDbVersion
Required. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
var
string
$this
getDatabase
Required. The Database resource.
hasDatabase
clearDatabase
setDatabase
Required. The Database resource.
$this
getIsUnifiedAuditingEnabled
Optional. Whether unified auditing is enabled for the Database Home.
bool
setIsUnifiedAuditingEnabled
Optional. Whether unified auditing is enabled for the Database Home.
var
bool
$this

