(file) Return to CIM_AvailableDiagnosticService.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / System

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_AvailableDiagnosticService 
 6               // ==================================================================
 7                  [Association, Version ( "2.9.0" ), 
 8                   UMLPackagePath ( "CIM::System::Diagnostics" ), 
 9                   Description ( 
10                      "This is an association class that relates a DiagnosticService "
11                      "to a ManagedElement. Consumers wishing to \'diagnose\' a "
12                      "particular Element could query this association to determine "
13                      "what services are available." )]
14               class CIM_AvailableDiagnosticService : CIM_ServiceAvailableToElement {
15               
16                     [Override ( "ServiceProvided" ), 
17                      Description ( 
18                         "The diagnostic service that is available to a ManagedElement."
19                          )]
20                  CIM_DiagnosticService REF ServiceProvided;
21               
22 karl  1.1.2.2       [Description ( 
23                         "Estimated magnitude of time to perform the referenced "
24                         "DiagnosticService on the referenced ManagedElement. \n"
25                         "Since the processing speed of a system can vary "
26                         "immensely due to a variety of factors (e.g., processor "
27                         "speed), this property takes on values that are a "
28                         "statement of magnitude, not absolute time. If greater "
29                         "accuracy can be provided, a quantification may be "
30                         "specified in the corresponding integer property, "
31                         "EstimatedDurationQualifier. \n"
32                         "Since execution times could vary by Element, this "
33                         "property is located in the association between the two "
34                         "entities." ), 
35                      ValueMap { "0", "2", "3", "4", "5", "6" }, 
36                      Values { "Unknown", "Milliseconds", "Seconds", "Minutes", 
37                         "Hours", "Days" }, 
38                      ModelCorrespondence { 
39                         "CIM_AvailableDiagnosticService.EstimatedDurationQualifier" }]
40                  uint16 EstimatedDurationOfService;
41               
42                     [Description ( 
43 karl  1.1.2.2           "EstimatedDurationQualifier can be used to further "
44                         "quantify the magnitude of time to perform the service." ), 
45                      ModelCorrespondence { 
46                         "CIM_AvailableDiagnosticService.EstimatedDurationOfService" }]
47                  uint32 EstimatedDurationQualifier;
48               
49               
50               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2