models_v2.cloud_platform_enum module

class models_v2.cloud_platform_enum.CloudPlatformEnum[source]

Bases: object

Implementation of the ‘CloudPlatform’ enum.

Specifies the cloud platform to enable tiering.

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'
GOOGLE = 'Google'
ORACLE = 'Oracle'