Previous Topic: CreateSoftwareJobContainerProperties2Next Topic: CreateSoftwareJobOrderPolicyProperties


CreateSoftwareJobContainerProperties3

The CreateSoftwareJobContainerProperties3 sequence of elements specifies which job container properties are to be initialized when a software job container is created.

xsd: string parentSoftwareJobContainerId

Specifies the parent software job container ID. If no value is provided, the root “__SD_Jobs” is used as the parent.

xsd:boolean parentSoftwareJobContainerIdSupplied

Specifies true or false depending on whether the parentSoftwareJobContainerId parameter is supplied.

xsd:string name (m)

Specifies the name of the software job container.

xsd:string comment

Specifies the comment for the software job container.

xsd:boolean commentSupplied

Specifies true or false depending on whether the comment parameter is supplied.

xsd:long priority

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

xsd:long prioritySupplied

Specifies true or false depending on whether the priority parameter is supplied.

SoftwareJobContainerPropertyMask softwareJobContainerPropertyMask

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

xsd:boolean softwareJobContainerPropertyMaskSupplied

Specifies true or false depending on whether the softwareJobContainerPropertyMask parameter is supplied.

xsd:string userMessage

Specifies the custom administrator message.

xsd:int userMessageSupplied

Checks whether or not the custom administrator message is provided.

Remarks

None