Uses of Class
org.jclouds.ovf.NetworkSection.Builder
-
Packages that use NetworkSection.Builder Package Description org.jclouds.ovf org.jclouds.ovf.xml -
-
Uses of NetworkSection.Builder in org.jclouds.ovf
Methods in org.jclouds.ovf that return NetworkSection.Builder Modifier and Type Method Description static NetworkSection.BuilderNetworkSection. builder()NetworkSection.BuilderNetworkSection.Builder. fromNetworkSection(NetworkSection in)NetworkSection.BuilderNetworkSection.Builder. fromSection(Section<NetworkSection> in)NetworkSection.BuilderNetworkSection.Builder. info(String info)NetworkSection.BuilderNetworkSection.Builder. network(Network network)NetworkSection.BuilderNetworkSection.Builder. networks(Iterable<Network> networks)NetworkSection.BuilderNetworkSection. toBuilder() -
Uses of NetworkSection.Builder in org.jclouds.ovf.xml
Constructor parameters in org.jclouds.ovf.xml with type arguments of type NetworkSection.Builder Constructor Description NetworkSectionHandler(javax.inject.Provider<NetworkSection.Builder> builderProvider)
-