Uses of Class
org.jclouds.ovf.NetworkSection

Packages that use NetworkSection
org.jclouds.ovf   
org.jclouds.ovf.internal   
 

Uses of NetworkSection in org.jclouds.ovf
 

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

Methods in org.jclouds.ovf with parameters of type NetworkSection
 NetworkSection.Builder NetworkSection.Builder.fromNetworkSection(NetworkSection in)
           
 Envelope.Builder Envelope.Builder.networkSection(NetworkSection networkSection)
          
 

Method parameters in org.jclouds.ovf with type arguments of type NetworkSection
 NetworkSection.Builder NetworkSection.Builder.fromSection(Section<NetworkSection> in)
          
 Envelope.Builder Envelope.Builder.networkSections(Iterable<? extends NetworkSection> networkSections)
          
 

Constructor parameters in org.jclouds.ovf with type arguments of type NetworkSection
Envelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, VirtualSystem virtualSystem)
           
 

Uses of NetworkSection in org.jclouds.ovf.internal
 

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

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

Methods in org.jclouds.ovf.internal with parameters of type NetworkSection
 BaseEnvelope.Builder<V,E> BaseEnvelope.Builder.networkSection(NetworkSection networkSection)
           
 

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

Constructor parameters in org.jclouds.ovf.internal with type arguments of type NetworkSection
BaseEnvelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, V virtualSystem)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.