VmGuestFilesystemDirectoriesDeleteRequestBody

This is a request body class for an operation.


Properties

credentials Required

The guest authentication data.


string
path Required

The complete path to the directory to be deleted.


boolean
recursive Optional

If true, all files and subdirectories are also deleted. If false, the directory must be empty for the operation to succeed. If unset, any directory content is not deleted.

JSON Example

{
	"credentials": {
		"interactive_session": false,
		"type": "USERNAME_PASSWORD"
	},
	"path": "string"
}

Feedback

Was this page helpful?