Source code for models_v2.tier_type_3_enum

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

[docs]class TierType3Enum(object): """Implementation of the 'TierType3' enum. Specifies the Oracle tier types. Attributes: KORACLETIERSTANDARD: TODO: type description here. KORACLETIERARCHIVE: TODO: type description here. """ KORACLETIERSTANDARD = 'kOracleTierStandard' KORACLETIERARCHIVE = 'kOracleTierArchive'