VmwareDataplaneV2Config.fromJson constructor

VmwareDataplaneV2Config.fromJson(
  1. Map json_
)

Implementation

VmwareDataplaneV2Config.fromJson(core.Map json_)
  : this(
      advancedNetworking: json_['advancedNetworking'] as core.bool?,
      dataplaneV2Enabled: json_['dataplaneV2Enabled'] as core.bool?,
      forwardMode: json_['forwardMode'] as core.String?,
      windowsDataplaneV2Enabled:
          json_['windowsDataplaneV2Enabled'] as core.bool?,
    );