org.jclouds.dmtf.ovf
Class NetworkSection.Builder<B extends NetworkSection.Builder<B>>
java.lang.Object
org.jclouds.dmtf.ovf.SectionType.Builder<B>
org.jclouds.dmtf.ovf.NetworkSection.Builder<B>
- Enclosing class:
- NetworkSection
public static class NetworkSection.Builder<B extends NetworkSection.Builder<B>>
- extends SectionType.Builder<B>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
networks
protected Set<Network> networks
NetworkSection.Builder
public NetworkSection.Builder()
network
public B network(Network network)
- See Also:
NetworkSection.getNetworks()
networks
public B networks(Iterable<Network> networks)
- See Also:
NetworkSection.getNetworks()
build
public NetworkSection build()
-
- Specified by:
build in class SectionType.Builder<B extends NetworkSection.Builder<B>>
fromNetworkSection
public B fromNetworkSection(NetworkSection in)
Copyright © 2009-2012 jclouds. All Rights Reserved.