Class WorkerStatus
The status of the worker VM.
Inheritance
object
WorkerStatus
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Genomics.v2alpha1.Data
Assembly: Google.Apis.Genomics.v2alpha1.dll
Syntax
public class WorkerStatus : IDirectResponseSchema
Properties
AttachedDisks
Status of attached disks.
Declaration
[JsonProperty("attachedDisks")]
public virtual IDictionary<string, DiskStatus> AttachedDisks { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<TKey, TValue><string, DiskStatus> |
BootDisk
Status of the boot disk.
Declaration
[JsonProperty("bootDisk")]
public virtual DiskStatus BootDisk { get; set; }
Property Value
Type | Description |
---|---|
DiskStatus |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FreeRamBytes
Free RAM.
Declaration
[JsonProperty("freeRamBytes")]
public virtual ulong? FreeRamBytes { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
TotalRamBytes
Total RAM.
Declaration
[JsonProperty("totalRamBytes")]
public virtual ulong? TotalRamBytes { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
UptimeSeconds
System uptime.
Declaration
[JsonProperty("uptimeSeconds")]
public virtual long? UptimeSeconds { get; set; }
Property Value
Type | Description |
---|---|
long? |