Compute Engine v1 API - Class TargetInstancesScopedList (2.16.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
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