Class CreateDropletOptions
java.lang.Object
org.jclouds.digitalocean2.domain.options.CreateDropletOptions
Options to customize droplet creation.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<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
-
Method Details
-
bindToRequest
Description copied from interface:MapBinder
creates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequest
in interfaceMapBinder
- See Also:
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-
getSshKeys
-
getPrivateNetworking
-
getBackupsEnabled
-
isIpv6Enabled
public boolean isIpv6Enabled() -
getUserData
-
builder
-