This is an association class that relates a DiagnosticService to a ManagedElement. Consumers wishing to 'diagnose' a particular Element could query this association to determine what services are available. | Qualifiers:Version ( "2.11.0" ) UMLPackagePath ( "CIM::System::Diagnostics" ) Association | Parameters (local in grey) | | Experimental boolean IsExclusiveForME ; If only one instance of the referenced DiagnosticService can be run on the referenced ManagedElement at any point in time, then this Boolean is set to TRUE. | Override ( "ServiceProvided" ) CIM_DiagnosticService REF ServiceProvided ; The diagnostic service that is available to a ManagedElement. | ModelCorrespondence { "CIM_AvailableDiagnosticService.EstimatedDurationOfService" } uint32 EstimatedDurationQualifier ; EstimatedDurationQualifier can be used to further quantify the magnitude of time to perform the service. | ValueMap { "0" , "2" , "3" , "4" , "5" , "6" } Values { "Unknown" , "Milliseconds" , "Seconds" , "Minutes" , "Hours" , "Days" } ModelCorrespondence { "CIM_AvailableDiagnosticService.EstimatedDurationQualifier" } uint16 EstimatedDurationOfService ; Estimated magnitude of time to perform the referenced DiagnosticService on the referenced ManagedElement. Since the processing speed of a system can vary immensely due to a variety of factors (e.g., processor speed), this property takes on values that are a statement of magnitude, not absolute time. If greater accuracy can be provided, a quantification may be specified in the corresponding integer property, EstimatedDurationQualifier. Since execution times could vary by Element, this property is located in the association between the two entities. | Key CIM_ManagedElement REF UserOfService ; The ManagedElement that can use the Service. |
| | | | |
|