| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
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) |
| Constructor and Description |
|---|
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) |
| Constructor and Description |
|---|
FindNetworkOrCreate(GoogleComputeEngineApi api,
com.google.common.base.Function<NetworkAndAddressRange,Network> networkCreator,
com.google.common.base.Supplier<String> userProject) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
CreateNetworkIfNeeded(GoogleComputeEngineApi api,
com.google.common.base.Supplier<String> userProject,
com.google.common.base.Predicate<AtomicReference<Operation>> operationDonePredicate,
Long operationCompleteCheckInterval,
Long operationCompleteCheckTimeout) |
| Constructor and Description |
|---|
GlobalOperationDonePredicate(GoogleComputeEngineApi api,
com.google.common.base.Supplier<String> project) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.