Source code for models_v2.type_62_enum
# -*- coding: utf-8 -*-
[docs]class Type62Enum(object):
"""Implementation of the 'Type62' enum.
Tiering Cloud Platforms.
Attributes:
AWS: TODO: type description here.
AZURE: TODO: type description here.
ORACLE: TODO: type description here.
GOOGLE: TODO: type description here.
"""
AWS = 'AWS'
AZURE = 'Azure'
ORACLE = 'Oracle'
GOOGLE = 'Google'