Show / Hide Table of Contents

Class ReservationSubBlockHealthInfo

Health information for the reservation subBlock.

Inheritance
object
ReservationSubBlockHealthInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX