FunctionTraceConfig

class oci.functions.models.FunctionTraceConfig(**kwargs)

Bases: object

Define the tracing configuration for a function.

Methods

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

Attributes

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

Initializes a new FunctionTraceConfig 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 FunctionTraceConfig.
is_enabled

Gets the is_enabled of this FunctionTraceConfig. Define if tracing is enabled for the resource.

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