GlobalForwardingRuleMigrationState enum

external_managed_backend_bucket_migration_state. Drives the canary migration of backend buckets attached to this forwarding rule from EXTERNAL (Classic ALB) to EXTERNAL_MANAGED (modern global external ALB).

Migration is staged via three states applied in order:

  1. prepare: ready the buckets for the cutover.
  2. testByPercentage: split traffic by GoogleComputeGlobalForwardingRule.externalManagedBackendBucketMigrationTestingPercentage.
  3. testAllTraffic: route 100% before switching loadBalancingScheme to GlobalForwardingRuleLoadBalancingScheme.externalManaged. Rollback walks the same states in reverse.
Inheritance
Available extensions

Values

prepare → const GlobalForwardingRuleMigrationState
const GlobalForwardingRuleMigrationState('PREPARE')
testByPercentage → const GlobalForwardingRuleMigrationState
const GlobalForwardingRuleMigrationState('TEST_BY_PERCENTAGE')
testAllTraffic → const GlobalForwardingRuleMigrationState
const GlobalForwardingRuleMigrationState('TEST_ALL_TRAFFIC')

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<GlobalForwardingRuleMigrationState>
A constant List of the values in this enum, in order of their declaration.