Uses of Class
org.jclouds.ovf.xml.NetworkSectionHandler

Packages that use NetworkSectionHandler
org.jclouds.ovf.xml   
org.jclouds.ovf.xml.internal   
org.jclouds.savvis.vpdc.xml   
 

Uses of NetworkSectionHandler in org.jclouds.ovf.xml
 

Constructors in org.jclouds.ovf.xml with parameters of type NetworkSectionHandler
EnvelopeHandler(DiskSectionHandler diskHandler, NetworkSectionHandler networkHandler, VirtualSystemHandler virtualSystemHandler, javax.inject.Provider<Envelope.Builder> envelopeBuilderProvider)
           
 

Uses of NetworkSectionHandler in org.jclouds.ovf.xml.internal
 

Fields in org.jclouds.ovf.xml.internal declared as NetworkSectionHandler
protected  NetworkSectionHandler BaseEnvelopeHandler.networkHandler
           
 

Constructors in org.jclouds.ovf.xml.internal with parameters of type NetworkSectionHandler
BaseEnvelopeHandler(DiskSectionHandler diskHandler, NetworkSectionHandler networkHandler, H virtualSystemHandler, javax.inject.Provider<T> envelopeBuilderProvider)
           
 

Uses of NetworkSectionHandler in org.jclouds.savvis.vpdc.xml
 

Constructor parameters in org.jclouds.savvis.vpdc.xml with type arguments of type NetworkSectionHandler
VMHandler(javax.inject.Provider<VM.Builder> builderProvider, OperatingSystemSectionHandler osHandler, VirtualHardwareSectionHandler hardwareHandler, ProductSectionHandler productHandler, javax.inject.Provider<NetworkSectionHandler> networkSectionHandler, javax.inject.Provider<NetworkConfigSectionHandler> networkConfigSectionHandler, javax.inject.Provider<NetworkConnectionSectionHandler> networkConnectionSectionHandler)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.