Interface protos.google.cloud.compute.v1.IHttpHeaderMatch (4.3.0)

Properties of a HttpHeaderMatch.

Package

@google-cloud/compute

Properties

exactMatch

exactMatch?: (string|null);

HttpHeaderMatch exactMatch

headerName

headerName?: (string|null);

HttpHeaderMatch headerName

invertMatch

invertMatch?: (boolean|null);

HttpHeaderMatch invertMatch

prefixMatch

prefixMatch?: (string|null);

HttpHeaderMatch prefixMatch

presentMatch

presentMatch?: (boolean|null);

HttpHeaderMatch presentMatch

rangeMatch

rangeMatch?: (google.cloud.compute.v1.IInt64RangeMatch|null);

HttpHeaderMatch rangeMatch

regexMatch

regexMatch?: (string|null);

HttpHeaderMatch regexMatch

suffixMatch

suffixMatch?: (string|null);

HttpHeaderMatch suffixMatch