Class ReservationBlockHealthInfo
Health information for the reservation block.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ReservationBlockHealthInfo : IDirectResponseSchema
Properties
DegradedSubBlockCount
The number of subBlocks that are degraded.
Declaration
[JsonProperty("degradedSubBlockCount")]
public virtual int? DegradedSubBlockCount { 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 block.
Declaration
[JsonProperty("healthStatus")]
public virtual string HealthStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HealthySubBlockCount
The number of subBlocks that are healthy.
Declaration
[JsonProperty("healthySubBlockCount")]
public virtual int? HealthySubBlockCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |