public sealed class InstancesScopedList : IMessage<InstancesScopedList>, IEquatable<InstancesScopedList>, IDeepCloneable<InstancesScopedList>, IBufferMessage, IMessageImplements
IMessageInstancesScopedList, IEquatableInstancesScopedList, IDeepCloneableInstancesScopedList, 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 |
RepeatedFieldInstance |
|
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 |
|