org.jclouds.karaf.commands.compute
Class ComputeCommandWithOptions
java.lang.Object
org.apache.karaf.shell.console.AbstractAction
org.jclouds.karaf.commands.compute.ComputeCommandBase
org.jclouds.karaf.commands.compute.ComputeCommandWithOptions
- All Implemented Interfaces:
- org.apache.felix.gogo.commands.Action
- Direct Known Subclasses:
- ComputeServiceCreateCommand, GroupDestroyCommand, HardwareListCommand, ImageCreateCommand, ImageListCommand, LocationListCommand, NodeCreateCommand, NodeDestroyAllCommand, NodeDestroyCommand, NodeInfoCommand, NodeListCommand, NodeResumeCommand, NodeSuspendCommand, ProviderInfoCommand, RunScriptBase
public abstract class ComputeCommandWithOptions
- extends ComputeCommandBase
- Author:
- Guillaume Nodet (gnodet)
| Fields inherited from class org.apache.karaf.shell.console.AbstractAction |
log, session |
| Methods inherited from class org.jclouds.karaf.commands.compute.ComputeCommandBase |
execute, findOrCreateFactoryConfiguration, getAllLocations, getCacheProvider, getConfigAdmin, getCpuCores, getCpuUnits, getMemory, getOperatingSystemDetails, getPrivateAddresses, getPublicAddresses, getShellTableFactory, printComputeApis, printComputeProviders, printHardwares, printImages, printLocations, printNodeInfo, printNodes, setCacheProvider, setComputeServices, setConfigAdmin, setShellTableFactory |
| Methods inherited from class org.apache.karaf.shell.console.AbstractAction |
doExecute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
provider
protected String provider
api
protected String api
identity
protected String identity
credential
protected String credential
endpoint
protected String endpoint
propertiesFile
protected String propertiesFile
ComputeCommandWithOptions
public ComputeCommandWithOptions()
getComputeServices
public List<org.jclouds.compute.ComputeService> getComputeServices()
- Overrides:
getComputeServices in class ComputeCommandBase
getComputeService
protected org.jclouds.compute.ComputeService getComputeService()
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.