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