NetworkConfigResponse

data class NetworkConfigResponse(val datapathProvider: String, val defaultSnatStatus: DefaultSnatStatusResponse, val dnsConfig: DNSConfigResponse, val enableIntraNodeVisibility: Boolean, val enableL4ilbSubsetting: Boolean, val gatewayApiConfig: GatewayAPIConfigResponse, val network: String, val privateIpv6GoogleAccess: String, val serviceExternalIpsConfig: ServiceExternalIPsConfigResponse, val subnetwork: String)

NetworkConfig reports the relative names of network & subnetwork.

Constructors

Link copied to clipboard
fun NetworkConfigResponse(datapathProvider: String, defaultSnatStatus: DefaultSnatStatusResponse, dnsConfig: DNSConfigResponse, enableIntraNodeVisibility: Boolean, enableL4ilbSubsetting: Boolean, gatewayApiConfig: GatewayAPIConfigResponse, network: String, privateIpv6GoogleAccess: String, serviceExternalIpsConfig: ServiceExternalIPsConfigResponse, subnetwork: String)

Types

Link copied to clipboard
object Companion

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

DNSConfig contains clusterDNS config for this cluster.

Link copied to clipboard

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

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 relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network

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.

Link copied to clipboard

The relative name of the Google Compute Engine subnetwork to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet