loadBalancingScheme property

String? loadBalancingScheme
getter/setter pair

Specifies the load balancer type.

A backend service created for one type of load balancer cannot be used with another. For more information, refer to Choosing a load balancer. Possible string values are:

  • "EXTERNAL" : Signifies that this will be used for external HTTP(S), SSL Proxy, TCP Proxy, or Network Load Balancing
  • "EXTERNAL_MANAGED" : Signifies that this will be used for External Managed HTTP(S) Load Balancing.
  • "INTERNAL" : Signifies that this will be used for Internal TCP/UDP Load Balancing.
  • "INTERNAL_MANAGED" : Signifies that this will be used for Internal HTTP(S) Load Balancing.
  • "INTERNAL_SELF_MANAGED" : Signifies that this will be used by Traffic Director.
  • "INVALID_LOAD_BALANCING_SCHEME"

Implementation

core.String? loadBalancingScheme;