models_v2.protection_type_5_enum module

class models_v2.protection_type_5_enum.ProtectionType5Enum[source]

Bases: object

Implementation of the ‘ProtectionType5’ enum.

Specifies the protection type of HyperV snapshots.

Attributes:

KAUTO: TODO: type description here. KRCT: TODO: type description here. KVSS: TODO: type description here.

KAUTO = 'kAuto'
KRCT = 'kRCT'
KVSS = 'kVSS'