Source code for models_v2.replication_targets_1_enum

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

[docs]class ReplicationTargets1Enum(object): """Implementation of the 'ReplicationTargets1' enum. Specifies the replication target. Attributes: REMOTECLUSTER: TODO: type description here. AWS: TODO: type description here. AZURE: TODO: type description here. """ REMOTECLUSTER = 'RemoteCluster' AWS = 'AWS' AZURE = 'Azure'