Interface GlanceEndpointBuilderFactory.GlanceBuilders

    • Method Detail

      • openstackGlance

        default GlanceEndpointBuilderFactory.GlanceEndpointBuilder openstackGlance​(String path)
        OpenStack Glance (camel-openstack) Manage VM images and metadata definitions in OpenStack Glance. Category: cloud,paas Since: 2.19 Maven coordinates: org.apache.camel:camel-openstack Syntax: openstack-glance:host Path parameter: host (required) OpenStack host url
        Parameters:
        path - host
        Returns:
        the dsl builder
      • openstackGlance

        default GlanceEndpointBuilderFactory.GlanceEndpointBuilder openstackGlance​(String componentName,
                                                                                   String path)
        OpenStack Glance (camel-openstack) Manage VM images and metadata definitions in OpenStack Glance. Category: cloud,paas Since: 2.19 Maven coordinates: org.apache.camel:camel-openstack Syntax: openstack-glance:host Path parameter: host (required) OpenStack host url
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - host
        Returns:
        the dsl builder