Interface protos.google.cloud.networkservices.v1.HttpRoute.IRouteMatch (0.2.1)

Properties of a RouteMatch.

Package

@google-cloud/networkservices

Properties

fullPathMatch

fullPathMatch?: (string|null);

RouteMatch fullPathMatch

headers

headers?: (google.cloud.networkservices.v1.HttpRoute.IHeaderMatch[]|null);

RouteMatch headers

ignoreCase

ignoreCase?: (boolean|null);

RouteMatch ignoreCase

prefixMatch

prefixMatch?: (string|null);

RouteMatch prefixMatch

queryParameters

queryParameters?: (google.cloud.networkservices.v1.HttpRoute.IQueryParameterMatch[]|null);

RouteMatch queryParameters

regexMatch

regexMatch?: (string|null);

RouteMatch regexMatch