public sealed class CompositeHealthCheckHealth : IMessage<CompositeHealthCheckHealth>, IEquatable<CompositeHealthCheckHealth>, IDeepCloneable<CompositeHealthCheckHealth>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class CompositeHealthCheckHealth.
Response message for RegionCompositeHealthChecks.GetHealth
Implements
IMessageCompositeHealthCheckHealth, IEquatableCompositeHealthCheckHealth, IDeepCloneableCompositeHealthCheckHealth, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
CompositeHealthCheckHealth()
public CompositeHealthCheckHealth()CompositeHealthCheckHealth(CompositeHealthCheckHealth)
public CompositeHealthCheckHealth(CompositeHealthCheckHealth other)| Parameter | |
|---|---|
| Name | Description |
other |
CompositeHealthCheckHealth |
Properties
HasHealthState
public bool HasHealthState { get; }Gets whether the "health_state" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasKind
public bool HasKind { get; }Gets whether the "kind" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HealthSources
public RepeatedField<CompositeHealthChecksGetHealthResponseHealthSourceHealth> HealthSources { get; }Health sources and their corresponding health states.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCompositeHealthChecksGetHealthResponseHealthSourceHealth |
|
HealthState
public string HealthState { get; set; }Health state of the CompositeHealthCheck. Check the HealthState enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Kind
public string Kind { get; set; }Output only. [Output Only] Type of resource. Alwayscompute#compositeHealthCheckHealth for the health of composite health checks.
| Property Value | |
|---|---|
| Type | Description |
string |
|