Module: Google::Cloud::Compute::V1::HttpRedirectAction::RedirectResponseCode

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

The HTTP Status code to use for this RedirectAction. Supported values are: - MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which corresponds to 302. - SEE_OTHER which corresponds to 303. - TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request method is retained. - PERMANENT_REDIRECT, which corresponds to 308. In this case, the request method is retained.

Constant Summary collapse

UNDEFINED_REDIRECT_RESPONSE_CODE =

A value indicating that the enum field is not set.

0
FOUND =

Http Status Code 302 - Found.

67_084_130
MOVED_PERMANENTLY_DEFAULT =

Http Status Code 301 - Moved Permanently.

386_698_449
PERMANENT_REDIRECT =

Http Status Code 308 - Permanent Redirect maintaining HTTP method.

382_006_381
SEE_OTHER =

Http Status Code 303 - See Other.

445_380_580
TEMPORARY_REDIRECT =

Http Status Code 307 - Temporary Redirect maintaining HTTP method.

489_550_378