Libraries
»
enterprisemodules-oci_config
(0.18.0)
»
Index (i)
»
Puppet Tasks
»
instance_action
Puppet Task: instance_action
Defined in:
tasks/instance_action.json,
tasks/instance_action.rb
Overview
Execute an instance action on the specified instance
Supports noop?
false
Parameters
instance_id
(Optional[String[1]])
— The ocid of the instance you want to apply the action on.
instance_name
(Optional[String[1]])
— The name of the instance you want to apply the action on.
action
(Enum['START','STOP','SOFTRESET','SOFTSTOP','RESET'])
— The action you want to apply on the specified instance.
max_retries
(Optional[Integer[0,5]])
— The number of retries before signaling an error.