Interface DigitalOceanHeaders
-
public interface DigitalOceanHeaders
-
-
Field Summary
Fields Modifier and Type Field Description static StringDESCRIPTIONstatic StringDROPLET_ENABLE_BACKUPSstatic StringDROPLET_ENABLE_IPV6static StringDROPLET_ENABLE_PRIVATE_NETWORKINGstatic StringDROPLET_IDstatic StringDROPLET_IMAGEstatic StringDROPLET_KEYSstatic StringDROPLET_SIZEstatic StringDROPLET_TAGSstatic StringDROPLET_USER_DATAstatic StringDROPLET_VOLUMESstatic StringFLOATING_IP_ADDRESSstatic StringIDstatic StringIMAGE_IDstatic StringKERNEL_IDstatic StringKEY_FINGERPRINTstatic StringKEY_PUBLIC_KEYstatic StringNAMEstatic StringNAMESstatic StringNEW_NAMEstatic StringOPERATIONstatic StringREGIONstatic StringTYPEstatic StringVOLUME_NAMEstatic StringVOLUME_SIZE_GIGABYTES
-
-
-
Field Detail
-
OPERATION
@Metadata(description="The operation to perform", javaType="org.apache.camel.component.digitalocean.constants.DigitalOceanOperations") static final String OPERATION- See Also:
- Constant Field Values
-
ID
@Metadata(description="The id", javaType="Integer or String") static final String ID- See Also:
- Constant Field Values
-
TYPE
@Metadata(description="The type", javaType="org.apache.camel.component.digitalocean.constants.DigitalOceanImageTypes") static final String TYPE- See Also:
- Constant Field Values
-
NAME
@Metadata(description="The name", javaType="String") static final String NAME- See Also:
- Constant Field Values
-
NEW_NAME
static final String NEW_NAME
- See Also:
- Constant Field Values
-
NAMES
@Metadata(description="The names of the droplet", javaType="List<String>") static final String NAMES- See Also:
- Constant Field Values
-
REGION
@Metadata(description="The code name of the region aka DigitalOcean data centers", javaType="String") static final String REGION- See Also:
- Constant Field Values
-
DESCRIPTION
@Metadata(description="The description", javaType="String") static final String DESCRIPTION- See Also:
- Constant Field Values
-
DROPLET_SIZE
@Metadata(description="The size of the droplet", javaType="String") static final String DROPLET_SIZE- See Also:
- Constant Field Values
-
DROPLET_IMAGE
@Metadata(description="The image of the droplet", javaType="String") static final String DROPLET_IMAGE- See Also:
- Constant Field Values
-
DROPLET_KEYS
@Metadata(description="The keys of the droplet", javaType="List<String>") static final String DROPLET_KEYS- See Also:
- Constant Field Values
-
DROPLET_ENABLE_BACKUPS
@Metadata(description="The flag to enable backups", javaType="Boolean") static final String DROPLET_ENABLE_BACKUPS- See Also:
- Constant Field Values
-
DROPLET_ENABLE_IPV6
@Metadata(description="The flag to enable ipv6", javaType="Boolean") static final String DROPLET_ENABLE_IPV6- See Also:
- Constant Field Values
-
DROPLET_ENABLE_PRIVATE_NETWORKING
@Metadata(description="The flag to enable private networking", javaType="Boolean") static final String DROPLET_ENABLE_PRIVATE_NETWORKING- See Also:
- Constant Field Values
-
DROPLET_USER_DATA
@Metadata(description="The user data of the droplet", javaType="String") static final String DROPLET_USER_DATA- See Also:
- Constant Field Values
-
DROPLET_VOLUMES
@Metadata(description="The volumes\' identifier of the droplet", javaType="List<String>") static final String DROPLET_VOLUMES- See Also:
- Constant Field Values
-
DROPLET_TAGS
@Metadata(description="The tags of the droplet", javaType="List<String>") static final String DROPLET_TAGS- See Also:
- Constant Field Values
-
DROPLET_ID
@Metadata(description="The droplet identifier", javaType="Integer") static final String DROPLET_ID- See Also:
- Constant Field Values
-
IMAGE_ID
@Metadata(description="The id of the DigitalOcean public image or your private image", javaType="Integer") static final String IMAGE_ID- See Also:
- Constant Field Values
-
KERNEL_ID
@Metadata(description="The kernel id to be changed for droplet", javaType="Integer") static final String KERNEL_ID- See Also:
- Constant Field Values
-
VOLUME_NAME
@Metadata(description="The name of the volume", javaType="String") static final String VOLUME_NAME- See Also:
- Constant Field Values
-
VOLUME_SIZE_GIGABYTES
@Metadata(description="The size value in GB", javaType="Integer or Double") static final String VOLUME_SIZE_GIGABYTES- See Also:
- Constant Field Values
-
FLOATING_IP_ADDRESS
@Metadata(description="The floating IP address", javaType="String") static final String FLOATING_IP_ADDRESS- See Also:
- Constant Field Values
-
KEY_FINGERPRINT
@Metadata(description="The SSH key fingerprint", javaType="String") static final String KEY_FINGERPRINT- See Also:
- Constant Field Values
-
KEY_PUBLIC_KEY
@Metadata(description="The public key", javaType="String") static final String KEY_PUBLIC_KEY- See Also:
- Constant Field Values
-
-