Network Services v1 API - Enum EndpointMatcher.Types.MetadataLabelMatcher.Types.MetadataLabelMatchCriteria (1.0.0-beta01)

public enum EndpointMatcher.Types.MetadataLabelMatcher.Types.MetadataLabelMatchCriteria

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

Assembly

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.