os-cmpi-xen
view schema/dmtf/CIM_HostedResourcePool.mof @ 143:fc498265d293
Fixed warning (and bug) in Xen_DiskSettingData.
Signed-off-by: Jim Fehlig <jfehlig@novell.com>
Signed-off-by: Jim Fehlig <jfehlig@novell.com>
author | Jim Fehlig <jfehlig@novell.com> |
---|---|
date | Thu Aug 16 17:49:08 2007 -0600 (2007-08-16) |
parents | cd21b7e999f3 |
children |
line source
1 // Copyright (c) 2007 DMTF. All rights reserved.
2 // This document is a DMTF System Virtualization, Partitioning and
3 // Clustering workgroup "Work in Progress" and is subject to change.
4 // This document was released on January 15 2007.
5 // This document must not be used after May 1 2007.
6 // ===================================================================
7 // CIM_HostedResourcePool
8 // ===================================================================
9 [Association, Experimental, Version ("2.15.0"), Aggregation, Composition,
10 Description (
11 "HostedResourcePool is a specialization of the SystemComponent "
12 "association that establishes that the ResourcePool is defined "
13 "in the context of the System")]
14 class CIM_HostedResourcePool : CIM_SystemComponent {
16 [Aggregate, Min ( 1 ), Max ( 1 ), Override ( "GroupComponent" ),
17 Description("The parent system in the association")]
18 CIM_System REF GroupComponent;
20 [Override ( "PartComponent" ), Description(
21 "The ResourcePool that is a component of the system")]
22 CIM_ResourcePool REF PartComponent;
24 };