NetworkConfig constructor

NetworkConfig({
  1. String? datapathProvider,
  2. DefaultSnatStatus? defaultSnatStatus,
  3. DNSConfig? dnsConfig,
  4. bool? enableFqdnNetworkPolicy,
  5. bool? enableIntraNodeVisibility,
  6. bool? enableL4ilbSubsetting,
  7. bool? enableMultiNetworking,
  8. GatewayAPIConfig? gatewayApiConfig,
  9. String? network,
  10. ClusterNetworkPerformanceConfig? networkPerformanceConfig,
  11. String? privateIpv6GoogleAccess,
  12. ServiceExternalIPsConfig? serviceExternalIpsConfig,
  13. String? subnetwork,
})

Implementation

NetworkConfig({
  this.datapathProvider,
  this.defaultSnatStatus,
  this.dnsConfig,
  this.enableFqdnNetworkPolicy,
  this.enableIntraNodeVisibility,
  this.enableL4ilbSubsetting,
  this.enableMultiNetworking,
  this.gatewayApiConfig,
  this.network,
  this.networkPerformanceConfig,
  this.privateIpv6GoogleAccess,
  this.serviceExternalIpsConfig,
  this.subnetwork,
});