loadBalancingScheme property

String? loadBalancingScheme
getter/setter pair

All backend services and forwarding rules referenced by this extension must share the same load balancing scheme.

The supported values are INTERNAL_MANAGED and EXTERNAL_MANAGED. You can omit this field for AuthzExtensions resources that don't reference a backend service. For more information, see Backend services overview.

Optional. 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;