public sealed class NodeGroup : IMessage<NodeGroup>, IEquatable<NodeGroup>, IDeepCloneable<NodeGroup>, IBufferMessage, IMessageReference documentation and code samples for the App Topology v1 API class NodeGroup.
NodeGroup represents a dynamic collection of nodes that satisfy specific criteria. A node is considered part of this group if it matches the defined constraints.
Implements
IMessageNodeGroup, IEquatableNodeGroup, IDeepCloneableNodeGroup, IBufferMessage, IMessageNamespace
Google.Cloud.AppTopology.V1Assembly
Google.Cloud.AppTopology.V1.dll
Constructors
NodeGroup()
public NodeGroup()NodeGroup(NodeGroup)
public NodeGroup(NodeGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
NodeGroup |
Properties
AnyLabels
public RepeatedField<string> AnyLabels { get; }Optional. A node must have at least one of these labels to be included in the group. If empty or unset, this constraint is not applied.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|