FileSystem

FileSystem
FileSystem

Information on requested file system.

JSON Example
{
    "availableMB": 0,
    "filesystem": "string",
    "mountedOn": "string",
    "percentUsed": 0,
    "status": "string",
    "usedMB": 0,
    "volumeSizeMB": 0
}
integer As int32 As int32
availableMB
Optional

availableMB

string
filesystem
Optional

filesystem

string
mountedOn
Optional

mountedOn

integer As int32 As int32
percentUsed
Optional

percentUsed

string
status
Optional

Value of either available or unavailable. If unavailable, then other properties will have values of None.

integer As int32 As int32
usedMB
Optional

usedMB

integer As int32 As int32
volumeSizeMB
Optional

volumeSizeMB

Returned By