Source code for models_v2.protection_type_4_enum

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

[docs]class ProtectionType4Enum(object): """Implementation of the 'ProtectionType4' enum. Specifies the protection type of Physical snapshots. Attributes: KFILE: TODO: type description here. KVOLUME: TODO: type description here. """ KFILE = 'kFile' KVOLUME = 'kVolume'