os-cmpi-xen
annotate schema/Xen_RegisteredVSProfile.mof @ 21:d41f84e91f1d
Initial implementation of System Virtualization and Virtual System Profile registration.
TODO: Need to determine how to handle importing schema into multiple namespaces.
Signed-off-by: Jim Fehlig <jfehlig@novell.com>
TODO: Need to determine how to handle importing schema into multiple namespaces.
Signed-off-by: Jim Fehlig <jfehlig@novell.com>
author | jfehlig@jfehlig3.provo.novell.com |
---|---|
date | Fri Aug 25 11:31:36 2006 -0600 (2006-08-25) |
parents | |
children | 3ccb96bfe206 |
rev | line source |
---|---|
jfehlig@21 | 1 // Copyright (c) 2006 Novell, Inc. All rights reserved. |
jfehlig@21 | 2 |
jfehlig@21 | 3 // ================================================================== |
jfehlig@21 | 4 // Xen_RegisteredSVProfile |
jfehlig@21 | 5 // ================================================================== |
jfehlig@21 | 6 [Provider ("cmpi:Xen_RegisteredProfiles"), |
jfehlig@21 | 7 Description ( |
jfehlig@21 | 8 "A class derived from CIM_RegisteredProfile used to " |
jfehlig@21 | 9 "advertise conformance to the Virtual System Profile.")] |
jfehlig@21 | 10 class Xen_RegisteredVSProfile : CIM_RegisteredProfile |
jfehlig@21 | 11 { |
jfehlig@21 | 12 }; |
jfehlig@21 | 13 |