public static class NetworkSection.Builder<B extends NetworkSection.Builder<B>> extends SectionType.Builder<B>
Constructor and Description |
---|
NetworkSection.Builder() |
Modifier and Type | Method and Description |
---|---|
NetworkSection |
build() |
B |
fromNetworkSection(NetworkSection in) |
B |
network(Network network) |
B |
networks(Iterable<Network> networks) |
fromSectionType, info, notRequired, required, required, self
public B network(Network network)
NetworkSection.getNetworks()
public B networks(Iterable<Network> networks)
NetworkSection.getNetworks()
public NetworkSection build()
build
in class SectionType.Builder<B extends NetworkSection.Builder<B>>
public B fromNetworkSection(NetworkSection in)
Copyright © 2009-2013 jclouds. All Rights Reserved.