VmwareDataplaneV2Config constructor

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

Implementation

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