Uses of Class
org.jclouds.dmtf.ovf.Network

Packages that use Network
org.jclouds.dmtf.ovf   
 

Uses of Network in org.jclouds.dmtf.ovf
 

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

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

Methods in org.jclouds.dmtf.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.dmtf.ovf with parameters of type Network
 Network.Builder Network.Builder.fromNetwork(Network in)
           
 B NetworkSection.Builder.network(Network network)
           
 

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



Copyright © 2009-2012 jclouds. All Rights Reserved.