Uses of Class
org.jclouds.openstack.nova.v2_0.domain.regionscoped.RegionAndName
Packages that use RegionAndName
Package
Description
-
Uses of RegionAndName in org.jclouds.openstack.nova.v2_0.compute.config
Methods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type RegionAndNameModifier and TypeMethodDescriptionprotected final com.google.common.cache.LoadingCache
<RegionAndName, SecurityGroup> NovaComputeServiceContextModule.securityGroupMap
(com.google.common.cache.CacheLoader<RegionAndName, SecurityGroup> in) Method parameters in org.jclouds.openstack.nova.v2_0.compute.config with type arguments of type RegionAndNameModifier and TypeMethodDescriptionprotected final com.google.common.cache.LoadingCache
<RegionAndName, SecurityGroup> NovaComputeServiceContextModule.securityGroupMap
(com.google.common.cache.CacheLoader<RegionAndName, SecurityGroup> in) -
Uses of RegionAndName in org.jclouds.openstack.nova.v2_0.compute.extensions
Fields in org.jclouds.openstack.nova.v2_0.compute.extensions with type parameters of type RegionAndNameModifier and TypeFieldDescriptionprotected final com.google.common.cache.LoadingCache
<RegionAndName, SecurityGroup> NovaSecurityGroupExtension.groupCreator
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.extensions with type arguments of type RegionAndNameModifierConstructorDescriptionNovaSecurityGroupExtension
(NovaApi api, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Function<SecurityGroupInRegion, SecurityGroup> groupConverter, com.google.common.cache.LoadingCache<RegionAndName, SecurityGroup> groupCreator, GroupNamingConvention.Factory namingConvention) -
Uses of RegionAndName in org.jclouds.openstack.nova.v2_0.compute.functions
Fields in org.jclouds.openstack.nova.v2_0.compute.functions with type parameters of type RegionAndNameModifier and TypeFieldDescriptionprotected final com.google.common.cache.LoadingCache
<RegionAndName, SecurityGroup> CleanupResources.securityGroupMap
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type RegionAndNameModifierConstructorDescriptionCleanupResources
(RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate, com.google.common.cache.LoadingCache<RegionAndName, SecurityGroup> securityGroupMap, SecurityGroupExtension securityGroupExtension) -
Uses of RegionAndName in org.jclouds.openstack.nova.v2_0.compute.loaders
Methods in org.jclouds.openstack.nova.v2_0.compute.loaders with parameters of type RegionAndName -
Uses of RegionAndName in org.jclouds.openstack.nova.v2_0.compute.predicates
Methods in org.jclouds.openstack.nova.v2_0.compute.predicates with parameters of type RegionAndName -
Uses of RegionAndName in org.jclouds.openstack.nova.v2_0.compute.strategy
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.strategy with type arguments of type RegionAndNameModifierConstructorDescriptionprotected
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet
(CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy, ListNodesStrategy listNodesStrategy, GroupNamingConvention.Factory namingConvention, CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, com.google.common.util.concurrent.ListeningExecutorService userExecutor, AllocateAndAddFloatingIpToNode createAndAddFloatingIpToNode, com.google.common.cache.LoadingCache<RegionAndName, SecurityGroup> securityGroupCache, NovaApi novaApi, SecurityGroupExtension securityGroupExtension) -
Uses of RegionAndName in org.jclouds.openstack.nova.v2_0.domain.regionscoped
Subclasses of RegionAndName in org.jclouds.openstack.nova.v2_0.domain.regionscopedModifier and TypeClassDescriptionclass
class
class
Fields in org.jclouds.openstack.nova.v2_0.domain.regionscoped with type parameters of type RegionAndNameModifier and TypeFieldDescriptionstatic final com.google.common.base.Function
<RegionAndName, String> RegionAndName.NAME_FUNCTION
static final com.google.common.base.Function
<RegionAndName, String> RegionAndName.REGION_FUNCTION
Methods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return RegionAndNameModifier and TypeMethodDescriptionstatic RegionAndName
RegionAndName.fromRegionAndName
(String regionId, String name) static RegionAndName
RegionAndName.fromSlashEncoded
(String name) -
Uses of RegionAndName in org.jclouds.openstack.nova.v2_0.predicates
Method parameters in org.jclouds.openstack.nova.v2_0.predicates with type arguments of type RegionAndNameModifier and TypeMethodDescriptionboolean
FindSecurityGroupWithNameAndReturnTrue.apply
(AtomicReference<RegionAndName> securityGroupInRegionRef)