Veeam.Backup.CopyJobVeeam Backup Copy Job

Veeam.Backup.CopyJob (ClassType)

Element properties:

Base ClassVeeam.Backup.AbstractBackupJob
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd6ad43c4-15b4-55c8-ac35-6ab4eb1d2a31

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.CopyJob:
Repository  string  Target Repository false 256  False 
SourceWAN  string  Source WAN Accelerator false 256  False 
TargetWAN  string  Target WAN Accelerator false 256  False 
Retention  int  Restore points to keep false 256   
UsesWANs  bool  WAN Acceleration false 256   

Health Model:

Source Code:

<ClassType ID="Veeam.Backup.CopyJob" 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="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="Retention" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="UsesWANs" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>