Source code for models_v2.protection_type_8_enum

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

[docs]class ProtectionType8Enum(object): """Implementation of the 'ProtectionType8' enum. Specifies the Physical Protection Group type. Attributes: KFILE: TODO: type description here. KVOLUME: TODO: type description here. """ KFILE = 'kFile' KVOLUME = 'kVolume'