public interface ComputeRegistry
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.ComputeService |
getIfPresent(String name)
Finds or waits for the
ComputeService that matches the specified name. |
org.jclouds.compute.ComputeService |
getOrWait(String name)
Finds or waits for the
ComputeService that matches the specified name. |
List<org.jclouds.compute.ComputeService> |
list()
Returns a
List of all available ComputeService instances. |
void |
remove(String name)
Removes the
ComputeService that matches the specified name. |
List<org.jclouds.compute.ComputeService> list()
List of all available ComputeService instances.org.jclouds.compute.ComputeService getIfPresent(String name)
ComputeService that matches the specified name.org.jclouds.compute.ComputeService getOrWait(String name)
ComputeService that matches the specified name.void remove(String name)
ComputeService that matches the specified name.Copyright © 2011–2014 Red Hat. All rights reserved.