public sealed class HealthCheckResponse : IMessage<HealthCheckResponse>, IEquatable<HealthCheckResponse>, IDeepCloneable<HealthCheckResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class HealthCheckResponse.
HealthCheckResponse is the response message for Check.
Implements
IMessageHealthCheckResponse, IEquatableHealthCheckResponse, IDeepCloneableHealthCheckResponse, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
HealthCheckResponse()
public HealthCheckResponse()HealthCheckResponse(HealthCheckResponse)
public HealthCheckResponse(HealthCheckResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
HealthCheckResponse |
Properties
ClusterInfo
public ClusterInfo ClusterInfo { get; set; }Other information of the cluster client may be interested.
| Property Value | |
|---|---|
| Type | Description |
ClusterInfo |
|
Healthy
public bool Healthy { get; set; }Indicates whether the cluster is in healthy state or not.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Reason
public string Reason { get; set; }Reason of why the cluster is in unhealthy state.
| Property Value | |
|---|---|
| Type | Description |
string |
|