public sealed class CompositeHealthChecksGetHealthResponseHealthSourceHealth : IMessage<CompositeHealthChecksGetHealthResponseHealthSourceHealth>, IEquatable<CompositeHealthChecksGetHealthResponseHealthSourceHealth>, IDeepCloneable<CompositeHealthChecksGetHealthResponseHealthSourceHealth>, IBufferMessage, IMessageImplements
IMessageCompositeHealthChecksGetHealthResponseHealthSourceHealth, IEquatableCompositeHealthChecksGetHealthResponseHealthSourceHealth, IDeepCloneableCompositeHealthChecksGetHealthResponseHealthSourceHealth, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
CompositeHealthChecksGetHealthResponseHealthSourceHealth()
public CompositeHealthChecksGetHealthResponseHealthSourceHealth()CompositeHealthChecksGetHealthResponseHealthSourceHealth(CompositeHealthChecksGetHealthResponseHealthSourceHealth)
public CompositeHealthChecksGetHealthResponseHealthSourceHealth(CompositeHealthChecksGetHealthResponseHealthSourceHealth other)| Parameter | |
|---|---|
| Name | Description |
other |
CompositeHealthChecksGetHealthResponseHealthSourceHealth |
Properties
HasHealthState
public bool HasHealthState { get; }Gets whether the "health_state" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSource
public bool HasSource { get; }Gets whether the "source" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HealthState
public string HealthState { get; set; }Health state of the associated HealthSource resource. Check the HealthState enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Source
public string Source { get; set; }Fully qualified URL of the associated HealthSource resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|