Uses of Class
org.jclouds.ovf.NetworkSection

Packages that use NetworkSection
org.jclouds.ovf   
org.jclouds.ovf.internal   
org.jclouds.savvis.vpdc.domain   
org.jclouds.vcloud.domain.ovf   
 

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)
           
 

Uses of NetworkSection in org.jclouds.savvis.vpdc.domain
 

Fields in org.jclouds.savvis.vpdc.domain declared as NetworkSection
protected  NetworkSection VM.networkSection
           
protected  NetworkSection VM.Builder.networkSection
           
 

Methods in org.jclouds.savvis.vpdc.domain that return NetworkSection
 NetworkSection VM.getNetworkSection()
           
 

Methods in org.jclouds.savvis.vpdc.domain with parameters of type NetworkSection
 VM.Builder VM.Builder.networkSection(NetworkSection networkSection)
           
 

Constructors in org.jclouds.savvis.vpdc.domain with parameters of type NetworkSection
VM(String id, String info, String name, OperatingSystemSection operatingSystem, Iterable<? extends VirtualHardwareSection> virtualHardwareSections, Iterable<? extends ProductSection> productSections, com.google.common.collect.Multimap<String,Section> additionalSections, String type, URI href, VM.Status status, NetworkSection networkSection, Iterable<NetworkConfigSection> networkConfigSections, Iterable<NetworkConnectionSection> networkConnectionSections)
           
 

Uses of NetworkSection in org.jclouds.vcloud.domain.ovf
 

Subclasses of NetworkSection in org.jclouds.vcloud.domain.ovf
 class VCloudNetworkSection
          VCloud extension
 



Copyright © 2009-2011 jclouds. All Rights Reserved.