Uses of Class
org.jclouds.ovf.Network
-
Packages that use Network Package Description org.jclouds.ovf -
-
Uses of Network in org.jclouds.ovf
Fields in org.jclouds.ovf with type parameters of type Network Modifier and Type Field Description protected Set<Network>
NetworkSection.Builder. networks
Methods in org.jclouds.ovf that return Network Modifier and Type Method Description Network
Network.Builder. build()
Methods in org.jclouds.ovf that return types with arguments of type Network Modifier and Type Method Description Set<Network>
NetworkSection. getNetworks()
All networks referred to from Connection elements in allVirtualHardwareSection
elements shall be defined in the NetworkSection.Methods in org.jclouds.ovf with parameters of type Network Modifier and Type Method Description 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 Modifier and Type Method Description NetworkSection.Builder
NetworkSection.Builder. networks(Iterable<Network> networks)
Constructor parameters in org.jclouds.ovf with type arguments of type Network Constructor Description NetworkSection(String info, Iterable<Network> networks)
-