IngressIpAllowlistConfig constructor

IngressIpAllowlistConfig({
  1. List<IngressIpAllowlistRule>? allowlistRules,
  2. bool? enabled,
  3. bool? googleServicesEnabled,
})

Implementation

IngressIpAllowlistConfig({
  this.allowlistRules,
  this.enabled,
  this.googleServicesEnabled,
});