PitrPolicy

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

Bases: object

The PITR policy for the DB System.

Methods

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

Attributes

is_enabled [Required] Gets the is_enabled of this PitrPolicy.
__init__(**kwargs)

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

[Required] Gets the is_enabled of this PitrPolicy. Specifies if PITR is enabled or disabled.

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