Class AllocationResourceStatusHealthInfo
Health information for the reservation.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class AllocationResourceStatusHealthInfo : IDirectResponseSchema
Properties
DegradedBlockCount
The number of reservation blocks that are degraded.
Declaration
[JsonProperty("degradedBlockCount")]
public virtual int? DegradedBlockCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HealthStatus
The health status of the reservation.
Declaration
[JsonProperty("healthStatus")]
public virtual string HealthStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HealthyBlockCount
The number of reservation blocks that are healthy.
Declaration
[JsonProperty("healthyBlockCount")]
public virtual int? HealthyBlockCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |