models_v2.target_type_2_enum module

class models_v2.target_type_2_enum.TargetType2Enum[source]

Bases: object

Implementation of the ‘TargetType2’ enum.

Specifies the type of target to which replication need to be performed.

Attributes:

REMOTECLUSTER: TODO: type description here. AWS: TODO: type description here. AZURE: TODO: type description here.

AWS = 'AWS'
AZURE = 'Azure'
REMOTECLUSTER = 'RemoteCluster'