public class ComputeServiceCreateCommand extends ComputeCommandWithOptions
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
noWait |
protected String[] |
options |
api, credential, endpoint, identity, name, propertiesFile, providercacheProvider, computeServices, configAdmin, FACTORY_FILTER, NODE_DETAILS_FORMAT, PROVIDERFORMAT, shellTableFactory| Constructor and Description |
|---|
ComputeServiceCreateCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doExecute() |
org.osgi.framework.BundleContext |
getBundleContext() |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
org.jclouds.compute.ComputeService |
waitForComputeService(org.osgi.framework.BundleContext bundleContext,
String name,
String provider,
String api)
Waits for the
ComputeService registration. |
getComputeService, getComputeServicesexecute, findOrCreateFactoryConfiguration, getAllLocations, getCacheProvider, getConfigAdmin, getCpuCores, getCpuUnits, getMemory, getOperatingSystemDetails, getPrivateAddresses, getPublicAddresses, getShellTableFactory, printComputeApis, printComputeProviders, printHardwares, printImages, printLocations, printNodeInfo, printNodes, setCacheProvider, setComputeServices, setConfigAdmin, setShellTableFactoryprotected String[] options
protected boolean noWait
protected Object doExecute() throws Exception
doExecute in class org.apache.karaf.shell.console.AbstractActionExceptionpublic org.jclouds.compute.ComputeService waitForComputeService(org.osgi.framework.BundleContext bundleContext,
String name,
String provider,
String api)
ComputeService registration.bundleContext - provider - api - public org.osgi.framework.BundleContext getBundleContext()
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Copyright © 2013. All Rights Reserved.