LoadBalancerAddress constructor

LoadBalancerAddress({
  1. String? allocationId,
  2. String? iPv6Address,
  3. String? ipAddress,
  4. String? privateIPv4Address,
})

Implementation

LoadBalancerAddress({
  this.allocationId,
  this.iPv6Address,
  this.ipAddress,
  this.privateIPv4Address,
});