|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType
org.jclouds.vcloud.director.v1_5.domain.query.QueryResultNetworkRecord
public class QueryResultNetworkRecord
Represents the results from a Network vCloud query as a record.
<complexType name="QueryResultNetworkRecordType" />
| Nested Class Summary | |
|---|---|
static class |
QueryResultNetworkRecord.Builder<B extends QueryResultNetworkRecord.Builder<B>>
|
| Field Summary | |
|---|---|
protected String |
dns1
|
protected String |
dns2
|
protected String |
dnsSuffix
|
protected String |
gateway
|
protected String |
ipScopeId
|
protected Boolean |
isBusy
|
protected String |
name
|
protected String |
netmask
|
| Constructor Summary | |
|---|---|
QueryResultNetworkRecord(QueryResultNetworkRecord.Builder<?> builder)
|
|
| Method Summary | |
|---|---|
static QueryResultNetworkRecord.Builder<?> |
builder()
|
boolean |
equals(Object o)
|
String |
getDns1()
Primary DNS for the network. |
String |
getDns2()
Secondary DNS for the network. |
String |
getDnsSuffix()
DNS suffix for the network. |
String |
getGateway()
Gateway for the network. |
String |
getIpScopeId()
IP scope object of this network. |
String |
getName()
name. |
String |
getNetmask()
Netmask for the network. |
int |
hashCode()
|
Boolean |
isBusy()
Shows whether it is busy. |
com.google.common.base.Objects.ToStringHelper |
string()
|
QueryResultNetworkRecord.Builder<?> |
toBuilder()
|
| Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType |
|---|
getHref, getId, getLinks, getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String ipScopeId
protected String gateway
protected String netmask
protected String dns1
protected String dns2
protected String dnsSuffix
protected Boolean isBusy
| Constructor Detail |
|---|
public QueryResultNetworkRecord(QueryResultNetworkRecord.Builder<?> builder)
| Method Detail |
|---|
public static QueryResultNetworkRecord.Builder<?> builder()
public QueryResultNetworkRecord.Builder<?> toBuilder()
toBuilder in class QueryResultRecordTypepublic String getName()
public String getIpScopeId()
public String getGateway()
public String getNetmask()
public String getDns1()
public String getDns2()
public String getDnsSuffix()
public Boolean isBusy()
public boolean equals(Object o)
equals in class QueryResultRecordTypepublic int hashCode()
hashCode in class QueryResultRecordTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class QueryResultRecordType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||