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.securityGroupMap
Constructor parameters in org.jclouds.cloudstack.compute with type arguments of type ZoneAndNameModifierConstructorDescriptionprotected
CloudStackComputeService
(ComputeServiceContext context, Map<String, Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, 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 NodeMetadata>, com.google.common.collect.Multimap<String, String>> orphanedGroupsByZoneId, GroupNamingConvention.Factory namingConvention, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String, Zone>> zoneIdToZone, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, 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.groupCreator
Constructor parameters in org.jclouds.cloudstack.compute.extensions with type arguments of type ZoneAndNameModifierConstructorDescriptionCloudStackSecurityGroupExtension
(CloudStackApi api, com.google.common.base.Function<SecurityGroup, SecurityGroup> groupConverter, com.google.common.cache.LoadingCache<ZoneAndName, SecurityGroup> groupCreator, GroupNamingConvention.Factory namingConvention, com.google.common.base.Supplier<Set<? extends 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_FUNCTION
static final com.google.common.base.Function
<ZoneAndName, String> ZoneAndName.ZONE_FUNCTION
Methods in org.jclouds.cloudstack.domain that return ZoneAndNameModifier and TypeMethodDescriptionstatic ZoneAndName
ZoneAndName.fromZoneAndName
(String zoneId, String name)