loadBalancingScheme property
All backend services and forwarding rules referenced by this extension must share the same load balancing scheme.
Supported values: INTERNAL_MANAGED
, EXTERNAL_MANAGED
. For more
information, refer to
Choosing a load balancer.
Required. Possible string values are:
- "LOAD_BALANCING_SCHEME_UNSPECIFIED" : Default value. Do not use.
- "INTERNAL_MANAGED" : Signifies that this is used for Internal HTTP(S) Load Balancing.
- "EXTERNAL_MANAGED" : Signifies that this is used for External Managed HTTP(S) Load Balancing.
Implementation
core.String? loadBalancingScheme;