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

Properties of a Redirect.

Package

@google-cloud/networkservices

Properties

hostRedirect

hostRedirect?: (string|null);

Redirect hostRedirect

httpsRedirect

httpsRedirect?: (boolean|null);

Redirect httpsRedirect

pathRedirect

pathRedirect?: (string|null);

Redirect pathRedirect

portRedirect

portRedirect?: (number|null);

Redirect portRedirect

prefixRewrite

prefixRewrite?: (string|null);

Redirect prefixRewrite

responseCode

responseCode?: (google.cloud.networkservices.v1.HttpRoute.Redirect.ResponseCode|keyof typeof google.cloud.networkservices.v1.HttpRoute.Redirect.ResponseCode|null);

Redirect responseCode

stripQuery

stripQuery?: (boolean|null);

Redirect stripQuery