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 diagnostic test 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_DiagnosticTest.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_DiagnosticTest.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_DiagnosticServiceJobCapabilities.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 test will support running in "silent mode", then this shall be set to TRUE. If the test
cannot support "silent mode", then this shall be set to FALSE. If the test is not interactive, then this should be NULL or set to TRUE. |
ModelCorrespondence | string | CIM_JobSettingData.RunInSilentMode |
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 |