Network Services v1 API - Enum HttpRoute.Types.Redirect.Types.ResponseCode (1.0.0-beta01)

public enum HttpRoute.Types.Redirect.Types.ResponseCode

Reference documentation and code samples for the Network Services v1 API enum HttpRoute.Types.Redirect.Types.ResponseCode.

Supported HTTP response code.

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Fields

Name Description
Found

Corresponds to 302.

MovedPermanentlyDefault

Corresponds to 301.

PermanentRedirect

Corresponds to 308. In this case, the request method will be retained.

SeeOther

Corresponds to 303.

TemporaryRedirect

Corresponds to 307. In this case, the request method will be retained.

Unspecified

Default value