Uses of Class
org.jclouds.digitalocean2.domain.options.CreateDropletOptions.Builder
Packages that use CreateDropletOptions.Builder
-
Uses of CreateDropletOptions.Builder in org.jclouds.digitalocean2.domain.options
Methods in org.jclouds.digitalocean2.domain.options that return CreateDropletOptions.BuilderModifier and TypeMethodDescriptionCreateDropletOptions.Builder.addSshKeyId
(int sshKeyId) Adds an ssh key id to be added to the droplet.CreateDropletOptions.Builder.addSshKeyIds
(Iterable<Integer> sshKeyIds) Adds a set of ssh key ids to be added to the droplet.CreateDropletOptions.Builder.backupsEnabled
(boolean backupsEnabled) Enabled backups for the droplet.static CreateDropletOptions.Builder
CreateDropletOptions.builder()
CreateDropletOptions.Builder.ipv6Enabled
(boolean ipv6Enabled) Enables/disables IPv6 for the droplet.CreateDropletOptions.Builder.privateNetworking
(boolean privateNetworking) Enables a private network interface if the region supports private networking.Sets the user data for the droplet.