public static class RedirectResponseCodeConstants for wire representations of the HttpRedirectAction.Types.RedirectResponseCode enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Found
public const string Found = "FOUND"Wire representation of Found.
| Field Value | |
|---|---|
| Type | Description | 
String | 
        |
MovedPermanentlyDefault
public const string MovedPermanentlyDefault = "MOVED_PERMANENTLY_DEFAULT"Wire representation of MovedPermanentlyDefault.
| Field Value | |
|---|---|
| Type | Description | 
String | 
        |
PermanentRedirect
public const string PermanentRedirect = "PERMANENT_REDIRECT"Wire representation of PermanentRedirect.
| Field Value | |
|---|---|
| Type | Description | 
String | 
        |
SeeOther
public const string SeeOther = "SEE_OTHER"Wire representation of SeeOther.
| Field Value | |
|---|---|
| Type | Description | 
String | 
        |
TemporaryRedirect
public const string TemporaryRedirect = "TEMPORARY_REDIRECT"Wire representation of TemporaryRedirect.
| Field Value | |
|---|---|
| Type | Description | 
String | 
        |
UndefinedRedirectResponseCode
public const string UndefinedRedirectResponseCode = "UNDEFINED_REDIRECT_RESPONSE_CODE"Wire representation of UndefinedRedirectResponseCode.
| Field Value | |
|---|---|
| Type | Description | 
String | 
        |