Uses of Class
org.jclouds.cloudstack.domain.NetworkType

Packages that use NetworkType
org.jclouds.cloudstack.compute.strategy   
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of NetworkType in org.jclouds.cloudstack.compute.strategy
 

Constructor parameters in org.jclouds.cloudstack.compute.strategy with type arguments of type NetworkType
CloudStackComputeServiceAdapter(CloudStackClient client, com.google.common.base.Predicate<Long> jobComplete, com.google.common.base.Supplier<Map<Long,Network>> networkSupplier, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork, CreatePortForwardingRulesForIP setupPortForwardingRulesForIP, com.google.common.cache.LoadingCache<Long,Set<IPForwardingRule>> vmToRules, Map<String,Credentials> credentialStore, Map<NetworkType,? extends OptionsConverter> optionsConverters, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<Long,Zone>> zoneIdToZone)
           
 

Uses of NetworkType in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return NetworkType
static NetworkType NetworkType.fromValue(String type)
           
 NetworkType Zone.getNetworkType()
           
static NetworkType NetworkType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NetworkType[] NetworkType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudstack.domain with parameters of type NetworkType
 Zone.Builder Zone.Builder.networkType(NetworkType networkType)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type NetworkType
Zone(long id, String description, String displayText, List<String> DNS, String domain, long domainId, String guestCIDRAddress, List<String> internalDNS, String name, NetworkType networkType, String vLAN, boolean securityGroupsEnabled, AllocationState allocationState, String dhcpProvider, String zoneToken)
           
 

Uses of NetworkType in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type NetworkType
 Zone GlobalZoneClient.createZone(String name, NetworkType networkType, String dns1, String internalDns1, CreateZoneOptions... options)
          Create a new Zone
 com.google.common.util.concurrent.ListenableFuture<Zone> GlobalZoneAsyncClient.createZone(String name, NetworkType networkType, String externalDns1, String internalDns1, CreateZoneOptions... options)
           
 

Uses of NetworkType in org.jclouds.cloudstack.options
 

Methods in org.jclouds.cloudstack.options with parameters of type NetworkType
 ListNetworksOptions ListNetworksOptions.type(NetworkType type)
           
static ListNetworksOptions ListNetworksOptions.Builder.type(NetworkType type)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.