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

 1 marek 1.1 // Copyright (c) 2009 DMTF.  All rights reserved.
 2              [Association, Aggregation, Version ( "2.22.0" ), 
 3               UMLPackagePath ( "CIM::System::SystemElements" ), 
 4               Description ( 
 5                  "The CIM_VirtualSystemSettingDataComponent association "
 6                  "establishes a \'part of\' relationship between an instance of "
 7                  "the CIM_VirtualSystemSettingData class and a set of instances "
 8                  "of the CIM_ResourceAllocationSettingData class." )]
 9           class CIM_VirtualSystemSettingDataComponent : CIM_Component {
10           
11                 [Aggregate, Override ( "GroupComponent" ), 
12                  Description ( 
13                     "Reference to an instance of the "
14                     "CIM_VirtualSystemSettingData class that is the top-level "
15                     "object of a virtual system configuration." )]
16              CIM_VirtualSystemSettingData REF GroupComponent;
17           
18                 [Override ( "PartComponent" ), 
19                  Description ( 
20                     "Reference to an instance of the "
21                     "CIM_ResourceAllocationSettingData class representing a "
22 marek 1.1           "part of a virtual system configuration applicable to one "
23                     "particular virtual resource." )]
24              CIM_ResourceAllocationSettingData REF PartComponent;
25           
26           
27           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2