Compute Engine v1 API - Class HealthSourcesScopedList (3.26.0)

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

Inheritance

object > HealthSourcesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

HealthSourcesScopedList()

public HealthSourcesScopedList()

HealthSourcesScopedList(HealthSourcesScopedList)

public HealthSourcesScopedList(HealthSourcesScopedList other)
Parameter
Name Description
other HealthSourcesScopedList

Properties

HealthSources

public RepeatedField<HealthSource> HealthSources { get; }

A list of HealthSources contained in this scope.

Property Value
Type Description
RepeatedFieldHealthSource

Warning

public Warning Warning { get; set; }

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

Property Value
Type Description
Warning