NM.SettingAdsl¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingAdsl(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
ADSL Settings
- classmethod new()¶
- Returns:
the new empty
NM.SettingAdslobject- Return type:
Creates a new
NM.SettingAdslobject with default values.
- get_encapsulation()¶
- Returns:
the
NM.SettingAdsl:encapsulationproperty of the setting- Return type:
- get_password()¶
- Returns:
the
NM.SettingAdsl:passwordproperty of the setting- Return type:
- get_password_flags()¶
- Returns:
the
NM.SettingSecretFlagspertaining to theNM.SettingAdsl:password- Return type:
- get_protocol()¶
- Returns:
the
NM.SettingAdsl:protocolproperty of the setting- Return type:
- get_username()¶
- Returns:
the
NM.SettingAdsl:usernameproperty of the setting- Return type:
- get_vci()¶
- Returns:
the
NM.SettingAdsl:vciproperty of the setting- Return type:
- get_vpi()¶
- Returns:
the
NM.SettingAdsl:vpiproperty of the setting- Return type:
Property Details¶
- NM.SettingAdsl.props.encapsulation¶
- Name:
encapsulation- Type:
- Default Value:
- Flags:
Encapsulation of ADSL connection. Can be “vcmux” or “llc”.
- NM.SettingAdsl.props.password¶
- Name:
password- Type:
- Default Value:
- Flags:
Password used to authenticate with the ADSL service.
- NM.SettingAdsl.props.password_flags¶
- Name:
password-flags- Type:
- Default Value:
- Flags:
Flags indicating how to handle the
NM.SettingAdsl:passwordproperty.
- NM.SettingAdsl.props.protocol¶
- Name:
protocol- Type:
- Default Value:
- Flags:
ADSL connection protocol. Can be “pppoa”, “pppoe” or “ipoatm”.
- NM.SettingAdsl.props.username¶
- Name:
username- Type:
- Default Value:
- Flags:
Username used to authenticate with the ADSL service.
- NM.SettingAdsl.props.vci¶
- Name:
vci- Type:
- Default Value:
0- Flags:
VCI of ADSL connection
- NM.SettingAdsl.props.vpi¶
- Name:
vpi- Type:
- Default Value:
0- Flags:
VPI of ADSL connection