public sealed class HealthAggregationPoliciesScopedList : IMessage<HealthAggregationPoliciesScopedList>, IEquatable<HealthAggregationPoliciesScopedList>, IDeepCloneable<HealthAggregationPoliciesScopedList>, IBufferMessage, IMessageImplements
IMessageHealthAggregationPoliciesScopedList, IEquatableHealthAggregationPoliciesScopedList, IDeepCloneableHealthAggregationPoliciesScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
HealthAggregationPoliciesScopedList()
public HealthAggregationPoliciesScopedList()HealthAggregationPoliciesScopedList(HealthAggregationPoliciesScopedList)
public HealthAggregationPoliciesScopedList(HealthAggregationPoliciesScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
HealthAggregationPoliciesScopedList |
Properties
HealthAggregationPolicies
public RepeatedField<HealthAggregationPolicy> HealthAggregationPolicies { get; }A list of HealthAggregationPolicys contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldHealthAggregationPolicy |
|
Warning
public Warning Warning { get; set; }Informational warning which replaces the list of health aggregation policies when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|