Veeam.Backup.ReplicaJobVeeam Replication Job

Veeam.Backup.ReplicaJob (ClassType)

Element properties:

Base ClassVeeam.Backup.AbstractBackupJob
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId405918ea-6ba0-783f-0204-faf30cb0114b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Veeam.Backup.AbstractBackupJob:
InstanceUid  guid  InstanceUid true 256   
Type  string  Type false 256  False 
Platform  string  Platform false 256  False 
BackupServer  string  Backup Server false 256  False 
Schedule  string  Schedule false 256  False 
ScheduleEnabled  bool  Schedule Enabled false 256   
Enabled  bool  Enabled false 256   
Veeam.Backup.ReplicaJob:
Repository  string  Target Repository false 256  False 
Retention  int  Restore points to keep false 256   
ReplicaLocation  string  Replica Location false 256  False 
SourceWAN  string  Source WAN Accelerator false 256  False 
TargetWAN  string  Target WAN Accelerator false 256  False 
UsesWANs  bool  WAN Acceleration false 256   
AppAwareProcessingEnabled  bool  Application-Aware Processing Enabled false 256   
VmwareToolsQuiesceEnabled  bool  VMware Tools Quiescence Enabled false 256   
CloudReplica  bool  Cloud Replica false 256   

Health Model:

Source Code:

<ClassType ID="Veeam.Backup.ReplicaJob" Accessibility="Public" Abstract="false" Base="Veeam.Backup.AbstractBackupJob" Hosted="true" Singleton="false">
<Property ID="Repository" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Retention" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ReplicaLocation" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="SourceWAN" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="TargetWAN" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="UsesWANs" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AppAwareProcessingEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="VmwareToolsQuiesceEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="CloudReplica" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>