IpConfiguration constructor

IpConfiguration({
  1. String? allocatedIpRange,
  2. List<AclEntry>? authorizedNetworks,
  3. bool? ipv4Enabled,
  4. String? privateNetwork,
  5. bool? requireSsl,
})

Implementation

IpConfiguration({
  this.allocatedIpRange,
  this.authorizedNetworks,
  this.ipv4Enabled,
  this.privateNetwork,
  this.requireSsl,
});