HostVFlashManagerVFlashResourceRunTimeInfo
HostVFlashManagerVFlashResourceRunTimeInfo
Data object provides vFlash resource runtime usage.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"usage": 0,
"capacity": 0,
"accessible": false,
"capacityForVmCache": 0,
"freeForVmCache": 0
}
integer As int64 As int64
usage
Required
Overall usage of vFlash resource, in bytes.
integer As int64 As int64
capacity
Required
Overall capacity of vFlash resource, in bytes.
boolean
accessible
Required
True if all the included the VFFS volumes are accessible.
False if one or multiple included VFFS volumes are inaccessible.
integer As int64 As int64
capacityForVmCache
Required
vFlash resource capacity can be allocated for VM caches
integer As int64 As int64
freeForVmCache
Required
Free vFlash resource can be allocated for VM caches