VmGuestFilesystemFilesInfo
The Files.Info structure describes a file or directory in the guest operating system. Returned by Files.get.
Properties
integer
size
Required
The file size in bytes.
type
Required
The type of file.
Possible values are: FILE , DIRECTORY , SYMLINK
JSON Example
{
"attributes": {
"filesystem_family": "enum",
"last_accessed": "string",
"last_modified": "string"
},
"size": 0,
"type": "enum"
}