isolationGranularity property

String? isolationGranularity
getter/setter pair

The isolation granularity of the load balancer.

Optional. Possible string values are:

  • "ISOLATION_GRANULARITY_UNSPECIFIED" : No isolation is configured for the backend service. Traffic can overflow based on the load balancing algorithm.
  • "REGION" : Traffic for this service will be isolated at the cloud region level.

Implementation

core.String? isolationGranularity;