@Singleton public class TerremarkVCloudListNodesStrategy extends Object implements org.jclouds.compute.strategy.ListNodesStrategy
| Modifier and Type | Field and Description |
|---|---|
protected TerremarkVCloudClient |
client |
protected FindLocationForResource |
findLocationForResourceInVDC |
protected TerremarkVCloudGetNodeMetadataStrategy |
getNodeMetadata |
org.jclouds.logging.Logger |
logger |
| Modifier | Constructor and Description |
|---|---|
protected |
TerremarkVCloudListNodesStrategy(TerremarkVCloudClient client,
com.google.common.base.Supplier<Map<String,ReferenceType>> orgNameToEndpoint,
TerremarkVCloudGetNodeMetadataStrategy getNodeMetadata,
FindLocationForResource findLocationForResourceInVDC) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<org.jclouds.compute.domain.NodeMetadata> |
listDetailsOnNodesMatching(com.google.common.base.Predicate<org.jclouds.compute.domain.ComputeMetadata> filter) |
Iterable<org.jclouds.compute.domain.ComputeMetadata> |
listNodes() |
Iterable<? extends org.jclouds.compute.domain.NodeMetadata> |
listNodesByIds(Iterable<String> ids) |
@Named(value="jclouds.compute") public org.jclouds.logging.Logger logger
protected final TerremarkVCloudGetNodeMetadataStrategy getNodeMetadata
protected final TerremarkVCloudClient client
protected final FindLocationForResource findLocationForResourceInVDC
@Inject protected TerremarkVCloudListNodesStrategy(TerremarkVCloudClient client, com.google.common.base.Supplier<Map<String,ReferenceType>> orgNameToEndpoint, TerremarkVCloudGetNodeMetadataStrategy getNodeMetadata, FindLocationForResource findLocationForResourceInVDC)
public Iterable<org.jclouds.compute.domain.ComputeMetadata> listNodes()
listNodes in interface org.jclouds.compute.strategy.ListNodesStrategypublic Iterable<? extends org.jclouds.compute.domain.NodeMetadata> listNodesByIds(Iterable<String> ids)
listNodesByIds in interface org.jclouds.compute.strategy.ListNodesStrategypublic Iterable<org.jclouds.compute.domain.NodeMetadata> listDetailsOnNodesMatching(com.google.common.base.Predicate<org.jclouds.compute.domain.ComputeMetadata> filter)
listDetailsOnNodesMatching in interface org.jclouds.compute.strategy.ListNodesStrategyCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.