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

Packages that use Zone
org.jclouds.cloudstack.compute.functions   
org.jclouds.cloudstack.compute.strategy   
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.functions   
org.jclouds.cloudstack.predicates   
org.jclouds.cloudstack.suppliers   
 

Uses of Zone in org.jclouds.cloudstack.compute.functions
 

Methods in org.jclouds.cloudstack.compute.functions with parameters of type Zone
 org.jclouds.domain.Location ZoneToLocation.apply(Zone zone)
           
 

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

Methods in org.jclouds.cloudstack.compute.strategy that return types with arguments of type Zone
 Iterable<Zone> CloudStackComputeServiceAdapter.listLocations()
           
 

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

Uses of Zone in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Zone
 Zone Zone.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type Zone
 int Zone.compareTo(Zone o)
           
 T Zone.Builder.fromZone(Zone in)
           
 

Uses of Zone in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return Zone
 Zone GlobalZoneClient.createZone(String name, NetworkType networkType, String dns1, String internalDns1, CreateZoneOptions... options)
          Create a new Zone
 Zone ZoneClient.getZone(String id)
          get a specific zone by id
 Zone GlobalZoneClient.updateZone(String id, UpdateZoneOptions... options)
          Update a zone
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Zone
 com.google.common.util.concurrent.ListenableFuture<Zone> GlobalZoneAsyncClient.createZone(String name, NetworkType networkType, String externalDns1, String internalDns1, CreateZoneOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Zone> ZoneAsyncClient.getZone(String id)
           
 Set<Zone> ZoneClient.listZones(ListZonesOptions... options)
          Lists zones
 com.google.common.util.concurrent.ListenableFuture<Set<Zone>> ZoneAsyncClient.listZones(ListZonesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Zone> GlobalZoneAsyncClient.updateZone(String id, UpdateZoneOptions... options)
           
 

Uses of Zone in org.jclouds.cloudstack.functions
 

Methods in org.jclouds.cloudstack.functions that return Zone
 Zone ZoneIdToZone.load(String zoneId)
           
 

Uses of Zone in org.jclouds.cloudstack.predicates
 

Methods in org.jclouds.cloudstack.predicates that return types with arguments of type Zone
static com.google.common.base.Predicate<Zone> ZonePredicates.any()
           
static com.google.common.base.Predicate<Zone> ZonePredicates.supportsAdvancedNetworks()
           
static com.google.common.base.Predicate<Zone> ZonePredicates.supportsSecurityGroups()
           
 

Uses of Zone in org.jclouds.cloudstack.suppliers
 

Methods in org.jclouds.cloudstack.suppliers that return types with arguments of type Zone
 com.google.common.cache.LoadingCache<String,Zone> ZoneIdToZoneSupplier.get()
           
 

Constructor parameters in org.jclouds.cloudstack.suppliers with type arguments of type Zone
ZoneIdToZoneSupplier(com.google.common.cache.CacheLoader<String,Zone> zoneIdToZone, long expirationSecs)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.