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

Packages that use Zone
org.jclouds.cloudstack.compute   
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
 

Fields in org.jclouds.cloudstack.compute with type parameters of type Zone
protected  com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> CloudStackComputeService.zoneIdToZone
           
 

Constructor parameters in org.jclouds.cloudstack.compute with type arguments of type Zone
CloudStackComputeService(org.jclouds.compute.ComputeServiceContext context, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>> images, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> sizes, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy, org.jclouds.compute.strategy.GetImageStrategy getImageStrategy, org.jclouds.compute.strategy.GetNodeMetadataStrategy getNodeMetadataStrategy, org.jclouds.compute.strategy.CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, org.jclouds.compute.strategy.RebootNodeStrategy rebootNodeStrategy, org.jclouds.compute.strategy.DestroyNodeStrategy destroyNodeStrategy, org.jclouds.compute.strategy.ResumeNodeStrategy startNodeStrategy, org.jclouds.compute.strategy.SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<org.jclouds.compute.domain.TemplateBuilder> templateBuilderProvider, javax.inject.Provider<org.jclouds.compute.options.TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeSuspended, org.jclouds.compute.strategy.InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, org.jclouds.compute.callables.RunScriptOnNode.Factory runScriptOnNodeFactory, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, org.jclouds.compute.internal.PersistNodeCredentials persistNodeCredentials, org.jclouds.compute.reference.ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CloudStackApi client, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupMap, com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache, com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone, com.google.common.base.Optional<org.jclouds.compute.extensions.ImageExtension> imageExtension, com.google.common.base.Optional<org.jclouds.compute.extensions.SecurityGroupExtension> securityGroupExtension)
           
 

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(CloudStackApi client, com.google.common.base.Predicate<String> jobComplete, com.google.common.base.Supplier<Map<String,Network>> networkSupplier, com.google.common.base.Supplier<Map<String,Project>> projectSupplier, 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, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupCache, com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
           
 

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 GlobalZoneApi.createZone(String name, NetworkType networkType, String externalDns1, String internalDns1, CreateZoneOptions... options)
          Create a new Zone
 Zone ZoneApi.getZone(String id)
          get a specific zone by id
 Zone GlobalZoneApi.updateZone(String id, UpdateZoneOptions... options)
          Update a zone
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Zone
 Set<Zone> ZoneApi.listZones(ListZonesOptions... options)
          Lists zones
 

Uses of Zone in org.jclouds.cloudstack.functions
 

Fields in org.jclouds.cloudstack.functions with type parameters of type Zone
protected  com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> CreateSecurityGroupIfNeeded.zoneIdToZone
           
 

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

Constructor parameters in org.jclouds.cloudstack.functions with type arguments of type Zone
CreateSecurityGroupIfNeeded(CloudStackApi client, com.google.common.base.Predicate<String> jobComplete, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone)
           
 

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-2014 The Apache Software Foundation. All Rights Reserved.