ip4Config property

IPv4 configuration for this device.

Implementation

NetworkManagerIP4Config? get ip4Config {
  var objectPath =
      _object.getObjectPathProperty(_deviceInterfaceName, 'Ip4Config');
  return _client._getIP4Config(objectPath);
}