Uses of Class
org.jclouds.cloudstack.domain.ZoneAndName
-
-
Uses of ZoneAndName in org.jclouds.cloudstack.compute
Fields in org.jclouds.cloudstack.compute with type parameters of type ZoneAndName Modifier and Type Field Description protected com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup>
CloudStackComputeService. securityGroupMap
Constructor parameters in org.jclouds.cloudstack.compute with type arguments of type ZoneAndName Constructor Description 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, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.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 ZoneAndName Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup>
CloudStackSecurityGroupExtension. groupCreator
Constructor parameters in org.jclouds.cloudstack.compute.extensions with type arguments of type ZoneAndName Constructor Description CloudStackSecurityGroupExtension(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 Modifier and Type Method Description 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 Modifier and Type Method Description boolean
AllNodesInGroupTerminated. apply(ZoneAndName input)
-
Uses of ZoneAndName in org.jclouds.cloudstack.domain
Subclasses of ZoneAndName in org.jclouds.cloudstack.domain Modifier and Type Class Description class
ZoneSecurityGroupNamePortsCidrs
Fields in org.jclouds.cloudstack.domain with type parameters of type ZoneAndName Modifier and Type Field Description 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 Modifier and Type Method Description static ZoneAndName
ZoneAndName. fromZoneAndName(String zoneId, String name)
-