Package | Description |
---|---|
org.jclouds.digitalocean2.domain.options |
Modifier and Type | Method and Description |
---|---|
CreateDropletOptions.Builder |
CreateDropletOptions.Builder.addSshKeyId(int sshKeyId)
Adds an ssh key id to be added to the droplet.
|
CreateDropletOptions.Builder |
CreateDropletOptions.Builder.addSshKeyIds(Iterable<Integer> sshKeyIds)
Adds a set of ssh key ids to be added to the droplet.
|
CreateDropletOptions.Builder |
CreateDropletOptions.Builder.backupsEnabled(boolean backupsEnabled)
Enabled backups for the droplet.
|
static CreateDropletOptions.Builder |
CreateDropletOptions.builder() |
CreateDropletOptions.Builder |
CreateDropletOptions.Builder.ipv6Enabled(boolean ipv6Enabled)
Enables/disables IPv6 for the droplet.
|
CreateDropletOptions.Builder |
CreateDropletOptions.Builder.privateNetworking(boolean privateNetworking)
Enables a private network interface if the region supports private
networking.
|
CreateDropletOptions.Builder |
CreateDropletOptions.Builder.userData(String userData)
Sets the user data for the droplet.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.