CreateTelemetryConfigurationDetails

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

Bases: object

Details required to configure how MySQL telemetry should be exposed.

Methods

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

Attributes

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

Initializes a new CreateTelemetryConfigurationDetails 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 CreateTelemetryConfigurationDetails.
logs

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

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