|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.digitalocean.domain.options.CreateDropletOptions.Builder
public static class CreateDropletOptions.Builder
| Constructor Summary | |
|---|---|
CreateDropletOptions.Builder()
|
|
| Method Summary | |
|---|---|
CreateDropletOptions.Builder |
addSshKeyId(int sshKeyId)
Adds an ssh key id to be added to the droplet. |
CreateDropletOptions.Builder |
addSshKeyIds(Iterable<Integer> sshKeyIds)
Adds a set of ssh key ids to be added to the droplet. |
CreateDropletOptions.Builder |
backupsEnabled(boolean backupsEnabled)
Enabled backups for the droplet. |
CreateDropletOptions |
build()
|
CreateDropletOptions.Builder |
privateNetworking(boolean privateNetworking)
Enables a private network interface if the region supports private networking. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateDropletOptions.Builder()
| Method Detail |
|---|
public CreateDropletOptions.Builder addSshKeyIds(Iterable<Integer> sshKeyIds)
public CreateDropletOptions.Builder addSshKeyId(int sshKeyId)
public CreateDropletOptions.Builder privateNetworking(boolean privateNetworking)
public CreateDropletOptions.Builder backupsEnabled(boolean backupsEnabled)
public CreateDropletOptions build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||