Uses of Interface
org.jclouds.compute.extensions.SecurityGroupExtension
-
-
Uses of SecurityGroupExtension in org.jclouds.aws.ec2.compute.extensions
Classes in org.jclouds.aws.ec2.compute.extensions that implement SecurityGroupExtension Modifier and Type Class Description class
AWSEC2SecurityGroupExtension
An extension to compute service to allow for the manipulation ofSecurityGroup
s. -
Uses of SecurityGroupExtension in org.jclouds.azurecompute.arm.compute.extensions
Classes in org.jclouds.azurecompute.arm.compute.extensions that implement SecurityGroupExtension Modifier and Type Class Description class
AzureComputeSecurityGroupExtension
-
Uses of SecurityGroupExtension in org.jclouds.cloudstack.compute.extensions
Classes in org.jclouds.cloudstack.compute.extensions that implement SecurityGroupExtension Modifier and Type Class Description class
CloudStackSecurityGroupExtension
An extension to compute service to allow for the manipulation ofSecurityGroup
s. -
Uses of SecurityGroupExtension in org.jclouds.compute
Methods in org.jclouds.compute that return types with arguments of type SecurityGroupExtension Modifier and Type Method Description com.google.common.base.Optional<SecurityGroupExtension>
ComputeService. getSecurityGroupExtension()
Returns theSecurityGroupExtension
for this provider if it implements it. -
Uses of SecurityGroupExtension in org.jclouds.compute.config
Methods in org.jclouds.compute.config that return types with arguments of type SecurityGroupExtension Modifier and Type Method Description protected com.google.common.base.Optional<SecurityGroupExtension>
BaseComputeServiceContextModule. guiceProvideSecurityGroupExtension(com.google.inject.Injector i)
protected com.google.common.base.Optional<SecurityGroupExtension>
BaseComputeServiceContextModule. provideSecurityGroupExtension(com.google.inject.Injector i)
-
Uses of SecurityGroupExtension in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal that return types with arguments of type SecurityGroupExtension Modifier and Type Method Description com.google.common.base.Optional<SecurityGroupExtension>
BaseComputeService. getSecurityGroupExtension()
Returns theSecurityGroupExtension
for this provider if it implements it. -
Uses of SecurityGroupExtension in org.jclouds.compute.stub.config
Constructor parameters in org.jclouds.compute.stub.config with type arguments of type SecurityGroupExtension Constructor Description StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes, com.google.common.util.concurrent.ListeningExecutorService executor, com.google.common.base.Supplier<Location> location, javax.inject.Provider<Integer> idProvider, String publicIpPrefix, String privateIpPrefix, String passwordPrefix, JustProvider locationSupplier, Map<OsFamily,Map<String,String>> osToVersionMap, com.google.common.collect.Multimap<String,SecurityGroup> groupsForNodes, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension)
-
Uses of SecurityGroupExtension in org.jclouds.compute.stub.extensions
Classes in org.jclouds.compute.stub.extensions that implement SecurityGroupExtension Modifier and Type Class Description class
StubSecurityGroupExtension
An extension to compute service to allow for the manipulation ofSecurityGroup
s. -
Uses of SecurityGroupExtension in org.jclouds.ec2.compute.extensions
Classes in org.jclouds.ec2.compute.extensions that implement SecurityGroupExtension Modifier and Type Class Description class
EC2SecurityGroupExtension
An extension to compute service to allow for the manipulation ofSecurityGroup
s. -
Uses of SecurityGroupExtension in org.jclouds.openstack.nova.v2_0.compute.config
Methods in org.jclouds.openstack.nova.v2_0.compute.config that return SecurityGroupExtension Modifier and Type Method Description SecurityGroupExtension
NovaComputeServiceContextModule.SecurityGroupExtensionProvider. get()
-
Uses of SecurityGroupExtension in org.jclouds.openstack.nova.v2_0.compute.extensions
Classes in org.jclouds.openstack.nova.v2_0.compute.extensions that implement SecurityGroupExtension Modifier and Type Class Description class
NeutronSecurityGroupExtension
An extension to compute service to allow for the manipulation ofSecurityGroup
s.class
NovaSecurityGroupExtension
An extension to compute service to allow for the manipulation ofSecurityGroup
s. -
Uses of SecurityGroupExtension in org.jclouds.openstack.nova.v2_0.compute.functions
Constructors in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type SecurityGroupExtension Constructor Description CleanupResources(RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate, com.google.common.cache.LoadingCache<RegionAndName,SecurityGroup> securityGroupMap, SecurityGroupExtension securityGroupExtension)
-
Uses of SecurityGroupExtension in org.jclouds.openstack.nova.v2_0.compute.strategy
Constructors in org.jclouds.openstack.nova.v2_0.compute.strategy with parameters of type SecurityGroupExtension 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)
-