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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
networks
protected Set<Network> networks
NetworkSection.Builder
public NetworkSection.Builder()
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.