Class CIM_DiagnosticServiceJobCapabilities
extends CIM_Capabilities

CIM_DiagnosticServiceJobCapabilities identifies the capabilities of a job created as a result of a DiagnosticService method.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Capabilities
   |
   +--CIM_DiagnosticServiceJobCapabilities

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringCIM_DiagnosticServiceJobCapabilities identifies the capabilities of a job created as a result of a DiagnosticService method.
Experimentalbooleantrue
UMLPackagePathstringCIM::System::Processing
Versionstring2.34.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
CleanupIntervaldatetime
DescriptionstringThis property indicates the time interval an implementation shall wait before removing a job when the value of CIM_Job.DeleteOnCompletion is FALSE.
ModelCorrespondencestringCIM_Job.DeleteOnCompletion
ClientRetriesMaxuint32
DescriptionstringThis property indicates the maximum value of CIM_JobSettingData.ClientRetries.
ModelCorrespondencestringCIM_JobSettingData.ClientRetries
DefaultValuesSupportedboolean
DescriptionstringThis 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.
ModelCorrespondencestringCIM_JobSettingData.DefaultInputValues, CIM_JobSettingData.DefaultInputNames, CIM_JobSettingData.InteractiveTimeout, CIM_JobSettingData.ClientRetries, CIM_DiagnosticTest.Characteristics
DeleteJobSupportedboolean
DescriptionstringThis 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.
ModelCorrespondencestringCIM_Job.DeleteOnCompletion, CIM_DiagnosticServiceJobCapabilities.CleanupInterval, CIM_ConcreteJob.TimeBeforeRemoval
InteractiveTimeoutMaxdatetime
DescriptionstringThis property indicates the maximum value for CIM_JobSettingData.InteractiveTimeout.
ModelCorrespondencestringCIM_JobSettingData.InteractiveTimeout
SilentModeSupportedboolean
DescriptionstringIf 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.
ModelCorrespondencestringCIM_JobSettingData.RunInSilentMode
RequestedStatesSupporteduint16[]
DescriptionstringThe RequestedStatesSupported property indicates the possible states that can be requested when using the method RequestStateChange on the ConcreteJob.
ModelCorrespondencestringCIM_ConcreteJob.RequestStateChange
ValueMapstring2, 3, 4, 5, 6, .., 32768..65535
ValuesstringStart, Suspend, Terminate, Kill, Service, DMTF Reserved, Vendor Reserved

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_Capabilities
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_Capabilities

Class Methods

Inherited Class Methods

NameReturn TypeClass Origin
CreateGoalSettingsuint16CIM_Capabilities