Class TargetInstancesScopedList (1.2.0)

public sealed class TargetInstancesScopedList : IMessage<TargetInstancesScopedList>, IEquatable<TargetInstancesScopedList>, IDeepCloneable<TargetInstancesScopedList>, IBufferMessage, IMessage

Inheritance

Object > TargetInstancesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TargetInstancesScopedList()

public TargetInstancesScopedList()

TargetInstancesScopedList(TargetInstancesScopedList)

public TargetInstancesScopedList(TargetInstancesScopedList other)
Parameter
NameDescription
otherTargetInstancesScopedList

Properties

TargetInstances

public RepeatedField<TargetInstance> TargetInstances { get; }

A list of target instances contained in this scope.

Property Value
TypeDescription
RepeatedField<TargetInstance>

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of addresses when the list is empty.

Property Value
TypeDescription
Warning