VmGuestFilesystemTransfersWindowsFileAttributesCreateSpec
The Transfers.WindowsFileAttributesCreateSpec structure describes creation information about file attributes specific to Windows guest operating systems.
Properties
boolean
hidden
Optional
The file is hidden. If unset the file will not be hidden.
boolean
read_only
Optional
The file is read-only. If unset the file will be writeable.
JSON Example
{
"hidden": false,
"read_only": false
}