VmGuestFilesystemTransfersCreateRequestBody

This is a request body class for an operation.


Properties

credentials Required

The guest authentication credentials.


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"
	}
}

Feedback

Was this page helpful?