HostFileSystemVolume

HostFileSystemVolume
HostFileSystemVolume

Detailed information about a file system.

This is a base type for derived types that have more specific details about specific filesystem types.

Typically a FileSystem is exposed as a datatore

See also DatastoreInfo, HostVmfsVolume, HostNasVolume, HostVffsVolume, HostLocalFileSystemVolume

However, a FileSystemVolume need not be exposed a datastore., HostVfatVolume.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "type": "string",
    "name": "string",
    "capacity": 0
}
string
type
Required

FileSystemType of this particular file system See HostFileSystemVolumeFileSystemTypeEnum

string
name
Required

Name of the file system volume.

integer As int64 As int64
capacity
Required

The capacity of the file system volume, in bytes.