ozsoft.sap.Configuration.JobJob Failover Configuration

ozsoft.sap.Configuration.Job (ClassType)

SAP Failover Job Filter Configuration

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId8cbc4151-ef2b-0c78-d428-5aff8dc1878d

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 
ozsoft.sap.Configuration.Job:
JOB_CONFIG.ID  string  ID Filter Configuration ID true 255  True 
JOB_CONFIG.JOBNAME  string  Job Name Filter Job Name false 255  True 
JOB_CONFIG.USERNAME  string  User Name Filter User Name false 255  True 
JOB_CONFIG.JOBGROUP  string  Job Group Filter Job Group false 255  True 

Health Model:

Source Code:

<ClassType ID="ozsoft.sap.Configuration.Job" Accessibility="Internal" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="JOB_CONFIG.ID" Type="string" Key="true" CaseSensitive="true" MinLength="1" Length="255"/>
<Property ID="JOB_CONFIG.JOBNAME" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="JOB_CONFIG.USERNAME" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="JOB_CONFIG.JOBGROUP" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
</ClassType>