Vm_Guest_Filesystem_Transfers_WindowsFileAttributesCreateSpec

Vm_Guest_Filesystem_Transfers_WindowsFileAttributesCreateSpec
Vm_Guest_Filesystem_Transfers_WindowsFileAttributesCreateSpec

The Transfers.WindowsFileAttributesCreateSpec structure describes creation information about file attributes specific to Windows guest operating systems.

JSON Example
{
    "hidden": false,
    "read_only": false
}
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.