NonePitrPolicy

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

Bases: oci.psql.models.pitr_policy.PitrPolicy

None point-in-time recovery policy.

Attributes

KIND_NONE str(object=’’) -> str
KIND_STANDARD str(object=’’) -> str
kind Gets the kind of this PitrPolicy.

Methods

__init__(**kwargs) Initializes a new NonePitrPolicy 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 NonePitrPolicy object with values from keyword arguments. The default value of the kind attribute of this class is NONE 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 NonePitrPolicy. Allowed values for this property are: “STANDARD”, “NONE”
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