summaryrefslogtreecommitdiffstats
path: root/mof/LMI_Software.mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof/LMI_Software.mof')
-rw-r--r--mof/LMI_Software.mof23
1 files changed, 23 insertions, 0 deletions
diff --git a/mof/LMI_Software.mof b/mof/LMI_Software.mof
index 43886b1..35f2d79 100644
--- a/mof/LMI_Software.mof
+++ b/mof/LMI_Software.mof
@@ -271,3 +271,26 @@ class LMI_SoftwareIdentityResource : CIM_SoftwareIdentityResource {
datetime TimeoutPeriod);
};
+
+[Association]
+class LMI_ResourceForSoftwareIdentity : CIM_SAPAvailableForElement {
+
+ [Override("AvailableSAP")]
+ LMI_SoftwareIdentityResource REF AvailableSAP;
+
+ [Override("ManagedElement")]
+ LMI_SoftwareIdentity REF ManagedElement;
+
+};
+
+[Association]
+class LMI_HostedSoftwareIdentityResource : CIM_HostedAccessPoint {
+
+ [Override("Antecedent")]
+ Linux_ComputerSystem REF Antecedent;
+
+ [Override("Dependent")]
+ LMI_SoftwareIdentityResource REF Dependent;
+
+};
+