We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a700003 commit d8e19a9Copy full SHA for d8e19a9
1 file changed
library/Vspheredb/Polling/SelectSet/FullSelectSet.php
@@ -32,7 +32,7 @@ public static function create()
32
self::TRAVERSE_STORAGE_POD,
33
]),
34
GenericSpec::traverse(self::TRAVERSE_STORAGE_POD, 'StoragePod', 'childEntity'),
35
- GenericSpec::traverse(self::TRAVERSE_CR1, 'Folder', 'childEntity', [
+ GenericSpec::traverse(self::TRAVERSE_CR1, 'ComputeResource', 'resourcePool', [
36
// A ComputeResource object can be followed either by a ResourcePool
37
// or a HostSystem. There is no need to traverse a HostSystem, but
38
// there are two different ResourcePool TraversalSpecs to cover, so
0 commit comments