Uses of Class
org.jclouds.vcloud.director.v1_5.domain.dmtf.Envelope

Packages that use Envelope
org.jclouds.vcloud.director.v1_5.compute.functions   
org.jclouds.vcloud.director.v1_5.domain.dmtf   
org.jclouds.vcloud.director.v1_5.features   
 

Uses of Envelope in org.jclouds.vcloud.director.v1_5.compute.functions
 

Constructor parameters in org.jclouds.vcloud.director.v1_5.compute.functions with type arguments of type Envelope
HardwareForVAppTemplate(com.google.common.base.Function<VAppTemplate,Envelope> templateToEnvelope, FindLocationForResource findLocationForResource, VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
           
 

Uses of Envelope in org.jclouds.vcloud.director.v1_5.domain.dmtf
 

Methods in org.jclouds.vcloud.director.v1_5.domain.dmtf that return Envelope
 Envelope Envelope.Builder.build()
          
 

Uses of Envelope in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features that return Envelope
 Envelope VAppTemplateApi.getOvf(String templateUrn)
          Retrieves an OVF descriptor of a vApp template.
 Envelope VAppTemplateApi.getOvf(URI templateHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features that return types with arguments of type Envelope
 com.google.common.util.concurrent.ListenableFuture<Envelope> VAppTemplateAsyncApi.getOvf(String templateUrn)
           
 com.google.common.util.concurrent.ListenableFuture<Envelope> VAppTemplateAsyncApi.getOvf(URI templateHref)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.