Interface DigitalOceanEndpointBuilderFactory.DigitalOceanBuilders

    • Method Detail

      • digitalocean

        default DigitalOceanEndpointBuilderFactory.DigitalOceanHeaderNameBuilder digitalocean()
        DigitalOcean (camel-digitalocean) Manage Droplets and resources within the DigitalOcean cloud. Category: cloud,management Since: 2.19 Maven coordinates: org.apache.camel:camel-digitalocean
        Returns:
        the dsl builder for the headers' name.
      • digitalocean

        default DigitalOceanEndpointBuilderFactory.DigitalOceanEndpointBuilder digitalocean​(String path)
        DigitalOcean (camel-digitalocean) Manage Droplets and resources within the DigitalOcean cloud. Category: cloud,management Since: 2.19 Maven coordinates: org.apache.camel:camel-digitalocean Syntax: digitalocean:operation Path parameter: operation The operation to perform to the given resource. There are 36 enums and the value can be one of: create, update, delete, list, ownList, get, listBackups, listActions, listNeighbors, listSnapshots, listKernels, listAllNeighbors, enableBackups, disableBackups, reboot, powerCycle, shutdown, powerOn, powerOff, restore, resetPassword, resize, rebuild, rename, changeKernel, enableIpv6, enablePrivateNetworking, takeSnapshot, transfer, convert, attach, detach, assign, unassign, tag, untag
        Parameters:
        path - operation
        Returns:
        the dsl builder
      • digitalocean

        default DigitalOceanEndpointBuilderFactory.DigitalOceanEndpointBuilder digitalocean​(String componentName,
                                                                                            String path)
        DigitalOcean (camel-digitalocean) Manage Droplets and resources within the DigitalOcean cloud. Category: cloud,management Since: 2.19 Maven coordinates: org.apache.camel:camel-digitalocean Syntax: digitalocean:operation Path parameter: operation The operation to perform to the given resource. There are 36 enums and the value can be one of: create, update, delete, list, ownList, get, listBackups, listActions, listNeighbors, listSnapshots, listKernels, listAllNeighbors, enableBackups, disableBackups, reboot, powerCycle, shutdown, powerOn, powerOff, restore, resetPassword, resize, rebuild, rename, changeKernel, enableIpv6, enablePrivateNetworking, takeSnapshot, transfer, convert, attach, detach, assign, unassign, tag, untag
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - operation
        Returns:
        the dsl builder