Class CreateDropletOptions
- java.lang.Object
-
- org.jclouds.digitalocean2.domain.options.CreateDropletOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateDropletOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object input)
<R extends HttpRequest>
RbindToRequest(R request, Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.static CreateDropletOptions.Builder
builder()
Boolean
getBackupsEnabled()
Boolean
getPrivateNetworking()
Set<Integer>
getSshKeys()
String
getUserData()
boolean
isIpv6Enabled()
-
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
Description copied from interface:MapBinder
creates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequest
in interfaceMapBinder
- See Also:
PayloadParam
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object input)
- Specified by:
bindToRequest
in interfaceBinder
-
getPrivateNetworking
public Boolean getPrivateNetworking()
-
getBackupsEnabled
public Boolean getBackupsEnabled()
-
isIpv6Enabled
public boolean isIpv6Enabled()
-
getUserData
public String getUserData()
-
builder
public static CreateDropletOptions.Builder builder()
-
-