public sealed class CompositeHealthChecksScopedList : IMessage<CompositeHealthChecksScopedList>, IEquatable<CompositeHealthChecksScopedList>, IDeepCloneable<CompositeHealthChecksScopedList>, IBufferMessage, IMessageImplements
IMessageCompositeHealthChecksScopedList, IEquatableCompositeHealthChecksScopedList, IDeepCloneableCompositeHealthChecksScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|