LocalCopyArgs

data class LocalCopyArgs(val disk: Output<String>, val path: Output<String>) : ConvertibleToJava<LocalCopyArgs>

LocalCopy defines how a remote file should be copied to and from the VM.

Constructors

Link copied to clipboard
fun LocalCopyArgs(disk: Output<String>, path: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): LocalCopyArgs

Properties

Link copied to clipboard
val disk: Output<String>

The name of the disk where this parameter is located. Can be the name of one of the disks specified in the Resources field, or "boot", which represents the Docker instance's boot disk and has a mount point of /.

Link copied to clipboard
val path: Output<String>

The path within the user's docker container where this input should be localized to and from, relative to the specified disk's mount point. For example: file.txt,