Package | Description |
---|---|
org.jclouds.vcloud.features |
Modifier and Type | Method and Description |
---|---|
Task |
VAppApi.deployAndPowerOnVApp(URI href)
like
VAppApi.deployVApp(URI) , except deploy transitions to power on state |
Task |
VmApi.deployAndPowerOnVm(URI href)
like
#deploy(URI) , except deploy transitions to power on state |
Task |
VAppTemplateApi.moveVAppTemplateToVDCAndRename(URI toClone,
URI vdc,
String newName,
CloneVAppTemplateOptions... options) |
Task |
VAppApi.moveVAppToVDCAndRename(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options) |
Task |
VAppApi.undeployAndSaveStateOfVApp(URI href)
like
VAppApi.undeployVApp(URI) , where the undeployed virtual machines are suspended and their
suspend state saved |
Task |
VmApi.undeployAndSaveStateOfVm(URI href)
like
#undeploy(URI) , where the undeployed virtual machines are suspended and their
suspend state saved |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.