Veeam.Backup.AbstractBackupJobVeeam Backup Abstract Job

Veeam.Backup.AbstractBackupJob (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde6242153-5166-c7cc-b540-e7bdb53bad01

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   

Health Model:

Source Code:

<ClassType ID="Veeam.Backup.AbstractBackupJob" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="true">
<Property ID="InstanceUid" Type="guid" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Type" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Platform" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="BackupServer" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Schedule" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ScheduleEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Enabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>