Source code for models_v2.protection_type_6_enum

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

[docs]class ProtectionType6Enum(object): """Implementation of the 'ProtectionType6' enum. Specifies the MSSQL Protection Group type. Attributes: KFILE: TODO: type description here. KVOLUME: TODO: type description here. KNATIVE: TODO: type description here. """ KFILE = 'kFile' KVOLUME = 'kVolume' KNATIVE = 'kNative'