localCopy

@JvmName(name = "sydodkqilelbxpjd")
suspend fun localCopy(value: Output<LocalCopyArgs>)
@JvmName(name = "bqeoilopppdkyvyl")
suspend fun localCopy(value: LocalCopyArgs?)

Parameters

value

If present, this parameter is marked for copying to and from the VM. LocalCopy indicates where on the VM the file should be. The value given to this parameter (either at runtime or using defaultValue) must be the remote path where the file should be.


@JvmName(name = "umjktynhjujbslmq")
suspend fun localCopy(argument: suspend LocalCopyArgsBuilder.() -> Unit)

Parameters

argument

If present, this parameter is marked for copying to and from the VM. LocalCopy indicates where on the VM the file should be. The value given to this parameter (either at runtime or using defaultValue) must be the remote path where the file should be.