public static interface JcloudsEndpointBuilderFactory.JcloudsBuilders
| Modifier and Type | Method and Description |
|---|---|
default JcloudsEndpointBuilderFactory.JcloudsEndpointBuilder |
jclouds(String path)
JClouds (camel-jclouds)
For interacting with cloud compute & blobstore service via jclouds.
|
default 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