RegionUrlMapRedirectResponseCode enum

HTTP redirect response code emitted by a default_url_redirect / path_rule.url_redirect / route_rules.url_redirect block. The schema declares this as a free-form string -- the enum below pins the API-accepted set so callers cannot mis-spell it.

Inheritance
Available extensions

Values

found → const RegionUrlMapRedirectResponseCode
const RegionUrlMapRedirectResponseCode('FOUND')
movedPermanentlyDefault → const RegionUrlMapRedirectResponseCode
const RegionUrlMapRedirectResponseCode('MOVED_PERMANENTLY_DEFAULT')
permanentRedirect → const RegionUrlMapRedirectResponseCode
const RegionUrlMapRedirectResponseCode('PERMANENT_REDIRECT')
seeOther → const RegionUrlMapRedirectResponseCode
const RegionUrlMapRedirectResponseCode('SEE_OTHER')
temporaryRedirect → const RegionUrlMapRedirectResponseCode
const RegionUrlMapRedirectResponseCode('TEMPORARY_REDIRECT')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terraformValue String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<RegionUrlMapRedirectResponseCode>
A constant List of the values in this enum, in order of their declaration.