public sealed class HealthChecksScopedList : IMessage<HealthChecksScopedList>, IEquatable<HealthChecksScopedList>, IDeepCloneable<HealthChecksScopedList>, IBufferMessage, IMessage
Implements
IMessage<HealthChecksScopedList>, IEquatable<HealthChecksScopedList>, IDeepCloneable<HealthChecksScopedList>, 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 |
RepeatedField<HealthCheck> |
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 |