org.jclouds.vcloud.domain
Class NetworkConnectionSection.Builder
java.lang.Object
org.jclouds.vcloud.domain.NetworkConnectionSection.Builder
- Enclosing class:
- NetworkConnectionSection
public static class NetworkConnectionSection.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
NetworkConnectionSection.Builder
public NetworkConnectionSection.Builder()
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<? extends NetworkConnection> connections)
edit
public NetworkConnectionSection.Builder edit(ReferenceType edit)
build
public NetworkConnectionSection build()
fromNetworkConnectionSection
public static NetworkConnectionSection.Builder fromNetworkConnectionSection(NetworkConnectionSection in)
Copyright © 2009-2011 jclouds. All Rights Reserved.