VmGuestFilesystemTransfersCreateRequestBody
This is a request body class for an operation.
Properties
spec
Required
A specification of the type of file transfer and any applicable attibutes.
JSON Example
{
"credentials": {
"interactive_session": false,
"type": "USERNAME_PASSWORD"
},
"spec": {
"path": "string"
}
}