public static class NetworkConnectionSection.Builder extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected Set<NetworkConnection> | 
connections  | 
protected ReferenceType | 
edit  | 
protected URI | 
href  | 
protected String | 
info  | 
protected Integer | 
primaryNetworkConnectionIndex  | 
protected String | 
type  | 
| Constructor and Description | 
|---|
NetworkConnectionSection.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
protected String type
protected URI href
protected String info
protected Integer primaryNetworkConnectionIndex
protected Set<NetworkConnection> connections
protected ReferenceType edit
public NetworkConnectionSection.Builder type(String type)
public NetworkConnectionSection.Builder href(URI href)
public NetworkConnectionSection.Builder info(String info)
public NetworkConnectionSection.Builder primaryNetworkConnectionIndex(Integer primaryNetworkConnectionIndex)
public NetworkConnectionSection.Builder connections(Iterable<NetworkConnection> connections)
public NetworkConnectionSection.Builder edit(ReferenceType edit)
public NetworkConnectionSection build()
public static NetworkConnectionSection.Builder fromNetworkConnectionSection(NetworkConnectionSection in)
Copyright © 2009-2013 jclouds. All Rights Reserved.