Show / Hide Table of Contents

Class DataCollectionOptions

Data collection options for diagnostics.

Inheritance
object
DataCollectionOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX