Compute Engine v1 API - Class HealthChecksScopedList (2.8.0)

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

Inheritance

object > HealthChecksScopedList

Namespace

GoogleCloudGoogle.Cloud.ComputeV1

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
RepeatedFieldHealthCheck

Warning

public Warning Warning { get; set; }

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

Property Value
TypeDescription
Warning