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
 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<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 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 arg0)
           
 

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(long id)
          get a specific zone by id
 Zone GlobalZoneClient.updateZone(long 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(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Zone>> ZoneAsyncClient.listZones(ListZonesOptions... options)
           
 Set<Zone> ZoneClient.listZones(ListZonesOptions... options)
          Lists zones
 com.google.common.util.concurrent.ListenableFuture<Zone> GlobalZoneAsyncClient.updateZone(long id, UpdateZoneOptions... options)
           
 

Uses of Zone in org.jclouds.cloudstack.functions
 

Methods in org.jclouds.cloudstack.functions that return Zone
 Zone ZoneIdToZone.load(Long 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<Long,Zone> ZoneIdToZoneSupplier.get()
           
 

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



Copyright © 2009-2012 jclouds. All Rights Reserved.