VsanUnmapConfig

VsanUnmapConfig
VsanUnmapConfig

The configuration to support SCSI unmap command on vSAN datastore.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enable": false
}
boolean
enable
Required

Whether SCSI unmap command is supported on vSAN datastore.

If this setting is switched from disabled to enabled, for any unmap request to vSAN datastore from powered on VMs will take effect and succeed immediately; And if it is switched from enabled to disabled dynamically, running VMs reside on this vSAN datastore won't know this change until VM rebooting happen. vSAN will fail any unmap request, and the failure will be handled by guest OS gracefully.