ClusterControlPlaneEndpointsConfigDnsEndpointConfigArgs

data class ClusterControlPlaneEndpointsConfigDnsEndpointConfigArgs(val allowExternalTraffic: Output<Boolean>? = null, val endpoint: Output<String>? = null) : ConvertibleToJava<ClusterControlPlaneEndpointsConfigDnsEndpointConfigArgs>

Constructors

constructor(allowExternalTraffic: Output<Boolean>? = null, endpoint: Output<String>? = null)

Properties

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

Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may still use the endpoint even if this is false.

Link copied to clipboard
val endpoint: Output<String>? = null

The cluster's DNS endpoint.

Functions

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