NetworkConfig constructor
NetworkConfig({
- String? datapathProvider,
- DefaultSnatStatus? defaultSnatStatus,
- DNSConfig? dnsConfig,
- bool? enableCiliumClusterwideNetworkPolicy,
- bool? enableFqdnNetworkPolicy,
- bool? enableIntraNodeVisibility,
- bool? enableL4ilbSubsetting,
- bool? enableMultiNetworking,
- GatewayAPIConfig? gatewayApiConfig,
- String? inTransitEncryptionConfig,
- String? network,
- ClusterNetworkPerformanceConfig? networkPerformanceConfig,
- String? privateIpv6GoogleAccess,
- ServiceExternalIPsConfig? serviceExternalIpsConfig,
- 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,
});