Class CloudServersUKComputeServiceContextModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- org.jclouds.compute.config.BaseComputeServiceContextModule
-
- org.jclouds.compute.config.ComputeServiceAdapterContextModule<ServerInRegion,FlavorInRegion,ImageInRegion,Location>
-
- org.jclouds.openstack.nova.v2_0.compute.config.NovaComputeServiceContextModule
-
- org.jclouds.rackspace.cloudservers.uk.config.CloudServersUKComputeServiceContextModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class CloudServersUKComputeServiceContextModule extends NovaComputeServiceContextModule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jclouds.openstack.nova.v2_0.compute.config.NovaComputeServiceContextModule
NovaComputeServiceContextModule.SecurityGroupExtensionProvider
-
Nested classes/interfaces inherited from class org.jclouds.compute.config.ComputeServiceAdapterContextModule
ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage, ComputeServiceAdapterContextModule.LocationsFromComputeServiceAdapterModule<N,H,I,L>
-
Nested classes/interfaces inherited from class org.jclouds.compute.config.BaseComputeServiceContextModule
BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl
-
-
Field Summary
-
Fields inherited from class org.jclouds.openstack.nova.v2_0.compute.config.NovaComputeServiceContextModule
toPortableImageStatus, toPortableNodeStatus
-
-
Constructor Summary
Constructors Constructor Description CloudServersUKComputeServiceContextModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<OsFamily,LoginCredentials>
osFamilyToCredentials(com.google.inject.Injector injector)
CloudServers images are accessible via the root user, not ubuntu-
Methods inherited from class org.jclouds.openstack.nova.v2_0.compute.config.NovaComputeServiceContextModule
configure, createLocationIndexedById, instanceToFloatingIps, provideServerRunningPredicate, provideServerTerminatedPredicate, provideTemplateOptions, securityGroupMap, toPortableImageStatus, toPortableNodeStatus
-
Methods inherited from class org.jclouds.compute.config.ComputeServiceAdapterContextModule
defineAddNodeWithTagStrategy, defineDestroyNodeStrategy, defineGetImageStrategy, defineGetNodeMetadataStrategy, defineListNodesStrategy, defineRebootNodeStrategy, defineStartNodeStrategy, defineStopNodeStrategy, provideHardware, provideImages
-
Methods inherited from class org.jclouds.compute.config.BaseComputeServiceContextModule
bindCredentialsOverriderFunction, guiceProvideImageExtension, guiceProvideSecurityGroupExtension, guiceProvideTemplateOptions, indexer, provideImageExtension, provideImageMap, provideOsFamilyToCredentials, provideOsVersionMap, provideSecurityGroupExtension, provideSizeMap, provideTemplateOptionallyFromProperties, shouldEagerlyParseImages, supplyImageCache, supplyNonParsingImages, supplySizeCache
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
osFamilyToCredentials
protected Map<OsFamily,LoginCredentials> osFamilyToCredentials(com.google.inject.Injector injector)
CloudServers images are accessible via the root user, not ubuntu- Overrides:
osFamilyToCredentials
in classNovaComputeServiceContextModule
-
-