Uses of Class
org.jclouds.cloudstack.options.CreateVlanIPRangeOptions

Packages that use CreateVlanIPRangeOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of CreateVlanIPRangeOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type CreateVlanIPRangeOptions
 com.google.common.util.concurrent.ListenableFuture<VlanIPRange> GlobalVlanAsyncClient.createVlanIPRange(String startIP, String endIP, CreateVlanIPRangeOptions... options)
          Creates a VLAN IP range.
 VlanIPRange GlobalVlanClient.createVlanIPRange(String startIP, String endIP, CreateVlanIPRangeOptions... options)
          Creates a VLAN IP range.
 

Uses of CreateVlanIPRangeOptions in org.jclouds.cloudstack.options
 

Methods in org.jclouds.cloudstack.options that return CreateVlanIPRangeOptions
 CreateVlanIPRangeOptions CreateVlanIPRangeOptions.accountInDomain(String account, long domain)
           
static CreateVlanIPRangeOptions CreateVlanIPRangeOptions.Builder.accountInDomain(String account, long domain)
           
 CreateVlanIPRangeOptions CreateVlanIPRangeOptions.domainId(long domainId)
           
static CreateVlanIPRangeOptions CreateVlanIPRangeOptions.Builder.domainId(long domainId)
           
 CreateVlanIPRangeOptions CreateVlanIPRangeOptions.forVirtualNetwork(boolean forVirtualNetwork)
           
static CreateVlanIPRangeOptions CreateVlanIPRangeOptions.Builder.forVirtualNetwork(boolean forVirtualNetwork)
           
 CreateVlanIPRangeOptions CreateVlanIPRangeOptions.gateway(String gateway)
           
static CreateVlanIPRangeOptions CreateVlanIPRangeOptions.Builder.gateway(String gateway)
           
 CreateVlanIPRangeOptions CreateVlanIPRangeOptions.netmask(String netmask)
           
static CreateVlanIPRangeOptions CreateVlanIPRangeOptions.Builder.netmask(String netmask)
           
 CreateVlanIPRangeOptions CreateVlanIPRangeOptions.networkId(long networkId)
           
static CreateVlanIPRangeOptions CreateVlanIPRangeOptions.Builder.networkId(long networkId)
           
 CreateVlanIPRangeOptions CreateVlanIPRangeOptions.podId(long podId)
           
static CreateVlanIPRangeOptions CreateVlanIPRangeOptions.Builder.podId(long podId)
           
 CreateVlanIPRangeOptions CreateVlanIPRangeOptions.vlan(long vlan)
           
static CreateVlanIPRangeOptions CreateVlanIPRangeOptions.Builder.vlan(long vlan)
           
 CreateVlanIPRangeOptions CreateVlanIPRangeOptions.vlan(String vlan)
           
static CreateVlanIPRangeOptions CreateVlanIPRangeOptions.Builder.vlan(String vlan)
           
 CreateVlanIPRangeOptions CreateVlanIPRangeOptions.zoneId(long zoneId)
           
static CreateVlanIPRangeOptions CreateVlanIPRangeOptions.Builder.zoneId(long zoneId)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.