App Topology v1 API - Class NodeGroup (1.0.0-beta01)

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

Reference 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.

Inheritance

object > NodeGroup

Namespace

Google.Cloud.AppTopology.V1

Assembly

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