Uses of Class
org.jclouds.ovf.Envelope

Packages that use Envelope
org.jclouds.compute.domain   
org.jclouds.ovf   
org.jclouds.vcloud   
org.jclouds.vcloud.features   
 

Uses of Envelope in org.jclouds.compute.domain
 

Methods in org.jclouds.compute.domain with parameters of type Envelope
static CIMOperatingSystem CIMOperatingSystem.toComputeOs(Envelope ovf)
           
 

Uses of Envelope in org.jclouds.ovf
 

Methods in org.jclouds.ovf that return Envelope
 Envelope Envelope.Builder.build()
          
 

Method parameters in org.jclouds.ovf with type arguments of type Envelope
 Envelope.Builder Envelope.Builder.fromEnvelope(BaseEnvelope<VirtualSystem,Envelope> in)
          
 

Uses of Envelope in org.jclouds.vcloud
 

Methods in org.jclouds.vcloud that return Envelope
 Envelope VCloudClient.getOvfEnvelopeForVAppTemplate(URI vAppTemplate)
          Deprecated. 
 

Methods in org.jclouds.vcloud that return types with arguments of type Envelope
 com.google.common.util.concurrent.ListenableFuture<? extends Envelope> VCloudAsyncClient.getOvfEnvelopeForVAppTemplate(URI vAppTemplate)
          Deprecated. 
 

Uses of Envelope in org.jclouds.vcloud.features
 

Methods in org.jclouds.vcloud.features that return Envelope
 Envelope VAppTemplateClient.getOvfEnvelopeForVAppTemplate(URI vAppTemplate)
           
 

Methods in org.jclouds.vcloud.features that return types with arguments of type Envelope
 com.google.common.util.concurrent.ListenableFuture<? extends Envelope> VAppTemplateAsyncClient.getOvfEnvelopeForVAppTemplate(URI href)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.