public sealed class TargetPoolsScopedList : IMessage<TargetPoolsScopedList>, IEquatable<TargetPoolsScopedList>, IDeepCloneable<TargetPoolsScopedList>, IBufferMessage, IMessageImplements
IMessageTargetPoolsScopedList, IEquatableTargetPoolsScopedList, IDeepCloneableTargetPoolsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
TargetPoolsScopedList()
public TargetPoolsScopedList()TargetPoolsScopedList(TargetPoolsScopedList)
public TargetPoolsScopedList(TargetPoolsScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
TargetPoolsScopedList |
Properties
TargetPools
public RepeatedField<TargetPool> TargetPools { get; }A list of target pools contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTargetPool |
|
Warning
public Warning Warning { get; set; }Informational warning which replaces the list of addresses when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|