FileSystem
| Characteristic | Value |
|---|---|
| Type | object |
Properties
deviceId (optional)
The ID of the block device on which to place this file system.
| Characteristic | Value |
|---|---|
| Type | string |
| Format | Block Device ID |
mountPoint (optional)
The mount point of the file system.
It can be provided as an object for more control over the mount options, or as a just a string when defaults is sufficient.
| Characteristic | Value |
|---|---|
| Type | MountPoint |
| Link | MountPoint |
| Shorthand Type | string |
| Shorthand Format | path |
source (optional)
The source of the file system.
If not specified, this field will default to image.
| Characteristic | Value |
|---|---|
| Type | FileSystemSource |
| Link | FileSystemSource |
type (optional)
The type of the file system.
File system type must not be specified if the source of the file system is image.
| Characteristic | Value |
|---|---|
| Type | FileSystemType |
| Link | FileSystemType |