Source code for models_v2.protection_type_5_enum

# -*- coding: utf-8 -*-

[docs]class ProtectionType5Enum(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'