BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity constructor

BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity({
  1. String? spillover,
  2. double? spilloverRatio,
})

Implementation

BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity({
  this.spillover,
  this.spilloverRatio,
});