Uses of Class
org.jclouds.cloudstack.domain.ZoneAndName
Packages that use ZoneAndName
Package
Description
-
Uses of ZoneAndName in org.jclouds.cloudstack.compute
Fields in org.jclouds.cloudstack.compute with type parameters of type ZoneAndNameModifier and TypeFieldDescriptionprotected final com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> CloudStackComputeService.securityGroupMapConstructor parameters in org.jclouds.cloudstack.compute with type arguments of type ZoneAndNameModifierConstructorDescriptionprotectedCloudStackComputeService(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, 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, org.jclouds.compute.extensions.internal.DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of ZoneAndName in org.jclouds.cloudstack.compute.config
Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type ZoneAndNameModifier and TypeMethodDescriptionprotected final 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 ZoneAndNameModifier and TypeMethodDescriptionprotected final 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 ZoneAndNameModifier and TypeFieldDescriptionprotected final com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> CloudStackSecurityGroupExtension.groupCreatorConstructor parameters in org.jclouds.cloudstack.compute.extensions with type arguments of type ZoneAndNameModifierConstructorDescriptionCloudStackSecurityGroupExtension(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 -
Uses of ZoneAndName in org.jclouds.cloudstack.compute.predicates
Methods in org.jclouds.cloudstack.compute.predicates with parameters of type ZoneAndName -
Uses of ZoneAndName in org.jclouds.cloudstack.domain
Subclasses of ZoneAndName in org.jclouds.cloudstack.domainFields in org.jclouds.cloudstack.domain with type parameters of type ZoneAndNameModifier and TypeFieldDescriptionstatic final com.google.common.base.Function<ZoneAndName,String> ZoneAndName.NAME_FUNCTIONstatic final com.google.common.base.Function<ZoneAndName,String> ZoneAndName.ZONE_FUNCTIONMethods in org.jclouds.cloudstack.domain that return ZoneAndNameModifier and TypeMethodDescriptionstatic ZoneAndNameZoneAndName.fromZoneAndName(String zoneId, String name)