Compute Engine v1 API - Class HealthChecksScopedList (2.5.0)

public sealed class HealthChecksScopedList : IMessage<HealthChecksScopedList>, IEquatable<HealthChecksScopedList>, IDeepCloneable<HealthChecksScopedList>, IBufferMessage, IMessage

Inheritance

Object > HealthChecksScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

HealthChecksScopedList()

public HealthChecksScopedList()

HealthChecksScopedList(HealthChecksScopedList)

public HealthChecksScopedList(HealthChecksScopedList other)
Parameter
NameDescription
otherHealthChecksScopedList

Properties

HealthChecks

public RepeatedField<HealthCheck> HealthChecks { get; }

A list of HealthChecks contained in this scope.

Property Value
TypeDescription
RepeatedField<HealthCheck>

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of backend services when the list is empty.

Property Value
TypeDescription
Warning