Interface protos.google.cloud.compute.v1.IHttpRouteRuleMatch (4.5.0)

Properties of a HttpRouteRuleMatch.

Package

@google-cloud/compute

Properties

fullPathMatch

fullPathMatch?: (string|null);

HttpRouteRuleMatch fullPathMatch

headerMatches

headerMatches?: (google.cloud.compute.v1.IHttpHeaderMatch[]|null);

HttpRouteRuleMatch headerMatches

ignoreCase

ignoreCase?: (boolean|null);

HttpRouteRuleMatch ignoreCase

metadataFilters

metadataFilters?: (google.cloud.compute.v1.IMetadataFilter[]|null);

HttpRouteRuleMatch metadataFilters

pathTemplateMatch

pathTemplateMatch?: (string|null);

HttpRouteRuleMatch pathTemplateMatch

prefixMatch

prefixMatch?: (string|null);

HttpRouteRuleMatch prefixMatch

queryParameterMatches

queryParameterMatches?: (google.cloud.compute.v1.IHttpQueryParameterMatch[]|null);

HttpRouteRuleMatch queryParameterMatches

regexMatch

regexMatch?: (string|null);

HttpRouteRuleMatch regexMatch