Uses of Interface
org.jclouds.compute.extensions.SecurityGroupExtension

Packages that use SecurityGroupExtension
org.jclouds.compute   
org.jclouds.compute.config   
org.jclouds.compute.internal   
org.jclouds.compute.stub.config   
org.jclouds.compute.stub.extensions   
 

Uses of SecurityGroupExtension in org.jclouds.compute
 

Methods in org.jclouds.compute that return types with arguments of type SecurityGroupExtension
 com.google.common.base.Optional<SecurityGroupExtension> ComputeService.getSecurityGroupExtension()
          Returns the SecurityGroupExtension 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
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
 com.google.common.base.Optional<SecurityGroupExtension> BaseComputeService.getSecurityGroupExtension()
          Returns the SecurityGroupExtension for this provider if it implements it.
 

Constructor parameters in org.jclouds.compute.internal with type arguments of type SecurityGroupExtension
BaseComputeService(ComputeServiceContext context, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, 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, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension)
           
 

Uses of SecurityGroupExtension in org.jclouds.compute.stub.config
 

Methods in org.jclouds.compute.stub.config that return types with arguments of type SecurityGroupExtension
protected  com.google.common.base.Optional<SecurityGroupExtension> StubComputeServiceContextModule.provideSecurityGroupExtension(com.google.inject.Injector i)
           
 

Constructor parameters in org.jclouds.compute.stub.config with type arguments of type SecurityGroupExtension
StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes, com.google.common.util.concurrent.ListeningExecutorService ioExecutor, com.google.common.base.Supplier<org.jclouds.domain.Location> location, javax.inject.Provider<Integer> idProvider, String publicIpPrefix, String privateIpPrefix, String passwordPrefix, org.jclouds.location.suppliers.all.JustProvider locationSupplier, Map<OsFamily,Map<String,String>> osToVersionMap, com.google.common.collect.Multimap<String,SecurityGroup> groupsForNodes, javax.inject.Provider<Integer> groupIdProvider, 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
 class StubSecurityGroupExtension
          An extension to compute service to allow for the manipulation of SecurityGroups.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.