Source code for models_v2.environment_22_enum

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

[docs]class Environment22Enum(object): """Implementation of the 'Environment22' enum. Specifies oracle restore granularity level Attributes: KPDB: TODO: type description here. """ KPDB = 'kPDB'