VMware Cluster Dataplane V2Args
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
fun VMwareClusterDataplaneV2Args(advancedNetworking: Output<Boolean>? = null, dataplaneV2Enabled: Output<Boolean>? = null, windowsDataplaneV2Enabled: Output<Boolean>? = null)