Uses of Class
org.jclouds.dmtf.ovf.NetworkSection

Packages that use NetworkSection
org.jclouds.dmtf.ovf   
org.jclouds.dmtf.ovf.internal   
org.jclouds.vcloud.director.v1_5.compute.functions   
org.jclouds.vcloud.director.v1_5.features   
 

Uses of NetworkSection in org.jclouds.dmtf.ovf
 

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

Methods in org.jclouds.dmtf.ovf with parameters of type NetworkSection
 B NetworkSection.Builder.fromNetworkSection(NetworkSection in)
           
 

Uses of NetworkSection in org.jclouds.dmtf.ovf.internal
 

Fields in org.jclouds.dmtf.ovf.internal with type parameters of type NetworkSection
protected  Set<NetworkSection> BaseEnvelope.Builder.networkSections
           
 

Methods in org.jclouds.dmtf.ovf.internal that return types with arguments of type NetworkSection
 Set<NetworkSection> BaseEnvelope.getNetworkSections()
           
 

Methods in org.jclouds.dmtf.ovf.internal with parameters of type NetworkSection
 B BaseEnvelope.Builder.networkSection(NetworkSection networkSection)
           
 

Method parameters in org.jclouds.dmtf.ovf.internal with type arguments of type NetworkSection
 B BaseEnvelope.Builder.networkSections(Iterable<? extends NetworkSection> networkSections)
           
 

Uses of NetworkSection 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 NetworkSection
ValidateVAppTemplateAndReturnEnvelopeOrThrowIllegalArgumentException(com.google.common.cache.LoadingCache<URI,Envelope> envelopes, SectionForVAppTemplate<NetworkSection> findNetworkSectionForVAppTemplate)
           
 

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

Methods in org.jclouds.vcloud.director.v1_5.features that return NetworkSection
 NetworkSection VAppTemplateApi.getNetworkSection(URI templateUri)
          Retrieves the network section of a vApp or vApp template.
 NetworkSection VAppApi.getNetworkSection(URI vAppURI)
          Retrieves the network section of a VApp.
 

Methods in org.jclouds.vcloud.director.v1_5.features that return types with arguments of type NetworkSection
 com.google.common.util.concurrent.ListenableFuture<NetworkSection> VAppTemplateAsyncApi.getNetworkSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkSection> VAppAsyncApi.getNetworkSection(URI vAppURI)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.