Package org.jclouds.ovf
Class NetworkSection.Builder
- java.lang.Object
-
- org.jclouds.ovf.Section.Builder<NetworkSection>
-
- org.jclouds.ovf.NetworkSection.Builder
-
- Enclosing class:
- NetworkSection
public static class NetworkSection.Builder extends Section.Builder<NetworkSection>
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<Network>
networks
-
Fields inherited from class org.jclouds.ovf.Section.Builder
info
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
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 classSection.Builder<NetworkSection>
-
fromNetworkSection
public NetworkSection.Builder fromNetworkSection(NetworkSection in)
-
fromSection
public NetworkSection.Builder fromSection(Section<NetworkSection> in)
- Overrides:
fromSection
in classSection.Builder<NetworkSection>
-
info
public NetworkSection.Builder info(String info)
- Overrides:
info
in classSection.Builder<NetworkSection>
- See Also:
Section.getInfo()
-
-