isolationMode property

String? isolationMode
getter/setter pair

The isolation mode of the load balancer.

Optional. Possible string values are:

  • "ISOLATION_MODE_UNSPECIFIED" : No isolation mode is configured for the backend service.
  • "NEAREST" : Traffic will be sent to the nearest region.
  • "STRICT" : Traffic will fail if no serving backends are available in the same region as the load balancer.

Implementation

core.String? isolationMode;