Oracle Database@Google Cloud v1 API - Class DataCollectionOptions (1.0.0-beta01)

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

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

Data collection options for diagnostics.

Inheritance

object > DataCollectionOptions

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

DataCollectionOptions()

public DataCollectionOptions()

DataCollectionOptions(DataCollectionOptions)

public DataCollectionOptions(DataCollectionOptions other)
Parameter
Name Description
other DataCollectionOptions

Properties

DiagnosticsEventsEnabled

public bool DiagnosticsEventsEnabled { get; set; }

Optional. Indicates whether diagnostic collection is enabled for the VM cluster

Property Value
Type Description
bool

HealthMonitoringEnabled

public bool HealthMonitoringEnabled { get; set; }

Optional. Indicates whether health monitoring is enabled for the VM cluster

Property Value
Type Description
bool

IncidentLogsEnabled

public bool IncidentLogsEnabled { get; set; }

Optional. Indicates whether incident logs and trace collection are enabled for the VM cluster

Property Value
Type Description
bool