models_v2.object_protection_type_enum module

class models_v2.object_protection_type_enum.ObjectProtectionTypeEnum[source]

Bases: object

Implementation of the ‘ObjectProtectionType’ enum.

Specifies the MSSQL Object Protection type.

Attributes:

KFILE: TODO: type description here. KVOLUME: TODO: type description here. KNATIVE: TODO: type description here.

KFILE = 'kFile'
KNATIVE = 'kNative'
KVOLUME = 'kVolume'