Source code for models_v2.type_11_enum

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

[docs]class Type11Enum(object): """Implementation of the 'Type11' enum. Cluster Log Type. Attributes: INFO: TODO: type description here. WARNING: TODO: type description here. ERROR: TODO: type description here. """ INFO = 'Info' WARNING = 'Warning' ERROR = 'Error'