Interface

NM-1.0NMSettingAdslConstructorProps

interface ConstructorProps {
    encapsulation: string;
    name: string;
    password: string;
    password_flags: NM.SettingSecretFlags;
    passwordFlags: NM.SettingSecretFlags;
    protocol: string;
    username: string;
    vci: number;
    vpi: number;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Setting.ConstructorProps

Properties

encapsulation: string
password: string
password_flags: NM.SettingSecretFlags
passwordFlags: NM.SettingSecretFlags
protocol: string
username: string
vci: number
vpi: number

Properties - Inherited from NM.Setting.ConstructorProps

name: string