Interface JcloudsEndpointBuilderFactory.JcloudsBuilders

    • Method Detail

      • jclouds

        default JcloudsEndpointBuilderFactory.JcloudsHeaderNameBuilder jclouds()
        JClouds (camel-jclouds) Interact with jclouds compute and blobstore service. Category: api,cloud,compute Since: 2.9 Maven coordinates: org.apache.camel:camel-jclouds
        Returns:
        the dsl builder for the headers' name.
      • jclouds

        default JcloudsEndpointBuilderFactory.JcloudsEndpointBuilder jclouds​(String path)
        JClouds (camel-jclouds) Interact with jclouds compute and blobstore service. Category: api,cloud,compute Since: 2.9 Maven coordinates: org.apache.camel:camel-jclouds Syntax: jclouds:command:providerId Path parameter: command (required) What command to execute such as blobstore or compute. There are 2 enums and 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).
        Parameters:
        path - command:providerId
        Returns:
        the dsl builder
      • jclouds

        default JcloudsEndpointBuilderFactory.JcloudsEndpointBuilder jclouds​(String componentName,
                                                                             String path)
        JClouds (camel-jclouds) Interact with jclouds compute and blobstore service. Category: api,cloud,compute Since: 2.9 Maven coordinates: org.apache.camel:camel-jclouds Syntax: jclouds:command:providerId Path parameter: command (required) What command to execute such as blobstore or compute. There are 2 enums and 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).
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - command:providerId
        Returns:
        the dsl builder