Initializer
Properties
| Name | Type | Description |
|---|---|---|
destination | java.lang.String | The source file or directory. |
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. |
content | java.lang.String | The destination path to write to on the remote system. |
source | java.lang.String | The direct content to copy on the destination. |
destinationRequired
- Type: java.lang.String
typeRequired
- Type: java.lang.String
connectionOptional
contentOptional
- Type: java.lang.String
sourceOptional
- Type: java.lang.String