Class CreateTelemetryConfigurationDetails
Details required to configure how MySQL telemetry should be exposed.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class CreateTelemetryConfigurationDetails
Properties
Logs
Declaration
[JsonProperty(PropertyName = "logs")]
public List<LoggingDestinationConfiguration> Logs { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LoggingDestinationConfiguration> | Telemetry configuration details for logging. |