|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreateInstanceOptions | |
|---|---|
| org.jclouds.deltacloud | |
| org.jclouds.deltacloud.options | |
| Uses of CreateInstanceOptions in org.jclouds.deltacloud |
|---|
| Methods in org.jclouds.deltacloud with parameters of type CreateInstanceOptions | |
|---|---|
Instance |
DeltacloudClient.createInstance(String imageId,
CreateInstanceOptions... options)
Create a new Instance |
com.google.common.util.concurrent.ListenableFuture<Instance> |
DeltacloudAsyncClient.createInstance(String imageId,
CreateInstanceOptions... options)
|
| Uses of CreateInstanceOptions in org.jclouds.deltacloud.options |
|---|
| Fields in org.jclouds.deltacloud.options declared as CreateInstanceOptions | |
|---|---|
static CreateInstanceOptions |
CreateInstanceOptions.NONE
|
| Methods in org.jclouds.deltacloud.options that return CreateInstanceOptions | |
|---|---|
CreateInstanceOptions |
CreateInstanceOptions.hardwareProfile(String hwpName)
The hardware profile upon which to launch the instance |
static CreateInstanceOptions |
CreateInstanceOptions.Builder.hardwareProfile(String hwpName)
|
CreateInstanceOptions |
CreateInstanceOptions.named(String name)
A short label to identify the instance. |
static CreateInstanceOptions |
CreateInstanceOptions.Builder.named(String name)
|
CreateInstanceOptions |
CreateInstanceOptions.realm(String realmId)
The realm in which to launch the instance |
static CreateInstanceOptions |
CreateInstanceOptions.Builder.realm(String realmId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||