MountConfiguration object
Example JSON representation
{
"enabled": true,
"fileSystem": "ext3",
"mountPoint": "string",
"options": "string"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
enabled boolean |
optional |
Whether the storage should be mounted automatically. |
||
fileSystem string |
optional |
"ext3" "ext4" "xfs" "ntfs" |
||
mountPoint string |
optional |
The mount point. |
||
options string |
optional |
Mount options or disk label. |