org.jclouds.digitalocean.domain.options
Class CreateDropletOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.digitalocean.domain.options.CreateDropletOptions
All Implemented Interfaces:
org.jclouds.http.options.HttpRequestOptions

public class CreateDropletOptions
extends org.jclouds.http.options.BaseHttpRequestOptions

Options to customize droplet creation.


Nested Class Summary
static class CreateDropletOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
 
Constructor Summary
CreateDropletOptions(Set<Integer> sshKeyIds, Boolean privateNetworking, Boolean backupsEnabled)
           
 
Method Summary
static CreateDropletOptions.Builder builder()
           
 boolean equals(Object obj)
           
 Boolean getBackupsEnabled()
           
 Boolean getPrivateNetworking()
           
 Iterable<Integer> getSshKeyIds()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, replaceHeader
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateDropletOptions

public CreateDropletOptions(Set<Integer> sshKeyIds,
                            Boolean privateNetworking,
                            Boolean backupsEnabled)
Method Detail

getSshKeyIds

public Iterable<Integer> getSshKeyIds()

getPrivateNetworking

public Boolean getPrivateNetworking()

getBackupsEnabled

public Boolean getBackupsEnabled()

hashCode

public int hashCode()
Overrides:
hashCode in class org.jclouds.http.options.BaseHttpRequestOptions

equals

public boolean equals(Object obj)
Overrides:
equals in class org.jclouds.http.options.BaseHttpRequestOptions

toString

public String toString()
Overrides:
toString in class org.jclouds.http.options.BaseHttpRequestOptions

builder

public static CreateDropletOptions.Builder builder()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.