org.jclouds.vcloud.director.v1_5.domain.query
Class QueryResultNetworkRecord.Builder<B extends QueryResultNetworkRecord.Builder<B>>
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType.Builder<B>
org.jclouds.vcloud.director.v1_5.domain.query.QueryResultNetworkRecord.Builder<B>
- Enclosing class:
- QueryResultNetworkRecord
public static class QueryResultNetworkRecord.Builder<B extends QueryResultNetworkRecord.Builder<B>>
- extends QueryResultRecordType.Builder<B>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryResultNetworkRecord.Builder
public QueryResultNetworkRecord.Builder()
name
public B name(String name)
- See Also:
QueryResultNetworkRecord.getName()
ipScopeId
public B ipScopeId(String ipScopeId)
- See Also:
QueryResultNetworkRecord.getIpScopeId()
gateway
public B gateway(String gateway)
- See Also:
QueryResultNetworkRecord.getGateway()
netmask
public B netmask(String netmask)
- See Also:
QueryResultNetworkRecord.getNetmask()
dns1
public B dns1(String dns1)
- See Also:
QueryResultNetworkRecord.getDns1()
dns2
public B dns2(String dns2)
- See Also:
QueryResultNetworkRecord.getDns2()
dnsSuffix
public B dnsSuffix(String dnsSuffix)
- See Also:
QueryResultNetworkRecord.getDnsSuffix()
isBusy
public B isBusy(Boolean isBusy)
- See Also:
QueryResultNetworkRecord.isBusy()
busy
public B busy()
- See Also:
QueryResultNetworkRecord.isBusy()
notBusy
public B notBusy()
- See Also:
QueryResultNetworkRecord.isBusy()
build
public QueryResultNetworkRecord build()
- Overrides:
build in class QueryResultRecordType.Builder<B extends QueryResultNetworkRecord.Builder<B>>
fromQueryResultNetworkRecord
public B fromQueryResultNetworkRecord(QueryResultNetworkRecord in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.