BackendServiceFailoverPolicy constructor

BackendServiceFailoverPolicy({
  1. bool? disableConnectionDrainOnFailover,
  2. bool? dropTrafficIfUnhealthy,
  3. double? failoverRatio,
})

Implementation

BackendServiceFailoverPolicy({
  this.disableConnectionDrainOnFailover,
  this.dropTrafficIfUnhealthy,
  this.failoverRatio,
});