Interface ConnectionProfile

Properties for a connection profile This is incomplete and only contains a few common properties

See

https://developer.gnome.org/NetworkManager/unstable/nm-settings-dbus.html

Hierarchy

  • ConnectionProfile

Indexable

[key: string]: any

Properties

Properties

connection: {
    id: string;
    interface-name?: string;
    type: string;
    uuid: string;
}

Type declaration

  • id: string
  • Optional interface-name?: string
  • type: string
  • uuid: string
ipv4: any
ipv6: any
proxy?: {}

Type declaration

    Generated using TypeDoc