GoogleChromeManagementV1DiskInfo class

Status of the single storage device.

Constructors

GoogleChromeManagementV1DiskInfo({String? bytesReadThisSession, String? bytesWrittenThisSession, String? discardTimeThisSession, String? health, String? ioTimeThisSession, String? manufacturer, String? model, String? readTimeThisSession, String? serialNumber, String? sizeBytes, String? type, List<String>? volumeIds, String? writeTimeThisSession})
GoogleChromeManagementV1DiskInfo.fromJson(Map json_)

Properties

bytesReadThisSession String?
Number of bytes read since last boot.
getter/setter pair
bytesWrittenThisSession String?
Number of bytes written since last boot.
getter/setter pair
discardTimeThisSession String?
Time spent discarding since last boot.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
health String?
Disk health.
getter/setter pair
ioTimeThisSession String?
Counts the time the disk and queue were busy, so unlike the fields above, parallel requests are not counted multiple times.
getter/setter pair
manufacturer String?
Disk manufacturer.
getter/setter pair
model String?
Disk model.
getter/setter pair
readTimeThisSession String?
Time spent reading from disk since last boot.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
Disk serial number.
getter/setter pair
sizeBytes String?
Disk size.
getter/setter pair
type String?
Disk type: eMMC / NVMe / ATA / SCSI.
getter/setter pair
volumeIds List<String>?
Disk volumes.
getter/setter pair
writeTimeThisSession String?
Time spent writing to disk since last boot.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited