Package | Description |
---|---|
org.jclouds.trmk.vcloud_0_8 | |
org.jclouds.trmk.vcloud_0_8.binders | |
org.jclouds.trmk.vcloud_0_8.options |
Modifier and Type | Method and Description |
---|---|
Task |
TerremarkVCloudClient.cloneVAppInVDC(URI vDC,
URI toClone,
String newName,
CloneVAppOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.cloneVAppInVDC(URI vdc,
URI toClone,
String newName,
CloneVAppOptions... options) |
Modifier and Type | Method and Description |
---|---|
protected CloneVAppOptions |
BindCloneVAppParamsToXmlPayload.findOptionsInArgsOrNull(GeneratedHttpRequest<?> gRequest) |
Modifier and Type | Method and Description |
---|---|
protected String |
BindCloneVAppParamsToXmlPayload.generateXml(String newName,
String vApp,
CloneVAppOptions options) |
Modifier and Type | Method and Description |
---|---|
CloneVAppOptions |
CloneVAppOptions.deploy()
the clone should be deployed after it is created
|
static CloneVAppOptions |
CloneVAppOptions.Builder.deploy() |
CloneVAppOptions |
CloneVAppOptions.powerOn()
the clone should be powered on after it is deployed
|
static CloneVAppOptions |
CloneVAppOptions.Builder.powerOn() |
CloneVAppOptions |
CloneVAppOptions.withDescription(String description)
the clone should be powered on after it is deployed
|
static CloneVAppOptions |
CloneVAppOptions.Builder.withDescription(String description) |
Copyright © 2009-2012 jclouds. All Rights Reserved.