| Package | Description |
|---|---|
| org.jclouds.vcloud.director.v1_5.compute.util | |
| org.jclouds.vcloud.director.v1_5.domain | |
| org.jclouds.vcloud.director.v1_5.features |
| Modifier and Type | Method and Description |
|---|---|
static org.jclouds.domain.LoginCredentials |
VCloudDirectorComputeUtils.getCredentialsFrom(VApp vApp) |
static Set<String> |
VCloudDirectorComputeUtils.getIpsFromVApp(VApp vApp) |
static String |
VCloudDirectorComputeUtils.getVirtualSystemIdentifierOfFirstVMIn(VApp vApp) |
static org.jclouds.compute.domain.CIMOperatingSystem |
VCloudDirectorComputeUtils.toComputeOs(VApp vApp) |
static org.jclouds.compute.domain.OperatingSystem |
VCloudDirectorComputeUtils.toComputeOs(VApp vApp,
org.jclouds.compute.domain.OperatingSystem defaultOs) |
| Modifier and Type | Field and Description |
|---|---|
protected List<VApp> |
VAppChildren.vApps |
| Modifier and Type | Method and Description |
|---|---|
VApp |
VApp.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<VApp> |
VAppChildren.getVApps()
Reserved.
|
| Modifier and Type | Method and Description |
|---|---|
B |
VApp.Builder.fromVApp(VApp in) |
VAppChildren.Builder |
VAppChildren.Builder.vApp(VApp vApp) |
| Modifier and Type | Method and Description |
|---|---|
VAppChildren.Builder |
VAppChildren.Builder.vApps(List<VApp> vApps) |
| Modifier and Type | Method and Description |
|---|---|
VApp |
VdcApi.cloneVApp(String vdcUrn,
CloneVAppParams params)
Clones a vApp into new one.
|
VApp |
VdcApi.cloneVApp(URI vdcHref,
CloneVAppParams params) |
VApp |
VdcApi.composeVApp(String vdcUrn,
ComposeVAppParams params)
Composes a new vApp using VMs from other vApps or vApp templates.
|
VApp |
VdcApi.composeVApp(URI vdcHref,
ComposeVAppParams params) |
VApp |
VAppApi.get(String vAppUrn)
Retrieves a
VApp. |
VApp |
VAppApi.get(URI vAppHref) |
VApp |
VdcApi.instantiateVApp(String vdcUrn,
InstantiateVAppParams params)
Instantiate a vApp template into a new vApp.
|
VApp |
VdcApi.instantiateVApp(URI vdcHref,
InstantiateVAppParams params) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.cloneVApp(String vdcUrn,
CloneVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.cloneVApp(URI vdcHref,
CloneVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.composeVApp(String vdcUrn,
ComposeVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.composeVApp(URI vdcHref,
ComposeVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncApi.get(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncApi.get(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.instantiateVApp(String vdcUrn,
InstantiateVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.instantiateVApp(URI vdcHref,
InstantiateVAppParams params) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.edit(String vAppUrn,
VApp vApp) |
Task |
VAppApi.edit(String vAppUrn,
VApp vApp)
Modifies the name/description of a
VApp. |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.edit(URI vAppHref,
VApp vApp) |
Task |
VAppApi.edit(URI vAppHref,
VApp vApp) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.