Source code for models_v2.protection_type_11_enum

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

[docs]class ProtectionType11Enum(object): """Implementation of the 'protectionType11' enum. TODO: type enum description here. Attributes: KAGENT: TODO: type description here. KNATIVE: TODO: type description here. KSNAPSHOTMANAGER: TODO: type description here. KRDSSNAPSHOTMANAGER: TODO: type description here. KAURORASNAPSHOTMANAGER: TODO: type description here. KFILE: TODO: type description here. KVOLUME: TODO: type description here. """ KAGENT = 'kAgent' KNATIVE = 'kNative' KSNAPSHOTMANAGER = 'kSnapshotManager' KRDSSNAPSHOTMANAGER = 'kRDSSnapshotManager' KAURORASNAPSHOTMANAGER = 'kAuroraSnapshotManager' KFILE = 'kFile' KVOLUME = 'kVolume'