ip4Config property

IPv4 configuration for this connection.

Implementation

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