models_v2.protection_type_6_enum module

class models_v2.protection_type_6_enum.ProtectionType6Enum[source]

Bases: 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'
KNATIVE = 'kNative'
KVOLUME = 'kVolume'