os-cmpi-xen
annotate schema/dmtf/CIM_HostedResourcePool.mof @ 121:4868ace2726b
Add initial consistence checks in test suite for Xen_MemoryPool, Xen_ProcessorPool and Xen_VirtualSystemManagementService.
Signed-off-by: Luke Szymanski <Lukasz.Szymanski@Unisys.com>
Signed-off-by: Luke Szymanski <Lukasz.Szymanski@Unisys.com>
author | Jim Fehlig <jfehlig@novell.com> |
---|---|
date | Fri Jun 08 10:22:05 2007 -0600 (2007-06-08) |
parents | cd21b7e999f3 |
children |
rev | line source |
---|---|
jfehlig@49 | 1 // Copyright (c) 2007 DMTF. All rights reserved. |
jfehlig@18 | 2 // This document is a DMTF System Virtualization, Partitioning and |
jfehlig@18 | 3 // Clustering workgroup "Work in Progress" and is subject to change. |
jfehlig@49 | 4 // This document was released on January 15 2007. |
jfehlig@49 | 5 // This document must not be used after May 1 2007. |
jfehlig@18 | 6 // =================================================================== |
jfehlig@18 | 7 // CIM_HostedResourcePool |
jfehlig@18 | 8 // =================================================================== |
jfehlig@49 | 9 [Association, Experimental, Version ("2.15.0"), Aggregation, Composition, |
jfehlig@18 | 10 Description ( |
jfehlig@18 | 11 "HostedResourcePool is a specialization of the SystemComponent " |
jfehlig@18 | 12 "association that establishes that the ResourcePool is defined " |
jfehlig@18 | 13 "in the context of the System")] |
jfehlig@18 | 14 class CIM_HostedResourcePool : CIM_SystemComponent { |
jfehlig@18 | 15 |
jfehlig@49 | 16 [Aggregate, Min ( 1 ), Max ( 1 ), Override ( "GroupComponent" ), |
jfehlig@18 | 17 Description("The parent system in the association")] |
jfehlig@18 | 18 CIM_System REF GroupComponent; |
jfehlig@18 | 19 |
jfehlig@49 | 20 [Override ( "PartComponent" ), Description( |
jfehlig@18 | 21 "The ResourcePool that is a component of the system")] |
jfehlig@18 | 22 CIM_ResourcePool REF PartComponent; |
jfehlig@18 | 23 |
jfehlig@18 | 24 }; |