Source code for models_v2.type_54_enum
# -*- coding: utf-8 -*-
[docs]class Type54Enum(object):
"""Implementation of the 'Type54' enum.
Entity type.
Attributes:
ONPREM: TODO: type description here.
CLOUD: TODO: type description here.
"""
ONPREM = 'OnPrem'
CLOUD = 'Cloud'