Class NovaCreateSecurityGroupIfNeeded
java.lang.Object
com.google.common.cache.CacheLoader<RegionAndName,String>
org.jclouds.ec2.compute.loaders.CreateSecurityGroupIfNeeded
org.jclouds.openstack.nova.ec2.loaders.NovaCreateSecurityGroupIfNeeded
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
com.google.common.cache.CacheLoader.InvalidCacheLoadException, com.google.common.cache.CacheLoader.UnsupportedLoadingOperationException
-
Field Summary
Fields inherited from class org.jclouds.ec2.compute.loaders.CreateSecurityGroupIfNeeded
logger, securityClient, securityGroupEventualConsistencyDelay
-
Constructor Summary
ConstructorsConstructorDescriptionNovaCreateSecurityGroupIfNeeded
(EC2Api ec2Client, com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
authorizeGroupToItself
(String region, String name) Methods inherited from class org.jclouds.ec2.compute.loaders.CreateSecurityGroupIfNeeded
createIngressRuleForTCPPort, load
Methods inherited from class com.google.common.cache.CacheLoader
asyncReloading, from, from, loadAll, reload
-
Constructor Details
-
NovaCreateSecurityGroupIfNeeded
@Inject public NovaCreateSecurityGroupIfNeeded(EC2Api ec2Client, @Named("SECURITY") com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay)
-
-
Method Details
-
authorizeGroupToItself
- Overrides:
authorizeGroupToItself
in classCreateSecurityGroupIfNeeded
-