Interface

NM-1.0NMSettingVpnConstructorProps

interface ConstructorProps {
    data: GLib.HashTable<string, string>;
    name: string;
    persistent: boolean;
    secrets: GLib.HashTable<string, string>;
    service_type: string;
    serviceType: string;
    timeout: number;
    user_name: string;
    userName: string;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Setting.ConstructorProps

Properties

data: GLib.HashTable<string, string>
persistent: boolean
secrets: GLib.HashTable<string, string>
service_type: string
serviceType: string
timeout: number
user_name: string
userName: string

Properties - Inherited from NM.Setting.ConstructorProps

name: string