org.jclouds.ovf
Class NetworkSection.Builder

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

public static class NetworkSection.Builder
extends Section.Builder<NetworkSection>


Field Summary
protected  Set<Network> networks
           
 
Fields inherited from class org.jclouds.ovf.Section.Builder
info
 
Constructor Summary
NetworkSection.Builder()
           
 
Method Summary
 NetworkSection build()
          
 NetworkSection.Builder fromNetworkSection(NetworkSection in)
           
 NetworkSection.Builder fromSection(Section<NetworkSection> in)
          
 NetworkSection.Builder info(String info)
          
 NetworkSection.Builder network(Network network)
           
 NetworkSection.Builder networks(Iterable<Network> networks)
           
 
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 NetworkSection.Builder network(Network network)
See Also:
NetworkSection.getNetworks()

networks

public NetworkSection.Builder networks(Iterable<Network> networks)
See Also:
NetworkSection.getNetworks()

build

public NetworkSection build()

Overrides:
build in class Section.Builder<NetworkSection>

fromNetworkSection

public NetworkSection.Builder fromNetworkSection(NetworkSection in)

fromSection

public NetworkSection.Builder fromSection(Section<NetworkSection> in)

Overrides:
fromSection in class Section.Builder<NetworkSection>

info

public NetworkSection.Builder info(String info)

Overrides:
info in class Section.Builder<NetworkSection>
See Also:
Section.getInfo()


Copyright © 2009-2011 jclouds. All Rights Reserved.