public sealed class EndpointMatcher : IMessage<EndpointMatcher>, IEquatable<EndpointMatcher>, IDeepCloneable<EndpointMatcher>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class EndpointMatcher.
A definition of a matcher that selects endpoints to which the policies
should be applied.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `EndpointMatcher` class in the Network Services v1 API defines how to select endpoints for policy application."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations."],["It offers two constructors: a default one and one that accepts another `EndpointMatcher` instance for initialization."],["`EndpointMatcher` supports matching based on node metadata via the `MetadataLabelMatcher` property."],["The `MatcherTypeCase` property identifies the specific type of matcher used."]]],[]]