Show / Hide Table of Contents

Class GetHealthOperationMetadataHealthInfo

Health information.

Inheritance
object
GetHealthOperationMetadataHealthInfo
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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class GetHealthOperationMetadataHealthInfo : IDirectResponseSchema

Properties

AvailabilitySloStatus

Output only. The availability SLO status.

Declaration
[JsonProperty("availabilitySloStatus")]
public virtual string AvailabilitySloStatus { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HealthStatus

Output only. The health status.

Declaration
[JsonProperty("healthStatus")]
public virtual string HealthStatus { get; set; }
Property Value
Type Description
string

RepairCategory

Output only. The repair category.

Declaration
[JsonProperty("repairCategory")]
public virtual string RepairCategory { get; set; }
Property Value
Type Description
string

UnhealthyReason

Output only. The reason for unhealthy status.

Declaration
[JsonProperty("unhealthyReason")]
public virtual string UnhealthyReason { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The time when health info was updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX