Show / Hide Table of Contents

Class ReservationBlockHealthInfo

Health information for the reservation block.

Inheritance
object
ReservationBlockHealthInfo
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX