HostCaching type

The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'

type HostCaching = "None" | "ReadOnly" | "ReadWrite"