Previous Topic: SoftwareJobContainerPropertiesNext Topic: SoftwareJobContainerPropertiesRequired


SoftwareJobContainerProperties3

The SoftwareJobContainerProperties3 sequence defines the properties for the software job container.

xsd:string softwareJobContainerId

Specifies the UUID identifying the software job container.

SoftwareJobContainerState state

Specifies the current state of the software job container.

xsd:boolean seal

Specifies whether the container is currently sealed.

xsd:long noOfParentSoftwareJobContainers

Specifies the number of software job containers including this container.

xsd:long noOfChildSoftwareJobContainers

Specifies the number of software job containers that this container contains.

xsd:long noOfSoftwareJobs

Specifies the number of software jobs contained in this software job container.

xsd:string name

Specifies the display name of the job container.

xsd:string comment

Specifies the comment for the job container.

xsd:long priority

Specifies the priority of the container that ranges from 1 (highest) to 10 (lowest). If no value is provided, the default value, 5, is used.

SoftwareJobContainerPropertyMask softwareJobContainerPropertyMask

Specifies the mask for the software job container property. If no value is specified, the default value, linkageBatch and Cascade, is used.

DateTime creationDate

Specifies the date and time when the job container was created.

DateTime changeDate

Specifies the date and time when the job container was last updated.

AttributeMask attribMask

Specifies a series of attributes that describe the software job container.

xsd:long waitCount

Specifies the number of jobs in the container that are not yet activated

xsd:long activeCount

Specifies the number of activated jobs in the container.

xsd:long errorCount

Specifies the number of failed jobs in the container.

xsd:long okCount

Specifies the number of successfully completed jobs in the container.

xsd:long renewState

Specifies the current state of the renewal if the job container is renewed.

xsd:string userMessage

Specifies the custom administrator message.

Remarks

None