Show / Hide Table of Contents

Class AllocationResourceStatusHealthInfo

Health information for the reservation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX