ServiceLbPolicy constructor

ServiceLbPolicy({
  1. ServiceLbPolicyAutoCapacityDrain? autoCapacityDrain,
  2. String? createTime,
  3. String? description,
  4. ServiceLbPolicyFailoverConfig? failoverConfig,
  5. Map<String, String>? labels,
  6. String? loadBalancingAlgorithm,
  7. String? name,
  8. String? updateTime,
})

Implementation

ServiceLbPolicy({
  this.autoCapacityDrain,
  this.createTime,
  this.description,
  this.failoverConfig,
  this.labels,
  this.loadBalancingAlgorithm,
  this.name,
  this.updateTime,
});