Package | Description |
---|---|
org.jclouds.deltacloud | |
org.jclouds.deltacloud.options |
Modifier and Type | Method and Description |
---|---|
Instance |
DeltacloudClient.createInstance(String imageId,
CreateInstanceOptions... options)
Create a new Instance
|
com.google.common.util.concurrent.ListenableFuture<Instance> |
DeltacloudAsyncClient.createInstance(String imageId,
CreateInstanceOptions... options) |
Modifier and Type | Field and Description |
---|---|
static CreateInstanceOptions |
CreateInstanceOptions.NONE |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2009-2012 jclouds. All Rights Reserved.