dhcp4Config property

DHCPv4 configuration for this connection.

Implementation

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