Veeam.Backup.Agent.AbstractJobVeeam Agent Abstract Job

Veeam.Backup.Agent.AbstractJob (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc58e85c5-7590-42c2-fffd-816308236ce5

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 

Health Model:

Source Code:

<ClassType ID="Veeam.Backup.Agent.AbstractJob" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="true">
<Property ID="JobID" Type="guid" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Agent" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="PolicyJobName" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="PolicyJobId" Type="string" Key="false" CaseSensitive="false"/>
</ClassType>