public sealed class InstancesScopedList : IMessage<InstancesScopedList>, IEquatable<InstancesScopedList>, IDeepCloneable<InstancesScopedList>, IBufferMessage, IMessage
Implements
IMessage<InstancesScopedList>, IEquatable<InstancesScopedList>, IDeepCloneable<InstancesScopedList>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstancesScopedList()
public InstancesScopedList()
InstancesScopedList(InstancesScopedList)
public InstancesScopedList(InstancesScopedList other)
Parameter | |
---|---|
Name | Description |
other | InstancesScopedList |
Properties
Instances
public RepeatedField<Instance> Instances { get; }
[Output Only] A list of instances contained in this scope.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Warning |