VmwareDataplaneV2ConfigResponse

data class VmwareDataplaneV2ConfigResponse(val advancedNetworking: Boolean, val dataplaneV2Enabled: Boolean, val windowsDataplaneV2Enabled: Boolean)

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
constructor(advancedNetworking: Boolean, dataplaneV2Enabled: Boolean, windowsDataplaneV2Enabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable advanced networking which requires dataplane_v2_enabled to be set true.

Link copied to clipboard

Enables Dataplane V2.

Link copied to clipboard

Enable Dataplane V2 for clusters with Windows nodes.