mirror of
https://github.com/apache/jclouds.git
synced 2025-02-08 11:06:05 +00:00
Adding to both ListNodesStrategy and ComputeServiceAdapter. When possible, does a query explicitly for the specified IDs. When not, falls back on either listDetailsOnNodesMatching (for ListNodesStrategy implementations and in BaseComputeService) or filters listNodes output itself (in ComputeServiceAdapter).