Uses of Class
org.jclouds.googlecomputeengine.config.UserProject

Packages that use UserProject
org.jclouds.googlecomputeengine.compute   
org.jclouds.googlecomputeengine.compute.config   
org.jclouds.googlecomputeengine.compute.extensions   
org.jclouds.googlecomputeengine.compute.functions   
org.jclouds.googlecomputeengine.compute.loaders   
org.jclouds.googlecomputeengine.compute.strategy   
org.jclouds.googlecomputeengine.config   
org.jclouds.googlecomputeengine.functions   
org.jclouds.googlecomputeengine.predicates   
 

Uses of UserProject in org.jclouds.googlecomputeengine.compute
 

Constructor parameters in org.jclouds.googlecomputeengine.compute with annotations of type UserProject
GoogleComputeEngineService(org.jclouds.compute.ComputeServiceContext context, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>> images, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy, org.jclouds.compute.strategy.GetImageStrategy getImageStrategy, org.jclouds.compute.strategy.GetNodeMetadataStrategy getNodeMetadataStrategy, org.jclouds.compute.strategy.CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, org.jclouds.compute.strategy.RebootNodeStrategy rebootNodeStrategy, org.jclouds.compute.strategy.DestroyNodeStrategy destroyNodeStrategy, org.jclouds.compute.strategy.ResumeNodeStrategy resumeNodeStrategy, org.jclouds.compute.strategy.SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<org.jclouds.compute.domain.TemplateBuilder> templateBuilderProvider, javax.inject.Provider<org.jclouds.compute.options.TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeSuspended, org.jclouds.compute.strategy.InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, org.jclouds.compute.callables.RunScriptOnNode.Factory runScriptOnNodeFactory, org.jclouds.compute.internal.PersistNodeCredentials persistNodeCredentials, org.jclouds.compute.reference.ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<org.jclouds.compute.extensions.ImageExtension> imageExtension, com.google.common.base.Optional<org.jclouds.compute.extensions.SecurityGroupExtension> securityGroupExtension, com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,Set<String>> findOrphanedGroups, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, GoogleComputeEngineApi api, com.google.common.base.Supplier<String> project, com.google.common.base.Predicate<AtomicReference<Operation>> operationDonePredicate, Long operationCompleteCheckInterval, Long operationCompleteCheckTimeout)
           
GoogleComputeEngineServiceAdapter(GoogleComputeEngineApi api, com.google.common.base.Supplier<String> userProject, com.google.common.base.Function<org.jclouds.compute.options.TemplateOptions,com.google.common.collect.ImmutableMap.Builder<String,String>> metatadaFromTemplateOptions, com.google.common.base.Predicate<AtomicReference<Operation>> operationDonePredicate, Long operationCompleteCheckInterval, Long operationCompleteCheckTimeout, com.google.common.base.Supplier<Map<URI,? extends org.jclouds.domain.Location>> zones, FirewallTagNamingConvention.Factory firewallTagNamingConvention)
           
 

Uses of UserProject in org.jclouds.googlecomputeengine.compute.config
 

Method parameters in org.jclouds.googlecomputeengine.compute.config with annotations of type UserProject
 com.google.common.base.Supplier<Map<URI,Region>> GoogleComputeEngineServiceContextModule.provideRegions(AtomicReference<org.jclouds.rest.AuthorizationException> authException, GoogleComputeEngineApi api, com.google.common.base.Supplier<String> userProject, long seconds)
           
 com.google.common.base.Supplier<Map<URI,? extends org.jclouds.domain.Location>> GoogleComputeEngineServiceContextModule.provideZones(AtomicReference<org.jclouds.rest.AuthorizationException> authException, GoogleComputeEngineApi api, com.google.common.base.Function<Zone,org.jclouds.domain.Location> zoneToLocation, com.google.common.base.Supplier<String> userProject, long seconds)
           
 

Uses of UserProject in org.jclouds.googlecomputeengine.compute.extensions
 

Constructor parameters in org.jclouds.googlecomputeengine.compute.extensions with annotations of type UserProject
GoogleComputeEngineSecurityGroupExtension(GoogleComputeEngineApi api, com.google.common.base.Supplier<String> userProject, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, com.google.common.cache.LoadingCache<NetworkAndAddressRange,Network> networkCreator, com.google.common.base.Function<Network,org.jclouds.compute.domain.SecurityGroup> groupConverter, com.google.common.base.Predicate<AtomicReference<Operation>> operationDonePredicate, Long operationCompleteCheckInterval, Long operationCompleteCheckTimeout)
           
 

