models.type_protection_policy_enum module

class models.type_protection_policy_enum.TypeProtectionPolicyEnum[source]

Bases: object

Implementation of the ‘Type_ProtectionPolicy’ enum.

Specifies the type of the protection policy. ‘kRegular’ means a regular Protection Policy. ‘kRPO’ means an RPO Protection Policy.

Attributes:

KREGULAR: TODO: type description here. KRPO: TODO: type description here.

KREGULAR = 'kRegular'
KRPO = 'kRPO'