Uses of Class
org.jclouds.digitalocean.compute.options.DigitalOceanTemplateOptions

Packages that use DigitalOceanTemplateOptions
org.jclouds.digitalocean.compute.options   
 

Uses of DigitalOceanTemplateOptions in org.jclouds.digitalocean.compute.options
 

Methods in org.jclouds.digitalocean.compute.options that return DigitalOceanTemplateOptions
 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.