Class CIM_DiagnosticServiceCapabilities
extends CIM_Capabilities

DiagnosticServiceCapabilities is a class that describes the capabilities of the diagnostic service. This provides the means for the diagnostic service to describe its abilities, limitations, and/or potential for use of various diagnostic service parameters. For example, what types of settings the diagnostic service supports.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Capabilities
   |
   +--CIM_DiagnosticServiceCapabilities

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringDiagnosticServiceCapabilities is a class that describes the capabilities of the diagnostic service. This provides the means for the diagnostic service to describe its abilities, limitations, and/or potential for use of various diagnostic service parameters. For example, what types of settings the diagnostic service supports.
UMLPackagePathstringCIM::System::Diagnostics
Versionstring2.13.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
SupportedTestWarningsuint163
DeprecatedstringCIM_DiagnosticServiceCapabilities.SupportedLogOptions
DescriptionstringThis property is being deprecated because the TestWarningLevel and LogOptions properties serve the same purpose. Lists the level of warning messages that MAY be logged. If for example no warning information is required, the level would be set to "No Warnings" (value=0). Using "Missing Resources" (value=1) will cause warnings to be generated when required resources or hardware are not found. Setting the value to 2, "Testing Impacts", results in both missing resources and 'test impact' warnings (for example, multiple retries required) to be reported.
ValueMapstring2, 3, 4, 5
ValuesstringNo Warnings, Missing Resources, Testing Impacts, All Warnings
OtherSupportedExecutionControlsDescriptionsstring[]
ArrayTypestringIndexed
DescriptionstringProvides additional information for SupportedExecutionControls when the corresponding value is set ("Other").
ModelCorrespondencestringCIM_DiagnosticServiceCapabilities.SupportedExecutionControls
OtherSupportedLogOptionsDescriptionsstring[]
ArrayTypestringIndexed
DescriptionstringProvides additional information for SupportedLogOptions when the corresponding value is set to 1 ("Other").
ModelCorrespondencestringCIM_DiagnosticServiceCapabilities.SupportedLogOptions
OtherSupportedLogStorageDescriptionsstring[]
ArrayTypestringIndexed
DescriptionstringProvides additional information for SupportedLogStorage when the corresponding value is set to 1 ("Other").
ModelCorrespondencestringCIM_DiagnosticServiceCapabilities.SupportedLogStorage
OtherSupportedLoopControlDescriptionsstring[]
ArrayTypestringIndexed
DescriptionstringProvides additional information for SupportedLoopControl when the corresponding value is set to 1 ("Other").
ModelCorrespondencestringCIM_DiagnosticServiceCapabilities.SupportedLoopControl
OtherSupportedServiceModesDescriptionsstring[]
ArrayTypestringIndexed
DescriptionstringProvides additional information for SupportedServiceModes when the corresponding value is set to 1 ("Other").
ModelCorrespondencestringCIM_DiagnosticServiceCapabilities.SupportedServiceModes
SupportedExecutionControlsuint16[]
DescriptionstringThe SupportedExecutionControls property lists the job controls that are supported by the Diagnostic Service. The values are: (Value = 2) is deprecated. Previous versions defined this as "Job Creation" and was intended to indicate that a ConcreteJob instance will be created to control the diagnostic job launched by the diagnostic service. Since Job creation is REQUIRED, this attribute value is unnecessary and confusing. "Kill Job" (Value = 3): publishes that the diagnostic service implements the ConcreteJob.RequestStateChange(Kill) method. "Suspend Job" (Value = 4): publishes that the diagnostic service implements the ConcreteJob.RequestStateChange(Suspend) method. "Terminate Job" (Value = 5): publishes that the diagnostic service implements the ConcreteJob.RequestStateChange(Terminate) method.
ModelCorrespondencestringCIM_DiagnosticServiceCapabilities.OtherSupportedExecutionControlsDescriptions
ValueMapstring0, 1, 2, 3, 4, 5, 0x8000
ValuesstringUnknown, Other, Reserved, Kill Job, Suspend Job, Terminate Job, No Execution Controls
SupportedLogOptionsuint16[]
ArrayTypestringIndexed
DescriptionstringThe SupportedLogOptions property lists the log options that are supported by the Diagnostic Service.
ModelCorrespondencestringCIM_DiagnosticSettingData.LogOptions, CIM_DiagnosticServiceCapabilities.OtherSupportedLogOptionsDescriptions
ValueMapstring0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 0x8000
ValuesstringUnknown, Other, Results, Subtests, Actions, Warnings, Status, Device Errors, Service Errors, Setting Data, Statistics, Hardware Configuration, Software Configuration, References, Debug, No Log Options
SupportedLogStorageuint16[]
DescriptionstringThe SupportedLogStorage property lists the storage options for logging that are supported by the Diagnostic Service. The values are: "DiagnosticLog" (Value = 2): Supports use of the DiagnosticLog class for aggregating DiagnosticRecords. "MessageLog" (Value = 3): Supports writing log information using the methods in the MessageLog class. "File" (Value = 4): Supports writing log information to a file.
ModelCorrespondencestringCIM_DiagnosticServiceCapabilities.OtherSupportedLogStorageDescriptions, CIM_DiagnosticSettingData.LogStorage
ValueMapstring0, 1, 2, 3, 4, 0x8000
ValuesstringUnknown, Other, DiagnosticLog, MessageLog, File, No Log Storage
SupportedLoopControluint16[]
ArrayTypestringIndexed
DescriptionstringThe SupportedLoopControl property lists the loop controls that are supported by the Diagnostic Service.
ModelCorrespondencestringCIM_DiagnosticSettingData.LoopControl, CIM_DiagnosticServiceCapabilities.OtherSupportedLoopControlDescriptions
ValueMapstring0, 1, 2, 3, 4, 5, 0x8000
ValuesstringUnknown, Other, Continuous, Count, Timer, ErrorCount, No Loop Control
SupportedServiceModesuint16[]
ArrayTypestringIndexed
DescriptionstringThe SupportedServiceModes property lists the operational modes that are supported by the Diagnostic Service. These modes may correspond to, but are not limited to, settings that may be applied to a Diagnostic Service.
ModelCorrespondencestringCIM_DiagnosticServiceCapabilities.OtherSupportedServiceModesDescriptions
ValueMapstring0, 1, 2, 3, 4, 5, 6, 7, 0x8000
ValuesstringUnknown, Other, PercentOfTestCoverage, QuickMode, HaltOnError, ResultPersistence, QueryTimeout, NonDestructive, No Service Modes

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_Capabilities
InstanceIDstringCIM_Capabilities

Class Methods