Show / Hide Table of Contents

Class GoogleDevtoolsRemotebuildbotResourceUsage

ResourceUsage is the system resource usage of the host machine.

Inheritance
System.Object
GoogleDevtoolsRemotebuildbotResourceUsage
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.RemoteBuildExecution.v1.Data
Assembly: Google.Apis.RemoteBuildExecution.v1.dll
Syntax
public class GoogleDevtoolsRemotebuildbotResourceUsage : IDirectResponseSchema

Properties

CpuUsedPercent

Declaration
[JsonProperty("cpuUsedPercent")]
public virtual double? CpuUsedPercent { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

DiskUsage

Declaration
[JsonProperty("diskUsage")]
public virtual GoogleDevtoolsRemotebuildbotResourceUsageStat DiskUsage { get; set; }
Property Value
Type Description
GoogleDevtoolsRemotebuildbotResourceUsageStat

ETag

The ETag of the item.

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

MemoryUsage

Declaration
[JsonProperty("memoryUsage")]
public virtual GoogleDevtoolsRemotebuildbotResourceUsageStat MemoryUsage { get; set; }
Property Value
Type Description
GoogleDevtoolsRemotebuildbotResourceUsageStat

TotalDiskIoStats

Declaration
[JsonProperty("totalDiskIoStats")]
public virtual GoogleDevtoolsRemotebuildbotResourceUsageIOStats TotalDiskIoStats { get; set; }
Property Value
Type Description
GoogleDevtoolsRemotebuildbotResourceUsageIOStats

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top