Source code for models_v2.type_50_enum
# -*- coding: utf-8 -*-
[docs]class Type50Enum(object):
"""Implementation of the 'Type50' enum.
Oracle Tiering Levels
Attributes:
KORACLETIERSTANDARD: TODO: type description here.
KORACLETIERARCHIVE: TODO: type description here.
"""
KORACLETIERSTANDARD = 'kOracleTierStandard'
KORACLETIERARCHIVE = 'kOracleTierArchive'