Compute Engine v1 API - Class CompositeHealthChecksScopedList (3.26.0)

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

Inheritance

object > CompositeHealthChecksScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

CompositeHealthChecksScopedList()

public CompositeHealthChecksScopedList()

CompositeHealthChecksScopedList(CompositeHealthChecksScopedList)

public CompositeHealthChecksScopedList(CompositeHealthChecksScopedList other)
Parameter
Name Description
other CompositeHealthChecksScopedList

Properties

CompositeHealthChecks

public RepeatedField<CompositeHealthCheck> CompositeHealthChecks { get; }

A list of CompositeHealthChecks contained in this scope.

Property Value
Type Description
RepeatedFieldCompositeHealthCheck

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of composite health checks when the list is empty.

Property Value
Type Description
Warning