Compute Engine v1 API - Class NodeGroupsScopedList (2.5.0)

public sealed class NodeGroupsScopedList : IMessage<NodeGroupsScopedList>, IEquatable<NodeGroupsScopedList>, IDeepCloneable<NodeGroupsScopedList>, IBufferMessage, IMessage

Inheritance

Object > NodeGroupsScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NodeGroupsScopedList()

public NodeGroupsScopedList()

NodeGroupsScopedList(NodeGroupsScopedList)

public NodeGroupsScopedList(NodeGroupsScopedList other)
Parameter
NameDescription
otherNodeGroupsScopedList

Properties

NodeGroups

public RepeatedField<NodeGroup> NodeGroups { get; }

[Output Only] A list of node groups contained in this scope.

Property Value
TypeDescription
RepeatedField<NodeGroup>

Warning

public Warning Warning { get; set; }

[Output Only] An informational warning that appears when the nodeGroup list is empty.

Property Value
TypeDescription
Warning