Uses of Class
org.jclouds.ovf.NetworkSection
- 
Packages that use NetworkSection Package Description org.jclouds.ovf org.jclouds.ovf.internal  - 
- 
Uses of NetworkSection in org.jclouds.ovf
Methods in org.jclouds.ovf that return NetworkSection Modifier and Type Method Description NetworkSectionNetworkSection.Builder. build()Methods in org.jclouds.ovf with parameters of type NetworkSection Modifier and Type Method Description NetworkSection.BuilderNetworkSection.Builder. fromNetworkSection(NetworkSection in)Envelope.BuilderEnvelope.Builder. networkSection(NetworkSection networkSection)Method parameters in org.jclouds.ovf with type arguments of type NetworkSection Modifier and Type Method Description NetworkSection.BuilderNetworkSection.Builder. fromSection(Section<NetworkSection> in)Envelope.BuilderEnvelope.Builder. networkSections(Iterable<? extends NetworkSection> networkSections) - 
Uses of NetworkSection in org.jclouds.ovf.internal
Fields in org.jclouds.ovf.internal with type parameters of type NetworkSection Modifier and Type Field Description protected Set<NetworkSection>BaseEnvelope.Builder. networkSectionsMethods in org.jclouds.ovf.internal that return types with arguments of type NetworkSection Modifier and Type Method Description Set<? extends NetworkSection>BaseEnvelope. getNetworkSections()Methods in org.jclouds.ovf.internal with parameters of type NetworkSection Modifier and Type Method Description BaseEnvelope.Builder<V,E>BaseEnvelope.Builder. networkSection(NetworkSection networkSection)Method parameters in org.jclouds.ovf.internal with type arguments of type NetworkSection Modifier and Type Method Description BaseEnvelope.Builder<V,E>BaseEnvelope.Builder. networkSections(Iterable<? extends NetworkSection> networkSections) 
 -