models_v2.target_type_3_enum module

class models_v2.target_type_3_enum.TargetType3Enum[source]

Bases: object

Implementation of the ‘TargetType3’ 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'