Uses of Class
org.jclouds.openstack.nova.v2_0.domain.regionscoped.RegionAndName
-
-
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 RegionAndName Modifier and Type Method Description protected 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 RegionAndName Modifier and Type Method Description protected 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 RegionAndName Modifier and Type Field Description protected 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 RegionAndName Constructor Description NovaSecurityGroupExtension(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 RegionAndName Modifier and Type Field Description protected 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 RegionAndName Constructor Description CleanupResources(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 Modifier and Type Method Description SecurityGroup
FindSecurityGroupOrCreate. load(RegionAndName in)
-
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 Modifier and Type Method Description boolean
AllNodesInGroupTerminated. apply(RegionAndName input)
-
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 RegionAndName Constructor Description 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.regionscoped Modifier and Type Class Description class
NeutronSecurityGroupInRegion
class
RegionSecurityGroupNameAndPorts
class
SecurityGroupInRegion
Fields in org.jclouds.openstack.nova.v2_0.domain.regionscoped with type parameters of type RegionAndName Modifier and Type Field Description static com.google.common.base.Function<RegionAndName,String>
RegionAndName. NAME_FUNCTION
static com.google.common.base.Function<RegionAndName,String>
RegionAndName. REGION_FUNCTION
Methods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return RegionAndName Modifier and Type Method Description static 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 RegionAndName Modifier and Type Method Description boolean
FindSecurityGroupWithNameAndReturnTrue. apply(AtomicReference<RegionAndName> securityGroupInRegionRef)
-