endpointMatchers property

List<GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher>? endpointMatchers
getter/setter pair

Endpoint matchers associated with an application.

A combination of hostname and ports as endpoint matchers is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one of the conditions is met. The conditions should be the following combination: (Hostname & Ports) EXAMPLES: Hostname and Ports - ("*.example.com", "443"), ("example.com" and "22"), ("example.com" and "22,33") etc

Required.

Implementation

core.List<GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher>?
endpointMatchers;