public enum EndpointMatcher.Types.MetadataLabelMatcher.Types.MetadataLabelMatchCriteriaReference documentation and code samples for the Network Services v1 API enum EndpointMatcher.Types.MetadataLabelMatcher.Types.MetadataLabelMatchCriteria.
Possible criteria values that define logic of how matching is made.
Namespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Fields |
|
|---|---|
| Name | Description |
MatchAll |
The metadata presented by the xDS client should contain all of the labels specified here. |
MatchAny |
At least one of the Labels specified in the matcher should match the metadata presented by xDS client. |
Unspecified |
Default value. Should not be used. |