public sealed class InstanceGroupsScopedList : IMessage<InstanceGroupsScopedList>, IEquatable<InstanceGroupsScopedList>, IDeepCloneable<InstanceGroupsScopedList>, IBufferMessage, IMessage
Implements
IMessageInstanceGroupsScopedList, IEquatableInstanceGroupsScopedList, IDeepCloneableInstanceGroupsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstanceGroupsScopedList()
public InstanceGroupsScopedList()
InstanceGroupsScopedList(InstanceGroupsScopedList)
public InstanceGroupsScopedList(InstanceGroupsScopedList other)
Parameter | |
---|---|
Name | Description |
other |
InstanceGroupsScopedList |
Properties
InstanceGroups
public RepeatedField<InstanceGroup> InstanceGroups { get; }
[Output Only] The list of instance groups that are contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInstanceGroup |
Warning
public Warning Warning { get; set; }
[Output Only] An informational warning that replaces the list of instance groups when the list is empty.
Property Value | |
---|---|
Type | Description |
Warning |