backendType property

String? backendType
getter/setter pair

Type of load balancer's backend configuration. Possible string values are:

  • "BACKEND_TYPE_UNSPECIFIED" : Type is unspecified.
  • "BACKEND_SERVICE" : Backend Service as the load balancer's backend.
  • "TARGET_POOL" : Target Pool as the load balancer's backend.
  • "TARGET_INSTANCE" : Target Instance as the load balancer's backend.

Implementation

core.String? backendType;