Show / Hide Table of Contents

Class GoogleChromeManagementV1DiskInfo

Status of the single storage device.

Inheritance
object
GoogleChromeManagementV1DiskInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1DiskInfo : IDirectResponseSchema

Properties

BytesReadThisSession

Output only. Number of bytes read since last boot.

Declaration
[JsonProperty("bytesReadThisSession")]
public virtual long? BytesReadThisSession { get; set; }
Property Value
Type Description
long?

BytesWrittenThisSession

Output only. Number of bytes written since last boot.

Declaration
[JsonProperty("bytesWrittenThisSession")]
public virtual long? BytesWrittenThisSession { get; set; }
Property Value
Type Description
long?

DiscardTimeThisSession

Output only. Time spent discarding since last boot. Discarding is writing to clear blocks which are no longer in use. Supported on kernels 4.18+.

Declaration
[JsonProperty("discardTimeThisSession")]
public virtual object DiscardTimeThisSession { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Health

Output only. Disk health.

Declaration
[JsonProperty("health")]
public virtual string Health { get; set; }
Property Value
Type Description
string

IoTimeThisSession

Output only. Counts the time the disk and queue were busy, so unlike the fields above, parallel requests are not counted multiple times.

Declaration
[JsonProperty("ioTimeThisSession")]
public virtual object IoTimeThisSession { get; set; }
Property Value
Type Description
object

Manufacturer

Output only. Disk manufacturer.

Declaration
[JsonProperty("manufacturer")]
public virtual string Manufacturer { get; set; }
Property Value
Type Description
string

Model

Output only. Disk model.

Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type Description
string

ReadTimeThisSession

Output only. Time spent reading from disk since last boot.

Declaration
[JsonProperty("readTimeThisSession")]
public virtual object ReadTimeThisSession { get; set; }
Property Value
Type Description
object

SerialNumber

Output only. Disk serial number.

Declaration
[JsonProperty("serialNumber")]
public virtual string SerialNumber { get; set; }
Property Value
Type Description
string

SizeBytes

Output only. Disk size.

Declaration
[JsonProperty("sizeBytes")]
public virtual long? SizeBytes { get; set; }
Property Value
Type Description
long?

Type

Output only. Disk type: eMMC / NVMe / ATA / SCSI.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

VolumeIds

Output only. Disk volumes.

Declaration
[JsonProperty("volumeIds")]
public virtual IList<string> VolumeIds { get; set; }
Property Value
Type Description
IList<string>

WriteTimeThisSession

Output only. Time spent writing to disk since last boot.

Declaration
[JsonProperty("writeTimeThisSession")]
public virtual object WriteTimeThisSession { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX