UpdateTelemetryConfigurationDetails

class oci.mysql.models.UpdateTelemetryConfigurationDetails(**kwargs)

Bases: object

Details required to configure how MySQL telemetry should be exposed.

Methods

__init__(**kwargs) Initializes a new UpdateTelemetryConfigurationDetails object with values from keyword arguments.

Attributes

logs Gets the logs of this UpdateTelemetryConfigurationDetails.
__init__(**kwargs)

Initializes a new UpdateTelemetryConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:logs (list[oci.mysql.models.LoggingDestinationConfiguration]) – The value to assign to the logs property of this UpdateTelemetryConfigurationDetails.
logs

Gets the logs of this UpdateTelemetryConfigurationDetails. Telemetry configuration details for logging.

Returns:The logs of this UpdateTelemetryConfigurationDetails.
Return type:list[oci.mysql.models.LoggingDestinationConfiguration]