VmwareDataplaneV2Config constructor

VmwareDataplaneV2Config({
  1. bool? advancedNetworking,
  2. bool? dataplaneV2Enabled,
  3. bool? windowsDataplaneV2Enabled,
})

Implementation

VmwareDataplaneV2Config({
  this.advancedNetworking,
  this.dataplaneV2Enabled,
  this.windowsDataplaneV2Enabled,
});