public sealed class TargetInstancesScopedList : IMessage<TargetInstancesScopedList>, IEquatable<TargetInstancesScopedList>, IDeepCloneable<TargetInstancesScopedList>, IBufferMessage, IMessage
Implements
IMessageTargetInstancesScopedList, IEquatableTargetInstancesScopedList, IDeepCloneableTargetInstancesScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
TargetInstancesScopedList()
public TargetInstancesScopedList()
TargetInstancesScopedList(TargetInstancesScopedList)
public TargetInstancesScopedList(TargetInstancesScopedList other)
Parameter | |
---|---|
Name | Description |
other | TargetInstancesScopedList |
Properties
TargetInstances
public RepeatedField<TargetInstance> TargetInstances { get; }
A list of target instances contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTargetInstance |
Warning
public Warning Warning { get; set; }
Informational warning which replaces the list of addresses when the list is empty.
Property Value | |
---|---|
Type | Description |
Warning |