ForwardingRuleLoadBalancingScheme enum
load_balancing_scheme. Picks which regional load balancer variant
this forwarding rule fronts.
- external: Regional external passthrough Network Load Balancer (and legacy Regional external proxy NLB). The provider default when the field is left unset.
- externalManaged: Modern Regional external Application Load Balancer (L7).
- internal: Internal passthrough Network Load Balancer (L4 ILB).
Pairs with
GoogleComputeForwardingRule.backendServicerather thanGoogleComputeForwardingRule.target. - internalManaged: Regional Internal Application Load Balancer
(L7 ILB) — the dominant production setting for new Regional
Internal LB frontends today. Pairs with
GoogleComputeForwardingRule.targetpointing at a regional target HTTP(S) / SSL / TCP proxy.
Note: the global resource also accepts INTERNAL_SELF_MANAGED
(Traffic Director); regional forwarding rules do not — that
scheme is global-only.
Values
- external → const ForwardingRuleLoadBalancingScheme
-
const ForwardingRuleLoadBalancingScheme('EXTERNAL') - externalManaged → const ForwardingRuleLoadBalancingScheme
-
const ForwardingRuleLoadBalancingScheme('EXTERNAL_MANAGED') - internal → const ForwardingRuleLoadBalancingScheme
-
const ForwardingRuleLoadBalancingScheme('INTERNAL') - internalManaged → const ForwardingRuleLoadBalancingScheme
-
const ForwardingRuleLoadBalancingScheme('INTERNAL_MANAGED')
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
-
The Terraform-side string literal this enum value encodes to.
Convention: emitted exactly as it appears in provider docs (typically
SCREAMING_SNAKE_CASEfor GCP).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<
ForwardingRuleLoadBalancingScheme> - A constant List of the values in this enum, in order of their declaration.