Vmware Dataplane V2Config Args
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)