public sealed class HealthCheckServicesScopedList : IMessage<HealthCheckServicesScopedList>, IEquatable<HealthCheckServicesScopedList>, IDeepCloneable<HealthCheckServicesScopedList>, IBufferMessage, IMessageImplements
IMessageHealthCheckServicesScopedList, IEquatableHealthCheckServicesScopedList, IDeepCloneableHealthCheckServicesScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
HealthCheckServicesScopedList()
public HealthCheckServicesScopedList()HealthCheckServicesScopedList(HealthCheckServicesScopedList)
public HealthCheckServicesScopedList(HealthCheckServicesScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
HealthCheckServicesScopedList |
Properties
Resources
public RepeatedField<HealthCheckService> Resources { get; }A list of HealthCheckServices contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldHealthCheckService |
|
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 |
|