VmGuestFilesystemFilesUpdateRequestBody
This is a request body class for an operation.
Properties
file_attributes
Required
Specifies the different file attributes of the guest file to be changed. See Files.FileAttributesUpdateSpec.
string
path
Required
The complete path to the file or directory to be changed in the guest. If the file points to an symbolic link, then the attributes of the target file are changed.
JSON Example
{
"credentials": {
"interactive_session": false,
"type": "USERNAME_PASSWORD"
},
"file_attributes": {},
"path": "string"
}