| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.cache.LoadingCache<String,SshKeyPair> |
CloudStackComputeService.keyPairCache |
| Constructor and Description |
|---|
CloudStackComputeService(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>> sizes,
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 startNodeStrategy,
org.jclouds.compute.strategy.SuspendNodeStrategy stopNodeStrategy,
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.compute.callables.RunScriptOnNode.Factory runScriptOnNodeFactory,
org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess,
org.jclouds.compute.internal.PersistNodeCredentials persistNodeCredentials,
org.jclouds.compute.reference.ComputeServiceConstants.Timeouts timeouts,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
CloudStackApi client,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupMap,
com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache,
com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone,
com.google.common.base.Optional<org.jclouds.compute.extensions.ImageExtension> imageExtension,
com.google.common.base.Optional<org.jclouds.compute.extensions.SecurityGroupExtension> securityGroupExtension) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.cache.LoadingCache<String,SshKeyPair> |
CloudStackComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<String,SshKeyPair> in) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.cache.LoadingCache<String,SshKeyPair> |
CloudStackComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<String,SshKeyPair> in) |
| Modifier and Type | Method and Description |
|---|---|
SshKeyPair |
CreateUniqueKeyPair.load(String input) |
| Constructor and Description |
|---|
CloudStackComputeServiceAdapter(CloudStackApi client,
com.google.common.base.Predicate<String> jobComplete,
com.google.common.base.Supplier<Map<String,Network>> networkSupplier,
com.google.common.base.Supplier<Map<String,Project>> projectSupplier,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork,
CreatePortForwardingRulesForIP setupPortForwardingRulesForIP,
CreateFirewallRulesForIP setupFirewallRulesForIP,
com.google.common.cache.LoadingCache<String,Set<IPForwardingRule>> vmToRules,
Map<String,org.jclouds.domain.Credentials> credentialStore,
Map<NetworkType,? extends OptionsConverter> optionsConverters,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupCache,
com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
org.jclouds.compute.config.GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull credentialsProvider) |
| Modifier and Type | Method and Description |
|---|---|
SshKeyPair |
SshKeyPair.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
T |
SshKeyPair.Builder.fromSshKeyPair(SshKeyPair in) |
| Modifier and Type | Method and Description |
|---|---|
SshKeyPair |
SSHKeyPairApi.createSSHKeyPair(String name)
Creates a
SshKeyPair with specified name. |
SshKeyPair |
SSHKeyPairApi.getSSHKeyPair(String name)
Retrieves the
SSHKeyPairApi with given name. |
SshKeyPair |
SSHKeyPairApi.registerSSHKeyPair(String name,
String publicKey)
Registers a
SshKeyPair with the given name and public kay material. |
| Modifier and Type | Method and Description |
|---|---|
Set<SshKeyPair> |
SSHKeyPairApi.listSSHKeyPairs(ListSSHKeyPairsOptions... options)
Returns a list of
SshKeyPairs registered by current user. |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<SshKeyPair> |
SshKeyPairPredicates.nameEquals(String name)
matches name of the given keypair starts with the specified prefix
|
static com.google.common.base.Predicate<SshKeyPair> |
SshKeyPairPredicates.nameMatches(com.google.common.base.Predicate<String> name)
matches name of the given key pair
|
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.