Package | Description |
---|---|
org.jclouds.cloudstack.compute.config | |
org.jclouds.cloudstack.compute.strategy |
Modifier and Type | Method and Description |
---|---|
Map<NetworkType,? extends OptionsConverter> |
CloudStackComputeServiceContextModule.optionsConverters() |
Modifier and Type | Class and Description |
---|---|
class |
AdvancedNetworkOptionsConverter
Convert template options into DeployVirtualMachineOptions, when the target zone has advanced networking.
|
class |
BasicNetworkOptionsConverter
Convert template options into DeployVirtualMachineOptions, when the target zone has basic networking.
|
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,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,
GroupNamingConvention.Factory namingConvention) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.