Source code for models_v2.environment_25_enum
# -*- coding: utf-8 -*-
[docs]class Environment25Enum(object):
"""Implementation of the 'Environment25' enum.
Specifies the environment type of the Protection Source.
Attributes:
KCASSANDRA: TODO: type description here.
KHIVE: TODO: type description here.
KHBASE: TODO: type description here.
KHDFS: TODO: type description here.
KSQL: TODO: type description here.
"""
KCASSANDRA = 'kCassandra'
KHIVE = 'kHive'
KHBASE = 'kHBase'
KHDFS = 'kHdfs'
KSQL = 'kSQL'