endpointMatcher property

  1. @TagNumber.new(9)
EndpointMatcher get endpointMatcher

Required. A matcher that selects endpoints to which the policies should be applied.

Implementation

@$pb.TagNumber(9)
EndpointMatcher get endpointMatcher => $_getN(6);
  1. @TagNumber.new(9)
set endpointMatcher (EndpointMatcher v)

Implementation

@$pb.TagNumber(9)
set endpointMatcher(EndpointMatcher v) {
  setField(9, v);
}