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. networksMethods in org.jclouds.ovf that return Network Modifier and Type Method Description NetworkNetwork.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 allVirtualHardwareSectionelements shall be defined in the NetworkSection.Methods in org.jclouds.ovf with parameters of type Network Modifier and Type Method Description Network.BuilderNetwork.Builder. fromNetwork(Network in)NetworkSection.BuilderNetworkSection.Builder. network(Network network)Method parameters in org.jclouds.ovf with type arguments of type Network Modifier and Type Method Description NetworkSection.BuilderNetworkSection.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)
-