Interface

NM-1.0NMSettingPppoeConstructorProps

interface ConstructorProps {
    name: string;
    parent: string;
    password: string;
    password_flags: NM.SettingSecretFlags;
    passwordFlags: NM.SettingSecretFlags;
    service: string;
    username: string;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Setting.ConstructorProps

Properties

parent: string
password: string
password_flags: NM.SettingSecretFlags
passwordFlags: NM.SettingSecretFlags
service: string
username: string

Properties - Inherited from NM.Setting.ConstructorProps

name: string