| Package | Description |
|---|---|
| org.jclouds.digitalocean.compute.options |
| Modifier and Type | Method and Description |
|---|---|
DigitalOceanTemplateOptions |
DigitalOceanTemplateOptions.backupsEnabled(boolean backupsEnabled)
Enabled backups for the droplet.
|
static DigitalOceanTemplateOptions |
DigitalOceanTemplateOptions.Builder.backupsEnabled(boolean backupsEnabled) |
DigitalOceanTemplateOptions |
DigitalOceanTemplateOptions.clone() |
DigitalOceanTemplateOptions |
DigitalOceanTemplateOptions.privateNetworking(boolean privateNetworking)
Enables a private network interface if the region supports private networking.
|
static DigitalOceanTemplateOptions |
DigitalOceanTemplateOptions.Builder.privateNetworking(boolean privateNetworking) |
DigitalOceanTemplateOptions |
DigitalOceanTemplateOptions.sshKeyIds(Iterable<Integer> sshKeyIds)
Sets the ssh key ids to be added to the droplet.
|
static DigitalOceanTemplateOptions |
DigitalOceanTemplateOptions.Builder.sshKeyIds(Iterable<Integer> sshKeyIds) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.