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

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

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,org.jclouds.compute.domain.Hardware> VAppToNodeMetadata.hardwareForVApp
           
 

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

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

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

Methods in org.jclouds.vcloud.compute.strategy that return VApp
 VApp VCloudComputeServiceAdapter.getNode(String in)
           
protected  VApp InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.instantiateVAppFromTemplate(String name, org.jclouds.compute.domain.Template template)
           
 

Methods in org.jclouds.vcloud.compute.strategy that return types with arguments of type VApp
 org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<VApp> VCloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, org.jclouds.compute.domain.Template template)
           
 org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<VApp> InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.createNodeWithGroupEncodedIntoName(String group, String name, org.jclouds.compute.domain.Template template)
           
 Iterable<VApp> VCloudComputeServiceAdapter.listNodes()
           
 Iterable<VApp> VCloudComputeServiceAdapter.listNodesByIds(Iterable<String> ids)
           
 

Methods in org.jclouds.vcloud.compute.strategy with parameters of type VApp
 void InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.ensureVmHasAllocationModeOrPooled(VApp vApp, IpAddressAllocationMode ipAllocationMode)
           
 

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

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

Uses of VApp in org.jclouds.vcloud.domain.internal
 

Classes in org.jclouds.vcloud.domain.internal that implement VApp
 class VAppImpl
          Locations of resources in vCloud
 

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<VApp> VAppTemplateAsyncClient.createVAppInVDCByInstantiatingTemplate(String appName, URI vdc, URI template, InstantiateVAppTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VAppAsyncClient.findVAppInOrgVDCNamed(String orgName, String vdcName, String vAppName)
           
 com.google.common.util.concurrent.ListenableFuture<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-2013 The Apache Software Foundation. All Rights Reserved.