Class DataCollectionOptions
Data collection options for diagnostics.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class DataCollectionOptions : IDirectResponseSchema
Properties
DiagnosticsEventsEnabled
Optional. Indicates whether diagnostic collection is enabled for the VM cluster
Declaration
[JsonProperty("diagnosticsEventsEnabled")]
public virtual bool? DiagnosticsEventsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HealthMonitoringEnabled
Optional. Indicates whether health monitoring is enabled for the VM cluster
Declaration
[JsonProperty("healthMonitoringEnabled")]
public virtual bool? HealthMonitoringEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncidentLogsEnabled
Optional. Indicates whether incident logs and trace collection are enabled for the VM cluster
Declaration
[JsonProperty("incidentLogsEnabled")]
public virtual bool? IncidentLogsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |