LoadBalancerInfo constructor

LoadBalancerInfo({
  1. List<ELBInfo>? elbInfoList,
  2. List<TargetGroupInfo>? targetGroupInfoList,
  3. List<TargetGroupPairInfo>? targetGroupPairInfoList,
})

Implementation

LoadBalancerInfo({
  this.elbInfoList,
  this.targetGroupInfoList,
  this.targetGroupPairInfoList,
});