org.jclouds.savvis.vpdc.domain
Class NetworkConnectionSection.Builder

java.lang.Object
  extended by org.jclouds.ovf.Section.Builder<NetworkConnectionSection>
      extended by org.jclouds.savvis.vpdc.domain.NetworkConnectionSection.Builder
Enclosing class:
NetworkConnectionSection

public static class NetworkConnectionSection.Builder
extends Section.Builder<NetworkConnectionSection>


Field Summary
 
Fields inherited from class org.jclouds.ovf.Section.Builder
info
 
Constructor Summary
NetworkConnectionSection.Builder()
           
 
Method Summary
 NetworkConnectionSection build()
          
 NetworkConnectionSection.Builder fromNetworkConectionSection(NetworkConnectionSection in)
           
 NetworkConnectionSection.Builder fromSection(Section<NetworkConnectionSection> in)
          
 NetworkConnectionSection.Builder info(String info)
          
 NetworkConnectionSection.Builder ipAddress(String ipAddress)
           
 NetworkConnectionSection.Builder network(String network)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkConnectionSection.Builder

public NetworkConnectionSection.Builder()
Method Detail

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-2012 jclouds. All Rights Reserved.