org.jclouds.vcloud.director.v1_5.domain.network
Class IpScope.Builder

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.network.IpScope.Builder
Enclosing class:
IpScope

public static class IpScope.Builder
extends Object


Constructor Summary
IpScope.Builder()
           
 
Method Summary
 IpScope.Builder allocatedIpAddresses(IpAddresses allocatedIpAddresses)
           
 IpScope build()
           
 IpScope.Builder dns1(String dns1)
           
 IpScope.Builder dns2(String dns2)
           
 IpScope.Builder dnsSuffix(String dnsSuffix)
           
 IpScope.Builder fromIpScope(IpScope in)
           
 IpScope.Builder gateway(String gateway)
           
 IpScope.Builder ipRanges(IpRanges ipRanges)
           
 IpScope.Builder isInherited(boolean isInherited)
           
 IpScope.Builder netmask(String netmask)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpScope.Builder

public IpScope.Builder()
Method Detail

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.