Uses of Class
org.jclouds.compute.options.TemplateOptions
Packages that use TemplateOptions
Package
Description
-
Uses of TemplateOptions in org.jclouds.aws.ec2.compute
Subclasses of TemplateOptions in org.jclouds.aws.ec2.computeModifier and TypeClassDescriptionclass
Contains options supported in theComputeService#runNode
operation on the "ec2" provider.Methods in org.jclouds.aws.ec2.compute with parameters of type TemplateOptionsConstructor parameters in org.jclouds.aws.ec2.compute with type arguments of type TemplateOptionsModifierConstructorDescriptionprotected
AWSEC2TemplateBuilderImpl
(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, jakarta.inject.Provider<TemplateOptions> optionsProvider, jakarta.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName, ? extends Image>> imageMap) -
Uses of TemplateOptions in org.jclouds.aws.ec2.compute.config
Methods in org.jclouds.aws.ec2.compute.config that return TemplateOptionsModifier and TypeMethodDescriptionprotected TemplateOptions
AWSEC2ComputeServiceContextModule.provideTemplateOptions
(com.google.inject.Injector injector, TemplateOptions options) With amazon linux 2011.09, ssh starts after package updates, which slows the boot process and runs us out of ssh retries (context property"jclouds.ssh.max-retries"
).Methods in org.jclouds.aws.ec2.compute.config with parameters of type TemplateOptionsModifier and TypeMethodDescriptionprotected TemplateOptions
AWSEC2ComputeServiceContextModule.provideTemplateOptions
(com.google.inject.Injector injector, TemplateOptions options) With amazon linux 2011.09, ssh starts after package updates, which slows the boot process and runs us out of ssh retries (context property"jclouds.ssh.max-retries"
). -
Uses of TemplateOptions in org.jclouds.aws.ec2.compute.strategy
Fields in org.jclouds.aws.ec2.compute.strategy with type parameters of type TemplateOptionsModifier and TypeFieldDescriptionstatic final com.google.common.base.Predicate
<TemplateOptions> CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions.doesntNeedSshAfterImportingPublicKey
static final com.google.common.base.Predicate
<TemplateOptions> CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions.hasLoginCredential
static final com.google.common.base.Predicate
<TemplateOptions> CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions.hasPublicKeyMaterial
Methods in org.jclouds.aws.ec2.compute.strategy with parameters of type TemplateOptionsModifier and TypeMethodDescriptionCreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions.createNewKeyPairUnlessUserSpecifiedOtherwise
(String region, String group, TemplateOptions options) protected boolean
CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions.userSpecifiedTheirOwnGroups
(TemplateOptions options) -
Uses of TemplateOptions in org.jclouds.azurecompute.arm.compute.options
Subclasses of TemplateOptions in org.jclouds.azurecompute.arm.compute.optionsMethods in org.jclouds.azurecompute.arm.compute.options with parameters of type TemplateOptions -
Uses of TemplateOptions in org.jclouds.cloudstack.compute.config
Methods in org.jclouds.cloudstack.compute.config that return TemplateOptionsModifier and TypeMethodDescriptionprotected TemplateOptions
CloudStackComputeServiceContextModule.provideTemplateOptions
(com.google.inject.Injector injector, TemplateOptions options) Methods in org.jclouds.cloudstack.compute.config with parameters of type TemplateOptionsModifier and TypeMethodDescriptionprotected TemplateOptions
CloudStackComputeServiceContextModule.provideTemplateOptions
(com.google.inject.Injector injector, TemplateOptions options) -
Uses of TemplateOptions in org.jclouds.cloudstack.compute.options
Subclasses of TemplateOptions in org.jclouds.cloudstack.compute.optionsModifier and TypeClassDescriptionclass
Contains options supported by theinvalid reference
ComputeService#createNodesInGroup(String, int, TemplateOptions)
invalid reference
ComputeService#createNodesInGroup(String, int, TemplateOptions)
Methods in org.jclouds.cloudstack.compute.options with parameters of type TemplateOptions -
Uses of TemplateOptions in org.jclouds.compute
Methods in org.jclouds.compute that return TemplateOptionsModifier and TypeMethodDescriptionComputeService.templateOptions()
Makes a new set of options for running nodesMethods in org.jclouds.compute with parameters of type TemplateOptionsModifier and TypeMethodDescriptionSet
<? extends NodeMetadata> ComputeService.createNodesInGroup
(String group, int count, TemplateOptions templateOptions) LikeComputeService.createNodesInGroup(String,int,Template)
, except that the template is default, equivalent totemplateBuilder().any().options(templateOptions)
. -
Uses of TemplateOptions in org.jclouds.compute.config
Methods in org.jclouds.compute.config that return TemplateOptionsModifier and TypeMethodDescriptionprotected final TemplateOptions
BaseComputeServiceContextModule.guiceProvideTemplateOptions
(com.google.inject.Injector injector, TemplateOptions options) The default options if none are provided.protected TemplateOptions
BaseComputeServiceContextModule.provideTemplateOptions
(com.google.inject.Injector injector, TemplateOptions options) Methods in org.jclouds.compute.config with parameters of type TemplateOptionsModifier and TypeMethodDescriptionprotected final TemplateOptions
BaseComputeServiceContextModule.guiceProvideTemplateOptions
(com.google.inject.Injector injector, TemplateOptions options) The default options if none are provided.protected TemplateOptions
BaseComputeServiceContextModule.provideTemplateOptions
(com.google.inject.Injector injector, TemplateOptions options) -
Uses of TemplateOptions in org.jclouds.compute.domain
Methods in org.jclouds.compute.domain that return TemplateOptionsModifier and TypeMethodDescriptionTemplate.getOptions()
options for launching this template, like run scripts or inbound portsMethods in org.jclouds.compute.domain with parameters of type TemplateOptionsModifier and TypeMethodDescriptionTemplateBuilderSpec.copyTo
(TemplateBuilder builder, TemplateOptions templateOptions) Returns a TemplateBuilder configured according to this instance's specification.TemplateBuilder.options
(TemplateOptions options) Sets options on the template (i.e. -
Uses of TemplateOptions in org.jclouds.compute.domain.internal
Fields in org.jclouds.compute.domain.internal declared as TemplateOptionsFields in org.jclouds.compute.domain.internal with type parameters of type TemplateOptionsModifier and TypeFieldDescriptionprotected final jakarta.inject.Provider
<TemplateOptions> TemplateBuilderImpl.optionsProvider
Methods in org.jclouds.compute.domain.internal that return TemplateOptionsModifier and TypeMethodDescriptionprotected TemplateOptions
TemplateImpl.defaultOptions()
TemplateImpl.getOptions()
options for launching this template, like run scripts or inbound portsMethods in org.jclouds.compute.domain.internal with parameters of type TemplateOptionsModifier and TypeMethodDescriptionTemplateBuilderImpl.options
(TemplateOptions options) Sets options on the template (i.e.Constructors in org.jclouds.compute.domain.internal with parameters of type TemplateOptionsModifierConstructorDescriptionTemplateImpl
(Image image, Hardware hardware, Location location, TemplateOptions options) Constructor parameters in org.jclouds.compute.domain.internal with type arguments of type TemplateOptionsModifierConstructorDescriptionprotected
ArbitraryCpuRamTemplateBuilderImpl
(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation, jakarta.inject.Provider<TemplateOptions> optionsProvider, jakarta.inject.Provider<TemplateBuilder> defaultTemplateProvider) protected
TemplateBuilderImpl
(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation, jakarta.inject.Provider<TemplateOptions> optionsProvider, jakarta.inject.Provider<TemplateBuilder> defaultTemplateProvider) -
Uses of TemplateOptions in org.jclouds.compute.functions
Methods in org.jclouds.compute.functions with parameters of type TemplateOptionsModifier and TypeMethodDescriptionInstallKeysAndRunScript.apply
(NodeMetadata node, TemplateOptions options) NodeAndTemplateOptionsToStatement.apply
(NodeMetadata node, TemplateOptions options) Returns the script that has to be executed in the given node.NodeAndTemplateOptionsToStatementWithoutPublicKey.apply
(NodeMetadata node, TemplateOptions options) -
Uses of TemplateOptions in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal that return TemplateOptionsMethods in org.jclouds.compute.internal with parameters of type TemplateOptionsModifier and TypeMethodDescriptionSet
<? extends NodeMetadata> BaseComputeService.createNodesInGroup
(String group, int count, TemplateOptions templateOptions) -
Uses of TemplateOptions in org.jclouds.compute.options
Subclasses of TemplateOptions in org.jclouds.compute.optionsFields in org.jclouds.compute.options declared as TemplateOptionsMethods in org.jclouds.compute.options with type parameters of type TemplateOptionsMethods in org.jclouds.compute.options that return TemplateOptionsModifier and TypeMethodDescriptionTemplateOptions.authorizePublicKey
(String publicKey) authorize an rsa ssh key.static TemplateOptions
TemplateOptions.Builder.authorizePublicKey
(String rsaKey) please use alternative that uses thePayload
objectTemplateOptions.ImmutableTemplateOptions.authorizePublicKey
(String publicKey) TemplateOptions.blockOnComplete
(boolean blockOnComplete) static TemplateOptions
TemplateOptions.Builder.blockOnComplete
(boolean value) TemplateOptions.ImmutableTemplateOptions.blockOnComplete
(boolean blockOnComplete) TemplateOptions.blockOnPort
(int port, int seconds) static TemplateOptions
TemplateOptions.Builder.blockOnPort
(int port, int seconds) TemplateOptions.ImmutableTemplateOptions.blockOnPort
(int port, int seconds) TemplateOptions.blockUntilRunning
(boolean blockUntilRunning) Notestatic TemplateOptions
TemplateOptions.Builder.blockUntilRunning
(boolean blockUntilRunning) TemplateOptions.ImmutableTemplateOptions.blockUntilRunning
(boolean blockUntilRunning) unsupported as objects of this class are immutableTemplateOptions.clone()
TemplateOptions.ImmutableTemplateOptions.clone()
TemplateOptions.dontAuthorizePublicKey()
TemplateOptions.ImmutableTemplateOptions.dontAuthorizePublicKey()
static TemplateOptions
TemplateOptions.Builder.inboundPorts
(int... ports) TemplateOptions.ImmutableTemplateOptions.inboundPorts
(int... ports) TemplateOptions.inboundPorts
(int... ports) Opens the set of ports to public access.static TemplateOptions
TemplateOptions.Builder.installPrivateKey
(String rsaKey) please use alternative that uses thePayload
objectTemplateOptions.ImmutableTemplateOptions.installPrivateKey
(String privateKey) TemplateOptions.installPrivateKey
(String privateKey) replaces the rsa ssh key used at login.static TemplateOptions
static TemplateOptions
static TemplateOptions
Assigns the created nodes to these networksstatic TemplateOptions
specifies names to be used for the created nodes.static TemplateOptions
TemplateOptions.Builder.overrideAuthenticateSudo
(boolean authenticateSudo) TemplateOptions.ImmutableTemplateOptions.overrideAuthenticateSudo
(boolean authenticateSudo) TemplateOptions.overrideAuthenticateSudo
(boolean authenticateSudo) static TemplateOptions
TemplateOptions.Builder.overrideLoginCredentials
(LoginCredentials credentials) TemplateOptions.ImmutableTemplateOptions.overrideLoginCredentials
(LoginCredentials overridingCredentials) TemplateOptions.overrideLoginCredentials
(LoginCredentials overridingCredentials) static TemplateOptions
TemplateOptions.Builder.overrideLoginPassword
(String password) TemplateOptions.ImmutableTemplateOptions.overrideLoginPassword
(String password) TemplateOptions.overrideLoginPassword
(String password) static TemplateOptions
TemplateOptions.Builder.overrideLoginPrivateKey
(String privateKey) TemplateOptions.ImmutableTemplateOptions.overrideLoginPrivateKey
(String privateKey) TemplateOptions.overrideLoginPrivateKey
(String privateKey) static TemplateOptions
TemplateOptions.Builder.overrideLoginUser
(String user) TemplateOptions.ImmutableTemplateOptions.overrideLoginUser
(String loginUser) TemplateOptions.overrideLoginUser
(String loginUser) static TemplateOptions
TemplateOptions.Builder.runAsRoot
(boolean value) TemplateOptions.ImmutableTemplateOptions.runAsRoot
(boolean runAsRoot) TemplateOptions.runAsRoot
(boolean runAsRoot) static TemplateOptions
static TemplateOptions
unsupported as objects of this class are immutableThis script will be executed as the root user upon system startup.This script will be executed as the root user upon system startup.static TemplateOptions
TemplateOptions.Builder.securityGroups
(Iterable<String> securityGroups) static TemplateOptions
TemplateOptions.Builder.securityGroups
(String... securityGroups) TemplateOptions.ImmutableTemplateOptions.securityGroups
(Iterable<String> securityGroups) TemplateOptions.ImmutableTemplateOptions.securityGroups
(String... securityGroups) TemplateOptions.securityGroups
(Iterable<String> securityGroups) assigns the created nodes to these security groupsTemplateOptions.securityGroups
(String... securityGroups) static TemplateOptions
assigns tags to the created nodesstatic TemplateOptions
TemplateOptions.Builder.userMetadata
(String key, String value) static TemplateOptions
TemplateOptions.Builder.userMetadata
(Map<String, String> userMetadata) TemplateOptions.ImmutableTemplateOptions.userMetadata
(String key, String value) TemplateOptions.ImmutableTemplateOptions.userMetadata
(Map<String, String> userMetadata) TemplateOptions.userMetadata
(String key, String value) TemplateOptions.userMetadata
(Map<String, String> userMetadata) TemplateOptions.ImmutableTemplateOptions.wrapInInitScript
(boolean wrapInInitScript) TemplateOptions.wrapInInitScript
(boolean wrapInInitScript) Methods in org.jclouds.compute.options with parameters of type TemplateOptionsModifier and TypeMethodDescriptionvoid
TemplateOptions.copyTo
(TemplateOptions to) void
TemplateOptions.ImmutableTemplateOptions.copyTo
(TemplateOptions to) Constructors in org.jclouds.compute.options with parameters of type TemplateOptions -
Uses of TemplateOptions in org.jclouds.compute.strategy
Methods in org.jclouds.compute.strategy with parameters of type TemplateOptionsModifier and TypeMethodDescriptionCustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create
(TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) com.google.common.base.Function
<AtomicReference<NodeMetadata>, Void> CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create
(TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) Constructors in org.jclouds.compute.strategy with parameters of type TemplateOptionsModifierConstructorDescriptionCustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap
(com.google.common.base.Function<AtomicReference<NodeMetadata>, AtomicReference<NodeMetadata>> pollNodeRunning, GetNodeMetadataStrategy getNode, OpenSocketFinder openSocketFinder, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap
(com.google.common.base.Function<AtomicReference<NodeMetadata>, AtomicReference<NodeMetadata>> pollNodeRunning, OpenSocketFinder openSocketFinder, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) -
Uses of TemplateOptions in org.jclouds.compute.util
Methods in org.jclouds.compute.util with parameters of type TemplateOptionsModifier and TypeMethodDescriptionComputeUtils.customizeNodesAndAddToGoodMapOrPutExceptionIntoBadMap
(TemplateOptions options, Iterable<NodeMetadata> runningNodes, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) ComputeServiceUtils.metadataAndTagsAsCommaDelimitedValue
(TemplateOptions options) For cloud apis that need to namespace tags as the value of the keyjclouds.tags
ComputeServiceUtils.metadataAndTagsAsValuesOfEmptyString
(TemplateOptions options) For cloud apis that have a pattern of using empty strings as tags, return a map that contains that. -
Uses of TemplateOptions in org.jclouds.digitalocean2.compute.options
Subclasses of TemplateOptions in org.jclouds.digitalocean2.compute.optionsModifier and TypeClassDescriptionclass
Custom options for the DigitalOcean API.Methods in org.jclouds.digitalocean2.compute.options that return TemplateOptionsModifier and TypeMethodDescriptionDigitalOcean2TemplateOptions.userMetadata
(String key, String value) Deprecated.Key value metadata is not supported in DigitalOcean.DigitalOcean2TemplateOptions.userMetadata
(Map<String, String> userMetadata) Deprecated.Key value metadata is not supported in DigitalOcean.Methods in org.jclouds.digitalocean2.compute.options with parameters of type TemplateOptions -
Uses of TemplateOptions in org.jclouds.docker.compute.options
Subclasses of TemplateOptions in org.jclouds.docker.compute.optionsModifier and TypeClassDescriptionclass
Contains options supported by thecreateNodes
operation on the docker provider.Methods in org.jclouds.docker.compute.options with parameters of type TemplateOptions -
Uses of TemplateOptions in org.jclouds.ec2.compute.internal
Constructor parameters in org.jclouds.ec2.compute.internal with type arguments of type TemplateOptionsModifierConstructorDescriptionprotected
EC2TemplateBuilderImpl
(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, jakarta.inject.Provider<TemplateOptions> optionsProvider, jakarta.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName, ? extends Image>> imageMap) -
Uses of TemplateOptions in org.jclouds.ec2.compute.options
Subclasses of TemplateOptions in org.jclouds.ec2.compute.optionsModifier and TypeClassDescriptionclass
Contains options supported in theComputeService#runNode
operation on the "ec2" provider.Methods in org.jclouds.ec2.compute.options with parameters of type TemplateOptions -
Uses of TemplateOptions in org.jclouds.ec2.compute.strategy
Methods in org.jclouds.ec2.compute.strategy with parameters of type TemplateOptionsModifier and TypeMethodDescriptionCreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.createNewKeyPairUnlessUserSpecifiedOtherwise
(String region, String group, TemplateOptions options) protected String
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.createOrImportKeyPair
(String region, String group, TemplateOptions options) CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.getSecurityGroupsForTagAndOptions
(String region, String group, String vpcId, TemplateOptions options) protected boolean
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.userSpecifiedTheirOwnGroups
(TemplateOptions options) -
Uses of TemplateOptions in org.jclouds.glesys.compute.options
Subclasses of TemplateOptions in org.jclouds.glesys.compute.optionsModifier and TypeClassDescriptionclass
Contains options supported by theinvalid reference
ComputeService#createNodesInGroup(String, int, TemplateOptions)
invalid reference
ComputeService#createNodesInGroup(String, int, TemplateOptions)
Methods in org.jclouds.glesys.compute.options with parameters of type TemplateOptions -
Uses of TemplateOptions in org.jclouds.gogrid.compute.options
Subclasses of TemplateOptions in org.jclouds.gogrid.compute.optionsModifier and TypeClassDescriptionclass
Contains options supported by theinvalid reference
ComputeService#createNodesInGroup(String, int, TemplateOptions)
invalid reference
ComputeService#createNodesInGroup(String, int, TemplateOptions)
Methods in org.jclouds.gogrid.compute.options with parameters of type TemplateOptions -
Uses of TemplateOptions in org.jclouds.googlecomputeengine.compute.domain.internal
Constructor parameters in org.jclouds.googlecomputeengine.compute.domain.internal with type arguments of type TemplateOptionsModifierConstructorDescriptionprotected
GoogleComputeEngineArbitraryCpuRamTemplateBuilderImpl
(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation, jakarta.inject.Provider<TemplateOptions> optionsProvider, jakarta.inject.Provider<TemplateBuilder> defaultTemplateProvider) -
Uses of TemplateOptions in org.jclouds.googlecomputeengine.compute.options
Subclasses of TemplateOptions in org.jclouds.googlecomputeengine.compute.optionsModifier and TypeClassDescriptionfinal class
Instance options specific to Google Compute Engine.Methods in org.jclouds.googlecomputeengine.compute.options with parameters of type TemplateOptionsModifier and TypeMethodDescriptionvoid
GoogleComputeEngineTemplateOptions.copyTo
(TemplateOptions to) -
Uses of TemplateOptions in org.jclouds.openstack.nova.v2_0.compute.config
Methods in org.jclouds.openstack.nova.v2_0.compute.config that return TemplateOptionsModifier and TypeMethodDescriptionprotected TemplateOptions
NovaComputeServiceContextModule.provideTemplateOptions
(com.google.inject.Injector injector, TemplateOptions options) Methods in org.jclouds.openstack.nova.v2_0.compute.config with parameters of type TemplateOptionsModifier and TypeMethodDescriptionprotected TemplateOptions
NovaComputeServiceContextModule.provideTemplateOptions
(com.google.inject.Injector injector, TemplateOptions options) -
Uses of TemplateOptions in org.jclouds.openstack.nova.v2_0.compute.options
Subclasses of TemplateOptions in org.jclouds.openstack.nova.v2_0.compute.optionsModifier and TypeClassDescriptionclass
Contains options supported in theComputeService#runNode
operation on the "openstack-nova" provider.Methods in org.jclouds.openstack.nova.v2_0.compute.options with parameters of type TemplateOptions -
Uses of TemplateOptions in org.jclouds.packet.compute.options
Subclasses of TemplateOptions in org.jclouds.packet.compute.optionsMethods in org.jclouds.packet.compute.options with parameters of type TemplateOptions -
Uses of TemplateOptions in org.jclouds.profitbricks.compute.strategy
Methods in org.jclouds.profitbricks.compute.strategy that return TemplateOptions -
Uses of TemplateOptions in org.jclouds.softlayer.compute.options
Subclasses of TemplateOptions in org.jclouds.softlayer.compute.optionsModifier and TypeClassDescriptionclass
Contains options supported by theComputeService.createNodesInGroup(String, int, TemplateOptions)
andComputeService.createNodesInGroup(String, int, TemplateOptions)
operations on the gogrid provider.Methods in org.jclouds.softlayer.compute.options with parameters of type TemplateOptions