SqlIpConfig constructor

SqlIpConfig({
  1. String? allocatedIpRange,
  2. List<SqlAclEntry>? authorizedNetworks,
  3. bool? enableIpv4,
  4. String? privateNetwork,
  5. bool? requireSsl,
})

Implementation

SqlIpConfig({
  this.allocatedIpRange,
  this.authorizedNetworks,
  this.enableIpv4,
  this.privateNetwork,
  this.requireSsl,
});