InitiateFileTransferFromGuestRequestType

InitiateFileTransferFromGuestRequestType
InitiateFileTransferFromGuestRequestType

The parameters of InitiateFileTransferFromGuest.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "auth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "guestFilePath": "string"
}
vm
Required

Reference to an instance of the VirtualMachine managed object.

auth
Required

GuestAuthentication is an abstract base class for authentication in the guest.

string
guestFilePath
Required

The complete path to the file inside the guest that has to be transferred to the client. It cannot be a path to a directory or a symbolic link.