Uses of Class
org.jclouds.ovf.Network

Packages that use Network
org.jclouds.ovf   
org.jclouds.vcloud.domain.ovf   
 

Uses of Network in org.jclouds.ovf
 

Fields in org.jclouds.ovf with type parameters of type Network
protected  Set<Network> NetworkSection.Builder.networks
           
 

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

Methods in org.jclouds.ovf that return types with arguments of type Network
 Set<Network> NetworkSection.getNetworks()
          All networks referred to from Connection elements in all VirtualHardwareSection elements shall be defined in the NetworkSection.
 

Methods in org.jclouds.ovf with parameters of type Network
 Network.Builder Network.Builder.fromNetwork(Network in)
           
 NetworkSection.Builder NetworkSection.Builder.network(Network network)
           
 

Method parameters in org.jclouds.ovf with type arguments of type Network
 NetworkSection.Builder NetworkSection.Builder.networks(Iterable<Network> networks)
           
 

Constructor parameters in org.jclouds.ovf with type arguments of type Network
NetworkSection(String info, Iterable<Network> networks)
           
 

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

Constructor parameters in org.jclouds.vcloud.domain.ovf with type arguments of type Network
VCloudNetworkSection(String type, URI href, String info, Iterable<Network> networks)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.