Uses of Class
org.jclouds.compute.options.RunScriptOptions
-
-
Uses of RunScriptOptions in org.jclouds.aws.ec2.compute
Subclasses of RunScriptOptions in org.jclouds.aws.ec2.compute Modifier and Type Class Description classAWSEC2TemplateOptionsContains options supported in theComputeService#runNodeoperation on the "ec2" provider. -
Uses of RunScriptOptions in org.jclouds.azurecompute.arm.compute.options
Subclasses of RunScriptOptions in org.jclouds.azurecompute.arm.compute.options Modifier and Type Class Description classAzureTemplateOptionsAzure ARM custom options -
Uses of RunScriptOptions in org.jclouds.cloudstack.compute.options
Subclasses of RunScriptOptions in org.jclouds.cloudstack.compute.options Modifier and Type Class Description classCloudStackTemplateOptionsContains options supported by theComputeService#createNodesInGroup(String, int, TemplateOptions)andComputeService#createNodesInGroup(String, int, TemplateOptions)operations on the gogrid provider. -
Uses of RunScriptOptions in org.jclouds.compute
Methods in org.jclouds.compute that return RunScriptOptions Modifier and Type Method Description RunScriptOptionsRunScriptOnNodesException. getOptions()Methods in org.jclouds.compute with parameters of type RunScriptOptions Modifier and Type Method Description ExecResponseComputeService. runScriptOnNode(String id, String runScript, RunScriptOptions options)ExecResponseComputeService. runScriptOnNode(String id, Statement runScript, RunScriptOptions options)Run the script on a specific nodeMap<? extends NodeMetadata,ExecResponse>ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript, RunScriptOptions options)Map<? extends NodeMetadata,ExecResponse>ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript, RunScriptOptions options)Run the script on all nodes with the specific predicate.com.google.common.util.concurrent.ListenableFuture<ExecResponse>ComputeService. submitScriptOnNode(String id, String runScript, RunScriptOptions options)Run the script on a specific node in the background, typically asnohupcom.google.common.util.concurrent.ListenableFuture<ExecResponse>ComputeService. submitScriptOnNode(String id, Statement runScript, RunScriptOptions options)Constructors in org.jclouds.compute with parameters of type RunScriptOptions Constructor Description RunScriptOnNodesException(Statement runScript, RunScriptOptions options, Map<NodeMetadata,ExecResponse> successfulNodes, Map<?,Exception> executionExceptions, Map<? extends NodeMetadata,? extends Throwable> failedNodes) -
Uses of RunScriptOptions in org.jclouds.compute.callables
Methods in org.jclouds.compute.callables with parameters of type RunScriptOptions Modifier and Type Method Description RunScriptOnNodeRunScriptOnNode.Factory. create(NodeMetadata node, Statement script, RunScriptOptions options)com.google.common.util.concurrent.ListenableFuture<ExecResponse>RunScriptOnNode.Factory. submit(NodeMetadata node, Statement script, RunScriptOptions options)Constructors in org.jclouds.compute.callables with parameters of type RunScriptOptions Constructor Description RunScriptOnNodeAsInitScriptUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, Statement script, RunScriptOptions options)RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete(BlockUntilInitScriptStatusIsZeroThenReturnOutput.Factory statusFactory, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, Statement script, RunScriptOptions options)RunScriptOnNodeUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, NodeMetadata node, Statement statement, RunScriptOptions options) -
Uses of RunScriptOptions in org.jclouds.compute.config
Methods in org.jclouds.compute.config with parameters of type RunScriptOptions Modifier and Type Method Description RunScriptOnNodeBaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl. create(NodeMetadata node, Statement runScript, RunScriptOptions options)BlockUntilInitScriptStatusIsZeroThenReturnOutputBaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl. submit(NodeMetadata node, Statement script, RunScriptOptions options) -
Uses of RunScriptOptions in org.jclouds.compute.functions
Methods in org.jclouds.compute.functions with parameters of type RunScriptOptions Modifier and Type Method Description static LoginCredentialsDefaultCredentialsFromImageOrOverridingCredentials. overrideDefaultCredentialsWithOptionsIfPresent(LoginCredentials defaultCreds, RunScriptOptions options) -
Uses of RunScriptOptions in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal with parameters of type RunScriptOptions Modifier and Type Method Description ExecResponseBaseComputeService. runScriptOnNode(String id, String runScript, RunScriptOptions options)ExecResponseBaseComputeService. runScriptOnNode(String id, Statement runScript, RunScriptOptions options)Run the script on a specific nodeMap<? extends NodeMetadata,ExecResponse>BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript, RunScriptOptions options)Map<NodeMetadata,ExecResponse>BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript, RunScriptOptions options)Run the script on all nodes with the specific predicate.com.google.common.util.concurrent.ListenableFuture<ExecResponse>BaseComputeService. submitScriptOnNode(String id, String runScript, RunScriptOptions options)Run the script on a specific node in the background, typically asnohupcom.google.common.util.concurrent.ListenableFuture<ExecResponse>BaseComputeService. submitScriptOnNode(String id, Statement runScript, RunScriptOptions options)protected NodeMetadataBaseComputeService. updateNodeWithCredentialsIfPresent(NodeMetadata node, RunScriptOptions options) -
Uses of RunScriptOptions in org.jclouds.compute.options
Subclasses of RunScriptOptions in org.jclouds.compute.options Modifier and Type Class Description static classRunScriptOptions.ImmutableRunScriptOptionsclassTemplateOptionsContains options supported in theComputeService#createNodesInGroupoperation.static classTemplateOptions.ImmutableTemplateOptionsFields in org.jclouds.compute.options declared as RunScriptOptions Modifier and Type Field Description static RunScriptOptionsRunScriptOptions. NONEDefault options.Methods in org.jclouds.compute.options that return RunScriptOptions Modifier and Type Method Description RunScriptOptionsRunScriptOptions. blockOnComplete(boolean blockOnComplete)As of version 1.1.0, we cannot kick off a script unless a node is in RUNNING state.static RunScriptOptionsRunScriptOptions.Builder. blockOnComplete(boolean value)RunScriptOptionsRunScriptOptions.ImmutableRunScriptOptions. blockOnComplete(boolean blockOnComplete)RunScriptOptionsRunScriptOptions. blockOnPort(int port, int seconds)When the node is started, wait until the following port is activestatic RunScriptOptionsRunScriptOptions.Builder. blockOnPort(int port, int seconds)RunScriptOptionsRunScriptOptions.ImmutableRunScriptOptions. blockOnPort(int port, int seconds)static RunScriptOptionsRunScriptOptions.Builder. nameTask(String name)RunScriptOptionsRunScriptOptions.ImmutableRunScriptOptions. nameTask(String name)RunScriptOptionsRunScriptOptions. nameTask(String name)static RunScriptOptionsRunScriptOptions.Builder. overrideAuthenticateSudo(boolean authenticateSudo)RunScriptOptionsRunScriptOptions.ImmutableRunScriptOptions. overrideAuthenticateSudo(boolean authenticateSudo)RunScriptOptionsRunScriptOptions. overrideAuthenticateSudo(boolean authenticateSudo)static RunScriptOptionsRunScriptOptions.Builder. overrideLoginCredentials(LoginCredentials credentials)RunScriptOptionsRunScriptOptions.ImmutableRunScriptOptions. overrideLoginCredentials(LoginCredentials overridingCredentials)RunScriptOptionsRunScriptOptions. overrideLoginCredentials(LoginCredentials overridingCredentials)static RunScriptOptionsRunScriptOptions.Builder. overrideLoginPassword(String password)RunScriptOptionsRunScriptOptions.ImmutableRunScriptOptions. overrideLoginPassword(String password)RunScriptOptionsRunScriptOptions. overrideLoginPassword(com.google.common.base.Optional<String> password)RunScriptOptionsRunScriptOptions. overrideLoginPassword(String password)static RunScriptOptionsRunScriptOptions.Builder. overrideLoginPrivateKey(String privateKey)RunScriptOptionsRunScriptOptions.ImmutableRunScriptOptions. overrideLoginPrivateKey(String privateKey)RunScriptOptionsRunScriptOptions. overrideLoginPrivateKey(com.google.common.base.Optional<String> privateKey)RunScriptOptionsRunScriptOptions. overrideLoginPrivateKey(String privateKey)static RunScriptOptionsRunScriptOptions.Builder. overrideLoginUser(String user)RunScriptOptionsRunScriptOptions.ImmutableRunScriptOptions. overrideLoginUser(String loginUser)RunScriptOptionsRunScriptOptions. overrideLoginUser(String loginUser)static RunScriptOptionsRunScriptOptions.Builder. runAsRoot(boolean value)RunScriptOptionsRunScriptOptions.ImmutableRunScriptOptions. runAsRoot(boolean runAsRoot)RunScriptOptionsRunScriptOptions. runAsRoot(boolean runAsRoot)static RunScriptOptionsRunScriptOptions.Builder. wrapInInitScript(boolean value)RunScriptOptionsRunScriptOptions.ImmutableRunScriptOptions. wrapInInitScript(boolean wrapInInitScript)RunScriptOptionsRunScriptOptions. wrapInInitScript(boolean wrapInInitScript)default trueMethods in org.jclouds.compute.options with parameters of type RunScriptOptions Modifier and Type Method Description voidRunScriptOptions. copyTo(RunScriptOptions to)Constructors in org.jclouds.compute.options with parameters of type RunScriptOptions Constructor Description ImmutableRunScriptOptions(RunScriptOptions delegate) -
Uses of RunScriptOptions in org.jclouds.compute.strategy
Methods in org.jclouds.compute.strategy with parameters of type RunScriptOptions Modifier and Type Method Description Callable<RunScriptOnNode>InitializeRunScriptOnNodeOrPlaceInBadMap.Factory. create(NodeMetadata node, Statement script, RunScriptOptions options, Map<NodeMetadata,Exception> badNodes) -
Uses of RunScriptOptions in org.jclouds.digitalocean2.compute.options
Subclasses of RunScriptOptions in org.jclouds.digitalocean2.compute.options Modifier and Type Class Description classDigitalOcean2TemplateOptionsCustom options for the DigitalOcean API. -
Uses of RunScriptOptions in org.jclouds.docker.compute.options
Subclasses of RunScriptOptions in org.jclouds.docker.compute.options Modifier and Type Class Description classDockerTemplateOptionsContains options supported by thecreateNodesoperation on the docker provider. -
Uses of RunScriptOptions in org.jclouds.ec2.compute.options
Subclasses of RunScriptOptions in org.jclouds.ec2.compute.options Modifier and Type Class Description classEC2TemplateOptionsContains options supported in theComputeService#runNodeoperation on the "ec2" provider. -
Uses of RunScriptOptions in org.jclouds.glesys.compute.options
Subclasses of RunScriptOptions in org.jclouds.glesys.compute.options Modifier and Type Class Description classGleSYSTemplateOptionsContains options supported by theComputeService#createNodesInGroup(String, int, TemplateOptions)andComputeService#createNodesInGroup(String, int, TemplateOptions)operations on the glesys provider. -
Uses of RunScriptOptions in org.jclouds.gogrid.compute.options
Subclasses of RunScriptOptions in org.jclouds.gogrid.compute.options Modifier and Type Class Description classGoGridTemplateOptionsContains options supported by theComputeService#createNodesInGroup(String, int, TemplateOptions)andComputeService#createNodesInGroup(String, int, TemplateOptions)operations on the gogrid provider. -
Uses of RunScriptOptions in org.jclouds.googlecomputeengine.compute.options
Subclasses of RunScriptOptions in org.jclouds.googlecomputeengine.compute.options Modifier and Type Class Description classGoogleComputeEngineTemplateOptionsInstance options specific to Google Compute Engine. -
Uses of RunScriptOptions in org.jclouds.openstack.nova.v2_0.compute.options
Subclasses of RunScriptOptions in org.jclouds.openstack.nova.v2_0.compute.options Modifier and Type Class Description classNovaTemplateOptionsContains options supported in theComputeService#runNodeoperation on the "openstack-nova" provider. -
Uses of RunScriptOptions in org.jclouds.packet.compute.options
Subclasses of RunScriptOptions in org.jclouds.packet.compute.options Modifier and Type Class Description classPacketTemplateOptionsCustom options for the Packet API. -
Uses of RunScriptOptions in org.jclouds.softlayer.compute.options
Subclasses of RunScriptOptions in org.jclouds.softlayer.compute.options Modifier and Type Class Description classSoftLayerTemplateOptionsContains options supported by theComputeService.createNodesInGroup(String, int, TemplateOptions)andComputeService.createNodesInGroup(String, int, TemplateOptions)operations on the gogrid provider.
-