public sealed class NodeGroupsScopedList : IMessage<NodeGroupsScopedList>, IEquatable<NodeGroupsScopedList>, IDeepCloneable<NodeGroupsScopedList>, IBufferMessage, IMessageImplements
IMessageNodeGroupsScopedList, IEquatableNodeGroupsScopedList, IDeepCloneableNodeGroupsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NodeGroupsScopedList()
public NodeGroupsScopedList()NodeGroupsScopedList(NodeGroupsScopedList)
public NodeGroupsScopedList(NodeGroupsScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
NodeGroupsScopedList |
Properties
NodeGroups
public RepeatedField<NodeGroup> NodeGroups { get; }[Output Only] A list of node groups contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNodeGroup |
|
Warning
public Warning Warning { get; set; }[Output Only] An informational warning that appears when the nodeGroup list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|