Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 712 Bytes

File metadata and controls

27 lines (15 loc) · 712 Bytes

DownloadPlanAction

Properties

Name Type Description Notes
type TypeEnum
src String The source file/directory. [optional]
dst String A destination file/directory relative to the server root. [optional]
actions List<DownloadPlanAction> A set of subactions to execute in the context of this action. [optional]

Enum: TypeEnum

Name Value
COPY "copy"
COPY_DIR "copy_dir"
OPEN_ZIP "open_zip"
SERVER_RESTART "server_restart"