Source code for models_v2.environment_1_enum
# -*- coding: utf-8 -*-
[docs]class Environment1Enum(object):
"""Implementation of the 'Environment1' enum.
Specifies Azure Protection Group type.
Attributes:
KAGENT: TODO: type description here.
KNATIVE: TODO: type description here.
KSNAPSHOTMANAGER: TODO: type description here.
"""
KAGENT = 'kAgent'
KNATIVE = 'kNative'
KSNAPSHOTMANAGER = 'kSnapshotManager'