Archiving

class oci.logging.models.Archiving(**kwargs)

Bases: object

Log archiving configuration.

Methods

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

Attributes

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

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

Gets the is_enabled of this Archiving. True if archiving enabled. This field is now deprecated, you should use Service Connector Hub to enable archiving.

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