dhcp4Config property

DHCPv4 configuration for this device.

Implementation

NetworkManagerDHCP4Config? get dhcp4Config {
  var objectPath =
      _object.getObjectPathProperty(_deviceInterfaceName, 'Dhcp4Config');
  return _client._getDHCP4Config(objectPath);
}