Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
CleanupInterval | datetime | |
Description | string | This property indicates the time interval an implementation shall wait before removing a job when the value of CIM_Job.DeleteOnCompletion is FALSE. |
ModelCorrespondence | string | CIM_Job.DeleteOnCompletion |
ClientRetriesMax | uint32 | |
Description | string | This property indicates the maximum value of CIM_JobSettingData.ClientRetries. |
ModelCorrespondence | string | CIM_JobSettingData.ClientRetries |
DefaultValuesSupported | boolean | |
Description | string | This property indicates whether the implementation will supply default input values for an interactive job when a client fails to respond. If the value is TRUE, CIM_JobSettingData.DefaultInputValues and CIM_JobSettingData.DefaultInputNames shall have values.
This property should be FALSE if CIM_JobCapabilities.Characteristics does not contain 3 (Is Interactive).
If this property is TRUE, then CIM_JobSettingData.InteractiveTimeout and CIM_JobSettingData.ClientRetries should have values. |
ModelCorrespondence | string | CIM_JobSettingData.DefaultInputValues, CIM_JobSettingData.DefaultInputNames, CIM_JobSettingData.InteractiveTimeout, CIM_JobSettingData.ClientRetries, CIM_JobCapabilities.Characteristics |
DeleteJobSupported | boolean | |
Description | string | This property indicates whether the implementation supports a delete operation on CIM_Job. If the value is TRUE, CIM_Job.DeleteOnCompletion may be set to TRUE or FALSE. If the value is FALSE, CIM_Job.DeleteOnCompletion shall be TRUE.
If DeleteJobSupported is FALSE and CIM_Job.DeleteOnCompletion is TRUE, the job should remain available for the ConcreteJob.TimeBeforeRemoval time interval.
If DeleteJobSupported is TRUE and a DeleteInstance is never issued, the job may be deleted after the CleanupInterval time delay. |
ModelCorrespondence | string | CIM_Job.DeleteOnCompletion, CIM_JobCapabilities.CleanupInterval, CIM_ConcreteJob.TimeBeforeRemoval |
InteractiveTimeoutMax | datetime | |
Description | string | This property indicates the maximum value for CIM_JobSettingData.InteractiveTimeout. |
ModelCorrespondence | string | CIM_JobSettingData.InteractiveTimeout |
SilentModeSupported | boolean | |
Description | string | If an interactive job will support running in "silent mode", then this shall be set to TRUE. If the job
cannot support "silent mode", then this shall be set to FALSE. If the job is not interactive, then this should be NULL or set to TRUE. |
ModelCorrespondence | string | CIM_JobSettingData.RunInSilentMode |
TimeBeforeRemovalMax | datetime | |
Description | string | This is the maximum value supported for the CIM_ConcreteJob.TimeBeforeRemoval for the job instances that are subject to these capabilities. |
TimeBeforeRemovalMin | datetime | |
Description | string | This is the minimum value supported for the CIM_ConcreteJob.TimeBeforeRemoval for the job instances that are subject to these capabilities. |
ApplicableMethods | string[] | |
Description | string | This string array contains the method names of the methods to which these capabilities apply. The methods must be contained in a CIM_Service associated with this CIM_JobCapabilities. |
Characteristics | string[] | |
Description | string | This specifies the characteristics that are supported by the job. The possible values are 0 (none), 1 (Other), 2 (Is Exclusive) or 3 (Is Interactive).
* "none" (value=0) is specified if no special characteristics apply. No other value should be specified if 0 is specified.
* "Other" (value=1) is specified if the job supports vendor specific characteristics. If this is specified, then OtherCharacteristicsDescriptions shall also be specified.
* "Is Exclusive" (value=2) is specified for the job only if the method cannot run more than one at a time on the affected job element. Typically, this occurs when hardware or software constrains prevent the method from running as multiple, concurrent instances.
* If "Is Interactive" (value=3) is set, then the method issues a message during the method execution requesting input or actions from the client application. |
ValueMap | string | 0, 1, 2, 3 |
Values | string | none, other, Is Exclusive, Is Interactive |
OtherCharacteristicsDescriptions | string[] | |
Description | string | This array of strings is for identifying vendor specific characteristics. This shall be identified if the Characteristics property contains 1 (Other). |
ModelCorrespondence | string | CIM_JobCapabilities.Characteristics |
RequestedStatesSupported | uint16[] | |
Description | string | The RequestedStatesSupported property indicates the possible states that can be requested when using the method RequestStateChange on the ConcreteJob. |
ModelCorrespondence | string | CIM_ConcreteJob.RequestStateChange |
ValueMap | string | 2, 3, 4, 5, 6, .., 32768..65535 |
Values | string | Start, Suspend, Terminate, Kill, Service, DMTF Reserved, Vendor Reserved |