StandardPitrPolicy

class oci.psql.models.StandardPitrPolicy(**kwargs)

Bases: oci.psql.models.pitr_policy.PitrPolicy

A standard point-in-time recovery policy.

Attributes

KIND_NONE str(object=’’) -> str
KIND_STANDARD str(object=’’) -> str
kind Gets the kind of this PitrPolicy.
restore_days [Required] Gets the restore_days of this StandardPitrPolicy.

Methods

__init__(**kwargs) Initializes a new StandardPitrPolicy object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
KIND_NONE = 'NONE'
KIND_STANDARD = 'STANDARD'
__init__(**kwargs)

Initializes a new StandardPitrPolicy object with values from keyword arguments. The default value of the kind attribute of this class is STANDARD and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • kind (str) – The value to assign to the kind property of this StandardPitrPolicy. Allowed values for this property are: “STANDARD”, “NONE”
  • restore_days (int) – The value to assign to the restore_days property of this StandardPitrPolicy.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

kind

Gets the kind of this PitrPolicy. The kind of recovery policy.

Allowed values for this property are: “STANDARD”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The kind of this PitrPolicy.
Return type:str
restore_days

[Required] Gets the restore_days of this StandardPitrPolicy. The number of days the database system retains backups required for point-in-time recovery.

Returns:The restore_days of this StandardPitrPolicy.
Return type:int