Interface

NM-1.0NMVpnConnectionConstructorProps

interface ConstructorProps {
    banner: string;
    client: NM.Client;
    connection: NM.RemoteConnection;
    controller: NM.Device;
    default: boolean;
    default6: boolean;
    devices: NM.Device[];
    dhcp4_config: NM.DhcpConfig;
    dhcp4Config: NM.DhcpConfig;
    dhcp6_config: NM.DhcpConfig;
    dhcp6Config: NM.DhcpConfig;
    id: string;
    ip4_config: NM.IPConfig;
    ip4Config: NM.IPConfig;
    ip6_config: NM.IPConfig;
    ip6Config: NM.IPConfig;
    master: NM.Device;
    path: string;
    specific_object_path: string;
    specificObjectPath: string;
    state: NM.ActiveConnectionState;
    state_flags: number;
    stateFlags: number;
    type: string;
    uuid: string;
    vpn: boolean;
    vpn_state: NM.VpnConnectionState;
    vpnState: NM.VpnConnectionState;
}

Hierarchy (View Summary)

Index

Properties

banner: string

Properties - Inherited from NM.ActiveConnection.ConstructorProps

client: NM.Client
connection: NM.RemoteConnection
controller: NM.Device
default: boolean
default6: boolean
devices: NM.Device[]
dhcp4_config: NM.DhcpConfig
dhcp4Config: NM.DhcpConfig
dhcp6_config: NM.DhcpConfig
dhcp6Config: NM.DhcpConfig
id: string
ip4_config: NM.IPConfig
ip4Config: NM.IPConfig
ip6_config: NM.IPConfig
ip6Config: NM.IPConfig
master: NM.Device
path: string
specific_object_path: string
specificObjectPath: string
state_flags: number
stateFlags: number
type: string
uuid: string
vpn: boolean