Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::HttpRedirectAction::RedirectResponseCode (v1.9.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::HttpRedirectAction::RedirectResponseCode.

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.

Constants

UNDEFINED_REDIRECT_RESPONSE_CODE

value: 0
A value indicating that the enum field is not set.

FOUND

value: 67084130
Http Status Code 302 - Found.

MOVED_PERMANENTLY_DEFAULT

value: 386698449
Http Status Code 301 - Moved Permanently.

PERMANENT_REDIRECT

value: 382006381
Http Status Code 308 - Permanent Redirect maintaining HTTP method.

SEE_OTHER

value: 445380580
Http Status Code 303 - See Other.

TEMPORARY_REDIRECT

value: 489550378
Http Status Code 307 - Temporary Redirect maintaining HTTP method.