Compute Engine v1 API - Class ReservationSubBlockHealthInfo (3.12.0)

public sealed class ReservationSubBlockHealthInfo : IMessage<ReservationSubBlockHealthInfo>, IEquatable<ReservationSubBlockHealthInfo>, IDeepCloneable<ReservationSubBlockHealthInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class ReservationSubBlockHealthInfo.

Health information for the reservation subBlock.

Inheritance

object > ReservationSubBlockHealthInfo

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ReservationSubBlockHealthInfo()

public ReservationSubBlockHealthInfo()

ReservationSubBlockHealthInfo(ReservationSubBlockHealthInfo)

public ReservationSubBlockHealthInfo(ReservationSubBlockHealthInfo other)
Parameter
Name Description
other ReservationSubBlockHealthInfo

Properties

DegradedHostCount

public int DegradedHostCount { get; set; }

The number of degraded hosts in the reservation subBlock.

Property Value
Type Description
int

DegradedInfraCount

public int DegradedInfraCount { get; set; }

The number of degraded infrastructure (e.g NV link domain) in the reservation subblock.

Property Value
Type Description
int

HasDegradedHostCount

public bool HasDegradedHostCount { get; }

Gets whether the "degraded_host_count" field is set

Property Value
Type Description
bool

HasDegradedInfraCount

public bool HasDegradedInfraCount { get; }

Gets whether the "degraded_infra_count" field is set

Property Value
Type Description
bool

HasHealthStatus

public bool HasHealthStatus { get; }

Gets whether the "health_status" field is set

Property Value
Type Description
bool

HasHealthyHostCount

public bool HasHealthyHostCount { get; }

Gets whether the "healthy_host_count" field is set

Property Value
Type Description
bool

HasHealthyInfraCount

public bool HasHealthyInfraCount { get; }

Gets whether the "healthy_infra_count" field is set

Property Value
Type Description
bool

HealthStatus

public string HealthStatus { get; set; }

The health status of the reservation subBlock. Check the HealthStatus enum for the list of possible values.

Property Value
Type Description
string

HealthyHostCount

public int HealthyHostCount { get; set; }

The number of healthy hosts in the reservation subBlock.

Property Value
Type Description
int

HealthyInfraCount

public int HealthyInfraCount { get; set; }

The number of healthy infrastructure (e.g NV link domain) in the reservation subblock.

Property Value
Type Description
int