Source code for models_v2.environment_15_enum

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

[docs]class Environment15Enum(object): """Implementation of the 'Environment15' enum. Specifies 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'