Initializer
Properties
| Name | Type | Description |
|---|---|---|
type | java.lang.String | No description. |
connection | SSHProvisionerConnection|WinrmProvisionerConnection | Most provisioners require access to the remote resource via SSH or WinRM and expect a nested connection block with details about how to connect. |
inline | java.util.List< java.lang.String > | This is a list of command strings. |
script | java.lang.String | This is a path (relative or absolute) to a local script that will be copied to the remote resource and then executed. |
scripts | java.util.List< java.lang.String > | This is a list of paths (relative or absolute) to local scripts that will be copied to the remote resource and then executed. |
typeRequired
- Type: java.lang.String
connectionOptional
inlineOptional
- Type: java.util.List< java.lang.String >
scriptOptional
- Type: java.lang.String
scriptsOptional
- Type: java.util.List< java.lang.String >