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

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

Uses of CreateNetworkOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type CreateNetworkOptions
 Network NetworkClient.createNetworkInZone(long zoneId, long networkOfferingId, String name, String displayText, CreateNetworkOptions... options)
          Creates a network
 com.google.common.util.concurrent.ListenableFuture<Network> NetworkAsyncClient.createNetworkInZone(long zoneId, long networkOfferingId, String name, String displayText, CreateNetworkOptions... options)
           
 

Uses of CreateNetworkOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as CreateNetworkOptions
static CreateNetworkOptions CreateNetworkOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return CreateNetworkOptions
 CreateNetworkOptions CreateNetworkOptions.accountInDomain(String account, long domain)
          Specify the account that will own the network.
static CreateNetworkOptions CreateNetworkOptions.Builder.accountInDomain(String account, long domain)
           
 CreateNetworkOptions CreateNetworkOptions.domainId(long domainId)
          Specify the domain that will own the network.
static CreateNetworkOptions CreateNetworkOptions.Builder.domainId(long domainId)
           
 CreateNetworkOptions CreateNetworkOptions.endIP(String endIP)
           
static CreateNetworkOptions CreateNetworkOptions.Builder.endIP(String endIP)
           
 CreateNetworkOptions CreateNetworkOptions.gateway(String gateway)
           
static CreateNetworkOptions CreateNetworkOptions.Builder.gateway(String gateway)
           
 CreateNetworkOptions CreateNetworkOptions.isDefault(boolean isDefault)
           
static CreateNetworkOptions CreateNetworkOptions.Builder.isDefault(boolean isDefault)
           
 CreateNetworkOptions CreateNetworkOptions.isShared(boolean isShared)
           
static CreateNetworkOptions CreateNetworkOptions.Builder.isShared(boolean isShared)
           
 CreateNetworkOptions CreateNetworkOptions.netmask(String netmask)
           
static CreateNetworkOptions CreateNetworkOptions.Builder.netmask(String netmask)
           
 CreateNetworkOptions CreateNetworkOptions.networkDomain(String networkDomain)
           
static CreateNetworkOptions CreateNetworkOptions.Builder.networkDomain(String networkDomain)
           
 CreateNetworkOptions CreateNetworkOptions.startIP(String startIP)
           
static CreateNetworkOptions CreateNetworkOptions.Builder.startIP(String startIP)
           
 CreateNetworkOptions CreateNetworkOptions.vlan(String vlan)
           
static CreateNetworkOptions CreateNetworkOptions.Builder.vlan(String vlan)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.