HostLocalFileSystemVolumeSpec

HostLocalFileSystemVolumeSpec
HostLocalFileSystemVolumeSpec

The specification for creating a new local file system volume.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "device": "string",
    "localPath": "string"
}
string
device
Required

The device of the local file system.

string
localPath
Required

The file path on the host where the file system is mounted.