VmwareDataplaneV2ConfigArgs

data class VmwareDataplaneV2ConfigArgs(val advancedNetworking: Output<Boolean>? = null, val dataplaneV2Enabled: Output<Boolean>? = null, val windowsDataplaneV2Enabled: Output<Boolean>? = null) : ConvertibleToJava<VmwareDataplaneV2ConfigArgs>

Contains configurations for Dataplane V2, which is optimized dataplane for Kubernetes networking. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dataplane-v2

Constructors

Link copied to clipboard
fun VmwareDataplaneV2ConfigArgs(advancedNetworking: Output<Boolean>? = null, dataplaneV2Enabled: Output<Boolean>? = null, windowsDataplaneV2Enabled: Output<Boolean>? = null)

Functions

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

Properties

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

Enable advanced networking which requires dataplane_v2_enabled to be set true.

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

Enables Dataplane V2.

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

Enable Dataplane V2 for clusters with Windows nodes.