InlineHostVffsVolume0

InlineHostVffsVolume0
InlineHostVffsVolume0

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.

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.