public class NetworkConnectionSection extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NetworkConnectionSection.Builder  | 
| 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(String type,
                        URI href,
                        String info,
                        Integer primaryNetworkConnectionIndex,
                        Iterable<NetworkConnection> connections,
                        ReferenceType edit)  | 
| Modifier and Type | Method and Description | 
|---|---|
static NetworkConnectionSection.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
Set<NetworkConnection> | 
getConnections()  | 
ReferenceType | 
getEdit()  | 
URI | 
getHref()  | 
String | 
getInfo()  | 
Integer | 
getPrimaryNetworkConnectionIndex()  | 
String | 
getType()  | 
int | 
hashCode()  | 
NetworkConnectionSection.Builder | 
toBuilder()  | 
String | 
toString()  | 
protected final String type
protected final URI href
protected final String info
protected final Integer primaryNetworkConnectionIndex
protected final Set<NetworkConnection> connections
protected final ReferenceType edit
public NetworkConnectionSection(String type, URI href, String info, Integer primaryNetworkConnectionIndex, Iterable<NetworkConnection> connections, ReferenceType edit)
public static NetworkConnectionSection.Builder builder()
public String getType()
public URI getHref()
public String getInfo()
public Integer getPrimaryNetworkConnectionIndex()
public Set<NetworkConnection> getConnections()
public ReferenceType getEdit()
public NetworkConnectionSection.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.