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.
| Parameters | |
|---|---|
| Name | Description |
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 |
Database
Required. The Database resource. |
↳ 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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Optional. The display name for the Database Home. The name does not have to be unique within your project.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDbVersion
Required. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDbVersion
Required. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDatabase
Required. The Database resource.
| Returns | |
|---|---|
| Type | Description |
Database|null |
|
hasDatabase
clearDatabase
setDatabase
Required. The Database resource.
| Parameter | |
|---|---|
| Name | Description |
var |
Database
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIsUnifiedAuditingEnabled
Optional. Whether unified auditing is enabled for the Database Home.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setIsUnifiedAuditingEnabled
Optional. Whether unified auditing is enabled for the Database Home.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|