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

Packages that use IpScope.Builder
org.jclouds.vcloud.director.v1_5.domain.network   
 

Uses of IpScope.Builder in org.jclouds.vcloud.director.v1_5.domain.network
 

Methods in org.jclouds.vcloud.director.v1_5.domain.network that return IpScope.Builder
 IpScope.Builder IpScope.Builder.allocatedIpAddresses(IpAddresses allocatedIpAddresses)
           
static IpScope.Builder IpScope.builder()
           
 IpScope.Builder IpScope.Builder.dns1(String dns1)
           
 IpScope.Builder IpScope.Builder.dns2(String dns2)
           
 IpScope.Builder IpScope.Builder.dnsSuffix(String dnsSuffix)
           
 IpScope.Builder IpScope.Builder.fromIpScope(IpScope in)
           
 IpScope.Builder IpScope.Builder.gateway(String gateway)
           
 IpScope.Builder IpScope.Builder.ipRanges(IpRanges ipRanges)
           
 IpScope.Builder IpScope.Builder.isInherited(boolean isInherited)
           
 IpScope.Builder IpScope.Builder.netmask(String netmask)
           
 IpScope.Builder IpScope.toBuilder()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.