public sealed class InstanceGroupManagersScopedList : IMessage<InstanceGroupManagersScopedList>, IEquatable<InstanceGroupManagersScopedList>, IDeepCloneable<InstanceGroupManagersScopedList>, IBufferMessage, IMessageImplements
IMessageInstanceGroupManagersScopedList, IEquatableInstanceGroupManagersScopedList, IDeepCloneableInstanceGroupManagersScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstanceGroupManagersScopedList()
public InstanceGroupManagersScopedList()InstanceGroupManagersScopedList(InstanceGroupManagersScopedList)
public InstanceGroupManagersScopedList(InstanceGroupManagersScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceGroupManagersScopedList |
Properties
InstanceGroupManagers
public RepeatedField<InstanceGroupManager> InstanceGroupManagers { get; }[Output Only] The list of managed instance groups that are contained in the specified project and zone.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInstanceGroupManager |
|
Warning
public Warning Warning { get; set; }[Output Only] The warning that replaces the list of managed instance groups when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|