NetworkConfigArgs

data class NetworkConfigArgs(val datapathProvider: Output<NetworkConfigDatapathProvider>? = null, val defaultSnatStatus: Output<DefaultSnatStatusArgs>? = null, val dnsConfig: Output<DNSConfigArgs>? = null, val enableIntraNodeVisibility: Output<Boolean>? = null, val enableL4ilbSubsetting: Output<Boolean>? = null, val gatewayApiConfig: Output<GatewayAPIConfigArgs>? = null, val privateIpv6GoogleAccess: Output<NetworkConfigPrivateIpv6GoogleAccess>? = null, val serviceExternalIpsConfig: Output<ServiceExternalIPsConfigArgs>? = null) : ConvertibleToJava<NetworkConfigArgs>

NetworkConfig reports the relative names of network & subnetwork.

Constructors

Link copied to clipboard
fun NetworkConfigArgs(datapathProvider: Output<NetworkConfigDatapathProvider>? = null, defaultSnatStatus: Output<DefaultSnatStatusArgs>? = null, dnsConfig: Output<DNSConfigArgs>? = null, enableIntraNodeVisibility: Output<Boolean>? = null, enableL4ilbSubsetting: Output<Boolean>? = null, gatewayApiConfig: Output<GatewayAPIConfigArgs>? = null, privateIpv6GoogleAccess: Output<NetworkConfigPrivateIpv6GoogleAccess>? = null, serviceExternalIpsConfig: Output<ServiceExternalIPsConfigArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NetworkConfigArgs

Properties

Link copied to clipboard

The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.

Link copied to clipboard

Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.

Link copied to clipboard
val dnsConfig: Output<DNSConfigArgs>? = null

DNSConfig contains clusterDNS config for this cluster.

Link copied to clipboard
val enableIntraNodeVisibility: Output<Boolean>? = null

Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.

Link copied to clipboard
val enableL4ilbSubsetting: Output<Boolean>? = null

Whether L4ILB Subsetting is enabled for this cluster.

Link copied to clipboard

GatewayAPIConfig contains the desired config of Gateway API on this cluster.

Link copied to clipboard

The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4)

Link copied to clipboard

ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.