VMwareClusterDataplaneV2

data class VMwareClusterDataplaneV2(val advancedNetworking: Boolean? = null, val dataplaneV2Enabled: Boolean? = null, val windowsDataplaneV2Enabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(advancedNetworking: Boolean? = null, dataplaneV2Enabled: Boolean? = null, windowsDataplaneV2Enabled: Boolean? = null)

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.