Veeam.Backup.Agent.BackupJobVeeam Agent Backup Job

Veeam.Backup.Agent.BackupJob (ClassType)

Element properties:

Base ClassVeeam.Backup.Agent.AbstractJob
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda3f547d0-39d7-8aba-53c7-5ba3e3eff75c

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.Agent.AbstractJob:
JobID  guid  Job ID true 256   
Agent  string  Agent false 256  False 
PolicyJobName  string  Configuration Policy Name false 256  False 
PolicyJobId  string  Configuration Policy ID false 256  False 
Veeam.Backup.Agent.BackupJob:
BackupSystemState  bool  Backup System State false 256   
BackupMode  string  Backup Job Mode false 256  False 
TargetType  string  Target Type false 256  False 
TargetPath  string  Target false 256  False 
TargetPort  string  Target Port false 256  False 
TargetGateway  string  Target Gateway false 256  False 
TargetRepository  string  Target Repository false 256  False 
RestorePointsCount  int  Restore Points Count false 256   
EncryptionEnabled  bool  Encryption Enabled false 256   
IncludeFolders  string  Include Folders false 256  False 
ExcludeFolders  string  Exclude Folders false 256  False 
IncludeMasks  string  Include Masks false 256  False 
ExcludeMasks  string  Exclude Masks false 256  False 
Schedule  string  Schedule false 256  False 
RetryTimes  int  Job Retry false 256   

Health Model:

Source Code:

<ClassType ID="Veeam.Backup.Agent.BackupJob" Accessibility="Public" Abstract="false" Base="Veeam.Backup.Agent.AbstractJob" Hosted="true">
<Property ID="BackupSystemState" Type="bool" Key="false" CaseSensitive="false"/>
<Property ID="BackupMode" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="TargetType" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="TargetPath" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="TargetPort" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="TargetGateway" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="TargetRepository" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="RestorePointsCount" Type="int" Key="false" CaseSensitive="false"/>
<Property ID="EncryptionEnabled" Type="bool" Key="false" CaseSensitive="false"/>
<Property ID="IncludeFolders" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="ExcludeFolders" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="IncludeMasks" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="ExcludeMasks" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="Schedule" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="RetryTimes" Type="int" Key="false" CaseSensitive="false"/>
</ClassType>