public static interface DigitalOceanEndpointBuilderFactory.DigitalOceanBuilders
| Modifier and Type | Method and Description |
|---|---|
default DigitalOceanEndpointBuilderFactory.DigitalOceanEndpointBuilder |
digitalocean(String path)
DigitalOcean (camel-digitalocean)
Manage Droplets and resources within the DigitalOcean cloud.
|
default DigitalOceanEndpointBuilderFactory.DigitalOceanEndpointBuilder |
digitalocean(String componentName,
String path)
DigitalOcean (camel-digitalocean)
Manage Droplets and resources within the DigitalOcean cloud.
|
default DigitalOceanEndpointBuilderFactory.DigitalOceanEndpointBuilder digitalocean(String path)
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, untagpath - operationdefault DigitalOceanEndpointBuilderFactory.DigitalOceanEndpointBuilder digitalocean(String componentName, String path)
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, untagcomponentName - to use a custom component name for the endpoint
instead of the default namepath - operationApache Camel