org.jclouds.dmtf.ovf
Class NetworkSection.Builder<B extends NetworkSection.Builder<B>>

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType.Builder<B>
      extended by org.jclouds.dmtf.ovf.NetworkSection.Builder<B>
Enclosing class:
NetworkSection

public static class NetworkSection.Builder<B extends NetworkSection.Builder<B>>
extends SectionType.Builder<B>


Field Summary
protected  Set<Network> networks
           
 
Constructor Summary
NetworkSection.Builder()
           
 
Method Summary
 NetworkSection build()
          
 B fromNetworkSection(NetworkSection in)
           
 B network(Network network)
           
 B networks(Iterable<Network> networks)
           
 
Methods inherited from class org.jclouds.dmtf.ovf.SectionType.Builder
fromSectionType, info, notRequired, required, required, self
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

networks

protected Set<Network> networks
Constructor Detail

NetworkSection.Builder

public NetworkSection.Builder()
Method Detail

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.