
# HG changeset patch # User Kaitlin Rupert <karupert@us.ibm.com> # Date 1222976893 25200 # Node ID 0a1c174ed64d24a9e30872a86e2c206e5789d821 # Parent a2759cb96488a8079a24d8c47223ca5c7c7f3524 Add ServiceAffectsElement schema Signed-off-by: Kaitlin Rupert <karupert@us.ibm.com> diff -r a2759cb96488 -r 0a1c174ed64d schema/ServiceAffectsElement.mof --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/schema/ServiceAffectsElement.mof Thu Oct 02 12:48:13 2008 -0700 @@ -0,0 +1,22 @@ +// Copyright IBM Corp. 2008 + +[Association, + Provider("cmpi::Virt_ServiceAffectsElement") +] +class Xen_ServiceAffectsElement : CIM_ServiceAffectsElement +{ +}; + +[Association, + Provider("cmpi::Virt_ServiceAffectsElement") +] +class KVM_ServiceAffectsElement : CIM_ServiceAffectsElement +{ +}; + +[Association, + Provider("cmpi::Virt_ServiceAffectsElement") +] +class LXC_ServiceAffectsElement : CIM_ServiceAffectsElement +{ +}; diff -r a2759cb96488 -r 0a1c174ed64d schema/ServiceAffectsElement.registration --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/schema/ServiceAffectsElement.registration Thu Oct 02 12:48:13 2008 -0700 @@ -0,0 +1,5 @@ +# Copyright IBM Corp. 2007 +# Classname Namespace ProviderName ProviderModule ProviderTypes +Xen_ServiceAffectsElement root/virt Virt_ServiceAffectsElement Virt_ServiceAffectsElement association +KVM_ServiceAffectsElement root/virt Virt_ServiceAffectsElement Virt_ServiceAffectsElement association +LXC_ServiceAffectsElement root/virt Virt_ServiceAffectsElement Virt_ServiceAffectsElement association