Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DataCollectionOptionsCommon.
Data collection options for diagnostics.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/DataCollectionOptions
Generated from protobuf message google.cloud.oracledatabase.v1.DataCollectionOptionsCommon
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ is_diagnostics_events_enabled |
bool
Optional. Indicates whether to enable data collection for diagnostics. |
↳ is_health_monitoring_enabled |
bool
Optional. Indicates whether to enable health monitoring. |
↳ is_incident_logs_enabled |
bool
Optional. Indicates whether to enable incident logs and trace collection. |
getIsDiagnosticsEventsEnabled
Optional. Indicates whether to enable data collection for diagnostics.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setIsDiagnosticsEventsEnabled
Optional. Indicates whether to enable data collection for diagnostics.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIsHealthMonitoringEnabled
Optional. Indicates whether to enable health monitoring.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setIsHealthMonitoringEnabled
Optional. Indicates whether to enable health monitoring.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIsIncidentLogsEnabled
Optional. Indicates whether to enable incident logs and trace collection.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setIsIncidentLogsEnabled
Optional. Indicates whether to enable incident logs and trace collection.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|