VMwareClusterDataplaneV2Args

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

Constructors

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

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.

Functions

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