NonePitrPolicy¶
-
class
oci.psql.models.NonePitrPolicy(**kwargs)¶ Bases:
oci.psql.models.pitr_policy.PitrPolicyNone point-in-time recovery policy.
Attributes
KIND_NONEstr(object=’’) -> str KIND_STANDARDstr(object=’’) -> str kindGets 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
kindattribute of this class isNONEand 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
-