Vcenter Vm Guest Filesystem Transfers WindowsFileAttributesCreateSpec

Vcenter Vm Guest Filesystem Transfers WindowsFileAttributesCreateSpec
Vcenter Vm Guest Filesystem Transfers WindowsFileAttributesCreateSpec

The Vcenter Vm Guest Filesystem Transfers WindowsFileAttributesCreateSpec schema describes creation information about file attributes specific to Windows guest operating systems.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "hidden": false,
    "read_only": false
}
boolean
hidden
Optional

The file is hidden.

This property was added in vSphere API 7.0.2.0.

If missing or null the file will not be hidden.

boolean
read_only
Optional

The file is read-only.

This property was added in vSphere API 7.0.2.0.

If missing or null the file will be writeable.