public class JcloudsComputeEndpoint extends JcloudsEndpoint
| Constructor and Description |
|---|
JcloudsComputeEndpoint(String uri,
JcloudsComponent component,
org.jclouds.compute.ComputeService computeService) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
String |
getGroup() |
String |
getHardwareId() |
String |
getImageId() |
String |
getLocationId() |
String |
getNodeId() |
String |
getNodeState() |
String |
getOperation() |
String |
getUser() |
void |
setGroup(String group) |
void |
setHardwareId(String hardwareId) |
void |
setImageId(String imageId) |
void |
setLocationId(String locationId) |
void |
setNodeId(String nodeId) |
void |
setNodeState(String nodeState) |
void |
setOperation(String operation) |
void |
setUser(String user) |
getBlobName, getCommand, getConfiguration, getContainer, getDirectory, getProviderId, isSingleton, setBlobName, setCommand, setConfiguration, setContainer, setDirectory, setProviderIdconfigureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic JcloudsComputeEndpoint(String uri, JcloudsComponent component, org.jclouds.compute.ComputeService computeService)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
public String getImageId()
getImageId in class JcloudsEndpointpublic void setImageId(String imageId)
setImageId in class JcloudsEndpointpublic String getLocationId()
getLocationId in class JcloudsEndpointpublic void setLocationId(String locationId)
setLocationId in class JcloudsEndpointpublic String getHardwareId()
getHardwareId in class JcloudsEndpointpublic void setHardwareId(String hardwareId)
setHardwareId in class JcloudsEndpointpublic String getOperation()
getOperation in class JcloudsEndpointpublic void setOperation(String operation)
setOperation in class JcloudsEndpointpublic String getNodeState()
getNodeState in class JcloudsEndpointpublic void setNodeState(String nodeState)
setNodeState in class JcloudsEndpointpublic String getNodeId()
getNodeId in class JcloudsEndpointpublic void setNodeId(String nodeId)
setNodeId in class JcloudsEndpointpublic String getGroup()
getGroup in class JcloudsEndpointpublic void setGroup(String group)
setGroup in class JcloudsEndpointpublic String getUser()
getUser in class JcloudsEndpointpublic void setUser(String user)
setUser in class JcloudsEndpointApache Camel