public static class NetworkSection.Builder extends Section.Builder<NetworkSection>
| Modifier and Type | Field and Description | 
|---|---|
protected Set<Network> | 
networks  | 
info| Constructor and Description | 
|---|
NetworkSection.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
public NetworkSection.Builder network(Network network)
NetworkSection.getNetworks()public NetworkSection.Builder networks(Iterable<Network> networks)
NetworkSection.getNetworks()public NetworkSection build()
build in class Section.Builder<NetworkSection>public NetworkSection.Builder fromNetworkSection(NetworkSection in)
public NetworkSection.Builder fromSection(Section<NetworkSection> in)
fromSection in class Section.Builder<NetworkSection>public NetworkSection.Builder info(String info)
info in class Section.Builder<NetworkSection>Section.getInfo()Copyright © 2009-2013 jclouds. All Rights Reserved.