Show / Hide Table of Contents

Class CreateTelemetryConfigurationDetails

Details required to configure how MySQL telemetry should be exposed.

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

In this article
Back to top