AccessLoggingConfiguration

class oci.service_mesh.models.AccessLoggingConfiguration(**kwargs)

Bases: object

This configuration determines if logging is enabled and where the logs will be output.

Methods

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

Attributes

is_enabled Gets the is_enabled of this AccessLoggingConfiguration.
__init__(**kwargs)

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

Parameters:is_enabled (bool) – The value to assign to the is_enabled property of this AccessLoggingConfiguration.
is_enabled

Gets the is_enabled of this AccessLoggingConfiguration. Determines if the logging configuration is enabled.

Returns:The is_enabled of this AccessLoggingConfiguration.
Return type:bool