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

Packages that use ZoneAndName
org.jclouds.cloudstack.compute   
org.jclouds.cloudstack.compute.config   
org.jclouds.cloudstack.compute.extensions   
org.jclouds.cloudstack.compute.loaders   
org.jclouds.cloudstack.compute.predicates   
org.jclouds.cloudstack.compute.strategy   
org.jclouds.cloudstack.domain   
 

Uses of ZoneAndName in org.jclouds.cloudstack.compute
 

Fields in org.jclouds.cloudstack.compute with type parameters of type ZoneAndName
protected  com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> CloudStackComputeService.securityGroupMap
           
 

Constructor parameters in org.jclouds.cloudstack.compute with type arguments of type ZoneAndName
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 ZoneAndName in org.jclouds.cloudstack.compute.config
 

Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type ZoneAndName
protected  com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> CloudStackComputeServiceContextModule.securityGroupMap(com.google.common.cache.CacheLoader<ZoneAndName,SecurityGroup> in)
           
 

Method parameters in org.jclouds.cloudstack.compute.config with type arguments of type ZoneAndName
protected  com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> CloudStackComputeServiceContextModule.securityGroupMap(com.google.common.cache.CacheLoader<ZoneAndName,SecurityGroup> in)
           
 

Uses of ZoneAndName in org.jclouds.cloudstack.compute.extensions
 

Fields in org.jclouds.cloudstack.compute.extensions with type parameters of type ZoneAndName
protected  com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> CloudStackSecurityGroupExtension.groupCreator
           
 

Constructor parameters in org.jclouds.cloudstack.compute.extensions with type arguments of type ZoneAndName
CloudStackSecurityGroupExtension(CloudStackApi api, com.google.common.base.Function<SecurityGroup,org.jclouds.compute.domain.SecurityGroup> groupConverter, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> groupCreator, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.base.Predicate<String> jobComplete)
           
 

Uses of ZoneAndName in org.jclouds.cloudstack.compute.loaders
 

Methods in org.jclouds.cloudstack.compute.loaders with parameters of type ZoneAndName
 SecurityGroup FindSecurityGroupOrCreate.load(ZoneAndName in)
           
 

Uses of ZoneAndName in org.jclouds.cloudstack.compute.predicates
 

Methods in org.jclouds.cloudstack.compute.predicates with parameters of type ZoneAndName
 boolean AllNodesInGroupTerminated.apply(ZoneAndName input)
           
 

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

Constructor parameters in org.jclouds.cloudstack.compute.strategy with type arguments of type ZoneAndName
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 ZoneAndName in org.jclouds.cloudstack.domain
 

Subclasses of ZoneAndName in org.jclouds.cloudstack.domain
 class ZoneSecurityGroupNamePortsCidrs
           
 

Fields in org.jclouds.cloudstack.domain with type parameters of type ZoneAndName
static com.google.common.base.Function<ZoneAndName,String> ZoneAndName.NAME_FUNCTION
           
static com.google.common.base.Function<ZoneAndName,String> ZoneAndName.ZONE_FUNCTION
           
 

Methods in org.jclouds.cloudstack.domain that return ZoneAndName
static ZoneAndName ZoneAndName.fromZoneAndName(String zoneId, String name)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.