org.jclouds.vcloud.domain
Class NetworkConnectionSection.Builder

java.lang.Object
  extended by org.jclouds.vcloud.domain.NetworkConnectionSection.Builder
Enclosing class:
NetworkConnectionSection

public static class NetworkConnectionSection.Builder
extends Object


Field Summary
protected  Set<NetworkConnection> connections
           
protected  ReferenceType edit
           
protected  URI href
           
protected  String info
           
protected  Integer primaryNetworkConnectionIndex
           
protected  String type
           
 
Constructor Summary
NetworkConnectionSection.Builder()
           
 
Method Summary
 NetworkConnectionSection build()
           
 NetworkConnectionSection.Builder connections(Iterable<NetworkConnection> connections)
           
 NetworkConnectionSection.Builder edit(ReferenceType edit)
           
static NetworkConnectionSection.Builder fromNetworkConnectionSection(NetworkConnectionSection in)
           
 NetworkConnectionSection.Builder href(URI href)
           
 NetworkConnectionSection.Builder info(String info)
           
 NetworkConnectionSection.Builder primaryNetworkConnectionIndex(Integer primaryNetworkConnectionIndex)
           
 NetworkConnectionSection.Builder type(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

href

protected URI href

info

protected String info

primaryNetworkConnectionIndex

protected Integer primaryNetworkConnectionIndex

connections

protected Set<NetworkConnection> connections

edit

protected ReferenceType edit
Constructor Detail

NetworkConnectionSection.Builder

public NetworkConnectionSection.Builder()
Method Detail

type

public NetworkConnectionSection.Builder type(String type)

href

public NetworkConnectionSection.Builder href(URI href)

info

public NetworkConnectionSection.Builder info(String info)

primaryNetworkConnectionIndex

public NetworkConnectionSection.Builder primaryNetworkConnectionIndex(Integer primaryNetworkConnectionIndex)

connections

public NetworkConnectionSection.Builder connections(Iterable<NetworkConnection> connections)

edit

public NetworkConnectionSection.Builder edit(ReferenceType edit)

build

public NetworkConnectionSection build()

fromNetworkConnectionSection

public static NetworkConnectionSection.Builder fromNetworkConnectionSection(NetworkConnectionSection in)


Copyright © 2009-2012 jclouds. All Rights Reserved.