|
From: Raymond I. <sor...@gm...> - 2007-08-15 18:37:41
|
On 8/15/07, Raymond Ingles <sor...@gm...> wrote: > Well, it turns out I can enumerate the InstanceNames rather than the > instances, and then create an object path from each name, and do a > getInstance() on that object path to get an instance with enumerable > properties. Just in case anyone else runs into this issue. However, the properties of the instances I retrieve from OpenWBEM have their qualifiers. The instances I get from OpenPegasus don't. So I can't tell which properties are keys and which ones aren't. So, to sum up: 1. I can enumerate instances directly from OpenPegasus, and they have qualifiers. But I can't enumerate instances directly from OpenWBEM. 2. I can enumerate instance names from both OpenPegasus and OpenWBEM, and then get instances from both. But only the ones from OpenWBEM have qualifiers that let me determine if a particular property is a key or not. So, at this point, I don't have a technique that works acceptably with both. Not fun. |