Uses of UserProject in org.jclouds.googlecomputeengine.compute.functions
 

Constructor parameters in org.jclouds.googlecomputeengine.compute.functions with annotations of type UserProject
InstanceInZoneToNodeMetadata(Map<Instance.Status,org.jclouds.compute.domain.NodeMetadata.Status> toPortableNodeStatus, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, com.google.common.base.Supplier<Map<URI,? extends org.jclouds.compute.domain.Image>> images, com.google.common.base.Supplier<Map<URI,? extends org.jclouds.compute.domain.Hardware>> hardwares, com.google.common.base.Supplier<Map<URI,? extends org.jclouds.domain.Location>> locations, FirewallTagNamingConvention.Factory firewallTagNamingConvention, GoogleComputeEngineApi api, com.google.common.base.Supplier<String> userProject)
           
NetworkToSecurityGroup(com.google.common.base.Function<Firewall,Iterable<org.jclouds.net.domain.IpPermission>> firewallToPerms, GoogleComputeEngineApi api, com.google.common.base.Supplier<String> project)
           
 

Uses of UserProject in org.jclouds.googlecomputeengine.compute.loaders
 

Constructor parameters in org.jclouds.googlecomputeengine.compute.loaders with annotations of type UserProject
FindNetworkOrCreate(GoogleComputeEngineApi api, com.google.common.base.Function<NetworkAndAddressRange,Network> networkCreator, com.google.common.base.Supplier<String> userProject)
           
 

Uses of UserProject in org.jclouds.googlecomputeengine.compute.strategy
 

Constructor parameters in org.jclouds.googlecomputeengine.compute.strategy with annotations of type UserProject
CreateNodesWithGroupEncodedIntoNameThenAddToSet(org.jclouds.compute.strategy.CreateNodeWithGroupEncodedIntoName addNodeWithGroupStrategy, org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, com.google.common.util.concurrent.ListeningExecutorService userExecutor, org.jclouds.compute.strategy.CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, GoogleComputeEngineApi api, com.google.common.base.Supplier<String> userProject, com.google.common.base.Predicate<AtomicReference<Operation>> operationDonePredicate, Long operationCompleteCheckInterval, Long operationCompleteCheckTimeout, com.google.common.cache.LoadingCache<NetworkAndAddressRange,Network> networkMap, FirewallTagNamingConvention.Factory firewallTagNamingConvention)
           
 

Uses of UserProject in org.jclouds.googlecomputeengine.config
 

Methods in org.jclouds.googlecomputeengine.config with annotations of type UserProject
 com.google.common.base.Supplier<String> GoogleComputeEngineHttpApiModule.supplyProject(com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds, GoogleComputeEngineApi api, AtomicReference<org.jclouds.rest.AuthorizationException> authException, long seconds)
           
 

Method parameters in org.jclouds.googlecomputeengine.config with annotations of type UserProject
 com.google.common.base.Function<String,URI> GoogleComputeEngineHttpApiModule.provideMachineTypeNameToURIFunction(com.google.common.base.Supplier<URI> endpoint, com.google.common.base.Supplier<String> userProject)
           
 com.google.common.base.Function<String,URI> GoogleComputeEngineHttpApiModule.provideNetworkNameToURIFunction(com.google.common.base.Supplier<URI> endpoint, com.google.common.base.Supplier<String> userProject)
           
 com.google.common.base.Function<String,URI> GoogleComputeEngineHttpApiModule.provideRegionNameToURIFunction(com.google.common.base.Supplier<URI> endpoint, com.google.common.base.Supplier<String> userProject)
           
 com.google.common.base.Function<String,URI> GoogleComputeEngineHttpApiModule.provideZoneNameToURIFunction(com.google.common.base.Supplier<URI> endpoint, com.google.common.base.Supplier<String> userProject)
           
 

Uses of UserProject in org.jclouds.googlecomputeengine.functions
 

Constructor parameters in org.jclouds.googlecomputeengine.functions with annotations of type UserProject
CreateNetworkIfNeeded(GoogleComputeEngineApi api, com.google.common.base.Supplier<String> userProject, com.google.common.base.Predicate<AtomicReference<Operation>> operationDonePredicate, Long operationCompleteCheckInterval, Long operationCompleteCheckTimeout)
           
 

Uses of UserProject in org.jclouds.googlecomputeengine.predicates
 

Constructor parameters in org.jclouds.googlecomputeengine.predicates with annotations of type UserProject
GlobalOperationDonePredicate(GoogleComputeEngineApi api, com.google.common.base.Supplier<String> project)
           
 



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