Class ReservationSubBlockHealthInfo
Health information for the reservation subBlock.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ReservationSubBlockHealthInfo : IDirectResponseSchema
Properties
DegradedHostCount
The number of degraded hosts in the reservation subBlock.
Declaration
[JsonProperty("degradedHostCount")]
public virtual int? DegradedHostCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
DegradedInfraCount
The number of degraded infrastructure (e.g NV link domain) in the reservation subblock.
Declaration
[JsonProperty("degradedInfraCount")]
public virtual int? DegradedInfraCount { 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 subBlock.
Declaration
[JsonProperty("healthStatus")]
public virtual string HealthStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HealthyHostCount
The number of healthy hosts in the reservation subBlock.
Declaration
[JsonProperty("healthyHostCount")]
public virtual int? HealthyHostCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
HealthyInfraCount
The number of healthy infrastructure (e.g NV link domain) in the reservation subblock.
Declaration
[JsonProperty("healthyInfraCount")]
public virtual int? HealthyInfraCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |