Package | Description |
---|---|
org.jclouds.vcloud.binders | |
org.jclouds.vcloud.features | |
org.jclouds.vcloud.options |
Modifier and Type | Method and Description |
---|---|
protected Class<CloneVAppOptions> |
BindCloneVAppParamsToXmlPayload.getOptionClass() |
Modifier and Type | Method and Description |
---|---|
protected com.jamesmurty.utils.XMLBuilder |
BindCloneVAppParamsToXmlPayload.buildRoot(String name,
CloneVAppOptions options) |
Modifier and Type | Method and Description |
---|---|
Task |
VAppApi.copyVAppToVDCAndName(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options) |
Task |
VAppApi.moveVAppToVDCAndRename(URI sourceVApp,
URI vdc,
String newName,
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.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() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.