Vmware Dataplane V2Config Response
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
fun VmwareDataplaneV2ConfigResponse(advancedNetworking: Boolean, dataplaneV2Enabled: Boolean, windowsDataplaneV2Enabled: Boolean)