NetworkConfig constructor

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

Implementation

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