ServiceLbPolicy constructor
ServiceLbPolicy({
- ServiceLbPolicyAutoCapacityDrain? autoCapacityDrain,
- String? createTime,
- String? description,
- ServiceLbPolicyFailoverConfig? failoverConfig,
- Map<
String, String> ? labels, - String? loadBalancingAlgorithm,
- String? name,
- String? updateTime,
Implementation
ServiceLbPolicy({
this.autoCapacityDrain,
this.createTime,
this.description,
this.failoverConfig,
this.labels,
this.loadBalancingAlgorithm,
this.name,
this.updateTime,
});