Uses of Interface
org.jclouds.vcloud.domain.VApp

Packages that use VApp
org.jclouds.vcloud   
org.jclouds.vcloud.compute.functions   
org.jclouds.vcloud.compute.strategy   
org.jclouds.vcloud.compute.util   
org.jclouds.vcloud.features   
org.jclouds.vcloud.xml   
 

Uses of VApp in org.jclouds.vcloud
 

Methods in org.jclouds.vcloud that return VApp
 VApp VCloudClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
          Deprecated. 
 VApp VCloudClient.getVApp(URI vApp)
          Deprecated. 
 VApp VCloudClient.instantiateVAppTemplateInVDC(URI vDC, URI template, String appName, InstantiateVAppTemplateOptions... options)
          Deprecated. 
 

Methods in org.jclouds.vcloud that return types with arguments of type VApp
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VCloudAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VCloudAsyncClient.getVApp(URI vApp)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VCloudAsyncClient.instantiateVAppTemplateInVDC(URI vdc, URI template, String appName, InstantiateVAppTemplateOptions... options)
          Deprecated. 
 

Uses of VApp in org.jclouds.vcloud.compute.functions
 

Fields in org.jclouds.vcloud.compute.functions with type parameters of type VApp
protected  com.google.common.base.Function<VApp,Hardware> VAppToNodeMetadata.hardwareForVApp
           
 

Methods in org.jclouds.vcloud.compute.functions with parameters of type VApp
 Hardware HardwareForVApp.apply(VApp from)
           
 NodeMetadata VAppToNodeMetadata.apply(VApp from)
           
 

Constructor parameters in org.jclouds.vcloud.compute.functions with type arguments of type VApp
VAppToNodeMetadata(Map<Status,NodeState> vAppStatusToNodeState, Map<String,Credentials> credentialStore, FindLocationForResource findLocationForResourceInVDC, com.google.common.base.Function<VApp,Hardware> hardwareForVApp)
           
 

Uses of VApp in org.jclouds.vcloud.compute.strategy
 

Fields in org.jclouds.vcloud.compute.strategy with type parameters of type VApp
protected  com.google.common.base.Function<VApp,NodeMetadata> VCloudGetNodeMetadataStrategy.vAppToNodeMetadata
           
 

Methods in org.jclouds.vcloud.compute.strategy with parameters of type VApp
 void InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.waitForTask(Task task, VApp vAppResponse)
           
 void VCloudDestroyNodeStrategy.waitForTask(Task task, VApp vAppResponse)
           
 

Constructor parameters in org.jclouds.vcloud.compute.strategy with type arguments of type VApp
VCloudGetNodeMetadataStrategy(VCloudClient client, com.google.common.base.Function<VApp,NodeMetadata> vAppToNodeMetadata)
           
 

Uses of VApp in org.jclouds.vcloud.compute.util
 

Methods in org.jclouds.vcloud.compute.util with parameters of type VApp
static Credentials VCloudComputeUtils.getCredentialsFrom(VApp vApp)
           
static Set<String> VCloudComputeUtils.getIpsFromVApp(VApp vApp)
           
static String VCloudComputeUtils.getVirtualSystemIdentifierOfFirstVMIn(VApp vApp)
           
static CIMOperatingSystem VCloudComputeUtils.toComputeOs(VApp vApp)
           
static OperatingSystem VCloudComputeUtils.toComputeOs(VApp vApp, OperatingSystem defaultOs)
           
 

Uses of VApp in org.jclouds.vcloud.features
 

Methods in org.jclouds.vcloud.features that return VApp
 VApp VAppTemplateClient.createVAppInVDCByInstantiatingTemplate(String appName, URI vDC, URI template, InstantiateVAppTemplateOptions... options)
           
 VApp VAppClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
           
 VApp VAppClient.getVApp(URI vApp)
           
 

Methods in org.jclouds.vcloud.features that return types with arguments of type VApp
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VAppTemplateAsyncClient.createVAppInVDCByInstantiatingTemplate(String appName, URI vdc, URI template, InstantiateVAppTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VAppAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VAppAsyncClient.getVApp(URI href)
           
 

Uses of VApp in org.jclouds.vcloud.xml
 

Methods in org.jclouds.vcloud.xml that return VApp
 VApp VAppHandler.getResult()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.