Compute Engine v1 API - Class HealthChecksScopedList (2.16.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
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