org.jclouds.vcloud.director.v1_5.domain.network
Class IpScope.Builder
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.network.IpScope.Builder
- Enclosing class:
- IpScope
public static class IpScope.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IpScope.Builder
public IpScope.Builder()
isInherited
public IpScope.Builder isInherited(boolean isInherited)
- See Also:
IpScope.isInherited()
gateway
public IpScope.Builder gateway(String gateway)
- See Also:
IpScope.getGateway()
netmask
public IpScope.Builder netmask(String netmask)
- See Also:
IpScope.getNetmask()
dns1
public IpScope.Builder dns1(String dns1)
- See Also:
IpScope.getDns1()
dns2
public IpScope.Builder dns2(String dns2)
- See Also:
IpScope.getDns2()
dnsSuffix
public IpScope.Builder dnsSuffix(String dnsSuffix)
- See Also:
IpScope.getDnsSuffix()
ipRanges
public IpScope.Builder ipRanges(IpRanges ipRanges)
- See Also:
IpScope.getIpRanges()
allocatedIpAddresses
public IpScope.Builder allocatedIpAddresses(IpAddresses allocatedIpAddresses)
- See Also:
IpScope.getAllocatedIpAddresses()
build
public IpScope build()
fromIpScope
public IpScope.Builder fromIpScope(IpScope in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.