Class TargetPoolInstanceHealth (1.0.0)

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

Inheritance

Object > TargetPoolInstanceHealth

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TargetPoolInstanceHealth()

public TargetPoolInstanceHealth()

TargetPoolInstanceHealth(TargetPoolInstanceHealth)

public TargetPoolInstanceHealth(TargetPoolInstanceHealth other)
Parameter
NameDescription
otherTargetPoolInstanceHealth

Properties

HasKind

public bool HasKind { get; }

Gets whether the "kind" field is set

Property Value
TypeDescription
Boolean

HealthStatus

public RepeatedField<HealthStatus> HealthStatus { get; }
Property Value
TypeDescription
RepeatedField<HealthStatus>

Kind

public string Kind { get; set; }

[Output Only] Type of resource. Always compute#targetPoolInstanceHealth when checking the health of an instance.

Property Value
TypeDescription
String