public sealed class GetHealthOperationMetadataHealthInfo : IMessage<GetHealthOperationMetadataHealthInfo>, IEquatable<GetHealthOperationMetadataHealthInfo>, IDeepCloneable<GetHealthOperationMetadataHealthInfo>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetHealthOperationMetadataHealthInfo.
Health information.
Implements
IMessageGetHealthOperationMetadataHealthInfo, IEquatableGetHealthOperationMetadataHealthInfo, IDeepCloneableGetHealthOperationMetadataHealthInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetHealthOperationMetadataHealthInfo()
public GetHealthOperationMetadataHealthInfo()GetHealthOperationMetadataHealthInfo(GetHealthOperationMetadataHealthInfo)
public GetHealthOperationMetadataHealthInfo(GetHealthOperationMetadataHealthInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
GetHealthOperationMetadataHealthInfo |
Properties
AvailabilitySloStatus
public string AvailabilitySloStatus { get; set; }Output only. The availability SLO status. Check the AvailabilitySloStatus enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasAvailabilitySloStatus
public bool HasAvailabilitySloStatus { get; }Gets whether the "availability_slo_status" 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 |
|
HasRepairCategory
public bool HasRepairCategory { get; }Gets whether the "repair_category" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasUnhealthyReason
public bool HasUnhealthyReason { get; }Gets whether the "unhealthy_reason" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasUpdateTime
public bool HasUpdateTime { get; }Gets whether the "update_time" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HealthStatus
public string HealthStatus { get; set; }Output only. The health status. Check the HealthStatus enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RepairCategory
public string RepairCategory { get; set; }Output only. The repair category. Check the RepairCategory enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UnhealthyReason
public string UnhealthyReason { get; set; }Output only. The reason for unhealthy status. Check the UnhealthyReason enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public string UpdateTime { get; set; }Output only. The time when health info was updated.
| Property Value | |
|---|---|
| Type | Description |
string |
|