public sealed class HealthSourcesScopedList : IMessage<HealthSourcesScopedList>, IEquatable<HealthSourcesScopedList>, IDeepCloneable<HealthSourcesScopedList>, IBufferMessage, IMessageImplements
IMessageHealthSourcesScopedList, IEquatableHealthSourcesScopedList, IDeepCloneableHealthSourcesScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|