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

 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_ProductServiceComponent 
 6               // ==================================================================
 7                  [Association, Aggregation, Composition, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Core::ProductFRU" ), 
 9                   Description ( 
10                      "Indicates that the referenced Service is acquired as part of a "
11                      "Product. Examples of Services that may be acquired are "
12                      "outsourced storage and networking services, or support and "
13                      "warranty services. Expanding on the examples, Services "
14                      "represent generic functionality - so, it is possible to model "
15                      "the existence of storage volume management or warranty "
16                      "services as individual instances of subclasses of CIM_Service. "
17                      "These \'Services\' may be enabled/disabled, started/stopped, "
18                      "signal an error, etc. (They behave as standard "
19                      "ManagedSystemElements.) Specific requests against the Services "
20                      "- for example, a request for warranty service or increased "
21                      "storage space - are NOT new instances of Service, but may be "
22 karl  1.1.2.2        "requested via the methods of the Service subclass, or be "
23                      "instantiated as specific subclasses of ManagedElement." )]
24               class CIM_ProductServiceComponent : CIM_Component {
25               
26                     [Aggregate, Override ( "GroupComponent" ), 
27                      Max ( 1 ), 
28                      Description ( "The Product." )]
29                  CIM_Product REF GroupComponent;
30               
31                     [Override ( "PartComponent" ), 
32                      Description ( "The Service which is a part of the Product." )]
33                  CIM_Service REF PartComponent;
34               
35               
36               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2