|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloneVAppOptions | |
---|---|
org.jclouds.vcloud.binders | |
org.jclouds.vcloud.features | |
org.jclouds.vcloud.options |
Uses of CloneVAppOptions in org.jclouds.vcloud.binders |
---|
Methods in org.jclouds.vcloud.binders that return types with arguments of type CloneVAppOptions | |
---|---|
protected Class<CloneVAppOptions> |
BindCloneVAppParamsToXmlPayload.getOptionClass()
|
Methods in org.jclouds.vcloud.binders with parameters of type CloneVAppOptions | |
---|---|
protected com.jamesmurty.utils.XMLBuilder |
BindCloneVAppParamsToXmlPayload.buildRoot(String name,
CloneVAppOptions options)
|
Uses of CloneVAppOptions in org.jclouds.vcloud.features |
---|
Methods in org.jclouds.vcloud.features with parameters of type CloneVAppOptions | |
---|---|
Task |
VAppClient.copyVAppToVDCAndName(URI sourceVApp,
URI vDC,
String newName,
CloneVAppOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncClient.copyVAppToVDCAndName(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options)
|
Task |
VAppClient.moveVAppToVDCAndRename(URI sourceVApp,
URI vDC,
String newName,
CloneVAppOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncClient.moveVAppToVDCAndRename(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options)
|
Uses of CloneVAppOptions in org.jclouds.vcloud.options |
---|
Methods in org.jclouds.vcloud.options that return CloneVAppOptions | |
---|---|
CloneVAppOptions |
CloneVAppOptions.deploy()
the clone should be deployed after it is created |
static CloneVAppOptions |
CloneVAppOptions.Builder.deploy()
|
CloneVAppOptions |
CloneVAppOptions.description(String description)
the clone should be powered on after it is deployed |
static CloneVAppOptions |
CloneVAppOptions.Builder.description(String description)
|
CloneVAppOptions |
CloneVAppOptions.powerOn()
the clone should be powered on after it is deployed |
static CloneVAppOptions |
CloneVAppOptions.Builder.powerOn()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |