Oracle Database@Google Cloud v1 API - Class DataCollectionOptionsCommon (1.4.0)

public sealed class DataCollectionOptionsCommon : IMessage<DataCollectionOptionsCommon>, IEquatable<DataCollectionOptionsCommon>, IDeepCloneable<DataCollectionOptionsCommon>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class DataCollectionOptionsCommon.

Data collection options for diagnostics. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/DataCollectionOptions

Inheritance

object > DataCollectionOptionsCommon

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

DataCollectionOptionsCommon()

public DataCollectionOptionsCommon()

DataCollectionOptionsCommon(DataCollectionOptionsCommon)

public DataCollectionOptionsCommon(DataCollectionOptionsCommon other)
Parameter
Name Description
other DataCollectionOptionsCommon

Properties

IsDiagnosticsEventsEnabled

public bool IsDiagnosticsEventsEnabled { get; set; }

Optional. Indicates whether to enable data collection for diagnostics.

Property Value
Type Description
bool

IsHealthMonitoringEnabled

public bool IsHealthMonitoringEnabled { get; set; }

Optional. Indicates whether to enable health monitoring.

Property Value
Type Description
bool

IsIncidentLogsEnabled

public bool IsIncidentLogsEnabled { get; set; }

Optional. Indicates whether to enable incident logs and trace collection.

Property Value
Type Description
bool