VirtualMachineDatastoreVolumeOption

VirtualMachineDatastoreVolumeOption
VirtualMachineDatastoreVolumeOption

This data object type describes a file system volume option for this virtual machine.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "fileSystemType": "string",
    "majorVersion": 0
}
string
fileSystemType
Required

The type name of the file system volume information object for this option.

See also HostFileSystemVolumeInfo.

integer As int32 As int32
majorVersion
Optional

The major version of the file system volume information for this option.

If not specified, all versions of this file system are included in this option. Currently, this value is set only for VMFS volumes.