org.jclouds.savvis.vpdc.domain
Class NetworkConnectionSection.Builder
java.lang.Object
org.jclouds.ovf.Section.Builder<NetworkConnectionSection>
org.jclouds.savvis.vpdc.domain.NetworkConnectionSection.Builder
- Enclosing class:
- NetworkConnectionSection
public static class NetworkConnectionSection.Builder
- extends Section.Builder<NetworkConnectionSection>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkConnectionSection.Builder
public NetworkConnectionSection.Builder()
network
public NetworkConnectionSection.Builder network(String network)
ipAddress
public NetworkConnectionSection.Builder ipAddress(String ipAddress)
build
public NetworkConnectionSection build()
-
- Overrides:
build
in class Section.Builder<NetworkConnectionSection>
fromNetworkConectionSection
public NetworkConnectionSection.Builder fromNetworkConectionSection(NetworkConnectionSection in)
fromSection
public NetworkConnectionSection.Builder fromSection(Section<NetworkConnectionSection> in)
-
- Overrides:
fromSection
in class Section.Builder<NetworkConnectionSection>
info
public NetworkConnectionSection.Builder info(String info)
-
- Overrides:
info
in class Section.Builder<NetworkConnectionSection>
- See Also:
Section.getInfo()
Copyright © 2009-2011 jclouds. All Rights Reserved.