Show / Hide Table of Contents

Class UpdateTelemetryConfigurationDetails

Details required to configure how MySQL telemetry should be exposed.

Inheritance
object
UpdateTelemetryConfigurationDetails
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 UpdateTelemetryConfigurationDetails

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