Class CreateDropletOptions.Builder
java.lang.Object
org.jclouds.digitalocean2.domain.options.CreateDropletOptions.Builder
- Enclosing class:
CreateDropletOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSshKeyId
(int sshKeyId) Adds an ssh key id to be added to the droplet.addSshKeyIds
(Iterable<Integer> sshKeyIds) Adds a set of ssh key ids to be added to the droplet.backupsEnabled
(boolean backupsEnabled) Enabled backups for the droplet.build()
ipv6Enabled
(boolean ipv6Enabled) Enables/disables IPv6 for the droplet.privateNetworking
(boolean privateNetworking) Enables a private network interface if the region supports private networking.Sets the user data for the droplet.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addSshKeyIds
Adds a set of ssh key ids to be added to the droplet. -
addSshKeyId
Adds an ssh key id to be added to the droplet. -
privateNetworking
Enables a private network interface if the region supports private networking. -
backupsEnabled
Enabled backups for the droplet. -
userData
Sets the user data for the droplet. -
ipv6Enabled
Enables/disables IPv6 for the droplet. -
build
-