public sealed class HealthChecksScopedList : IMessage<HealthChecksScopedList>, IEquatable<HealthChecksScopedList>, IDeepCloneable<HealthChecksScopedList>, IBufferMessage, IMessageImplements
IMessageHealthChecksScopedList, IEquatableHealthChecksScopedList, IDeepCloneableHealthChecksScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
HealthChecksScopedList()
public HealthChecksScopedList()HealthChecksScopedList(HealthChecksScopedList)
public HealthChecksScopedList(HealthChecksScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
HealthChecksScopedList |
Properties
HealthChecks
public RepeatedField<HealthCheck> HealthChecks { get; }A list of HealthChecks contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldHealthCheck |
|
Warning
public Warning Warning { get; set; }Informational warning which replaces the list of backend services when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|