@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface JcloudsEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointBuilder
Advanced builder for endpoint for the JClouds component.
|
static interface |
JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointConsumerBuilder
Advanced builder for endpoint consumers for the JClouds component.
|
static interface |
JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointProducerBuilder
Advanced builder for endpoint producers for the JClouds component.
|
static interface |
JcloudsEndpointBuilderFactory.JcloudsBuilders |
static interface |
JcloudsEndpointBuilderFactory.JcloudsEndpointBuilder
Builder for endpoint for the JClouds component.
|
static interface |
JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder
Builder for endpoint consumers for the JClouds component.
|
static interface |
JcloudsEndpointBuilderFactory.JcloudsEndpointProducerBuilder
Builder for endpoint producers for the JClouds component.
|
| Modifier and Type | Method and Description |
|---|---|
static JcloudsEndpointBuilderFactory.JcloudsEndpointBuilder |
jclouds(String path)
JClouds (camel-jclouds)
For interacting with cloud compute & blobstore service via jclouds.
|
static JcloudsEndpointBuilderFactory.JcloudsEndpointBuilder jclouds(String path)
jclouds:command:providerId
Path parameter: command (required)
What command to execute such as blobstore or compute.
The value can be one of: blobstore, compute
Path parameter: providerId (required)
The name of the cloud provider that provides the target service (e.g.
aws-s3 or aws_ec2).Apache Camel