Class InstancesScopedList (1.3.0)

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

Inheritance

Object > InstancesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstancesScopedList()

public InstancesScopedList()

InstancesScopedList(InstancesScopedList)

public InstancesScopedList(InstancesScopedList other)
Parameter
NameDescription
otherInstancesScopedList

Properties

Instances

public RepeatedField<Instance> Instances { get; }

[Output Only] A list of instances contained in this scope.

Property Value
TypeDescription
RepeatedField<Instance>

Warning

public Warning Warning { get; set; }

[Output Only] Informational warning which replaces the list of instances when the list is empty.

Property Value
TypeDescription
Warning