SettingPppoe
  
  Object Hierarchy:
  
 
  Description:
  [ 
CCode ( type_id = 
"nm_setting_pppoe_get_type ()" ) ]
public sealed class SettingPppoe : 
Setting
   
  
    PPP-over-Ethernet Settings
   
  
  
  Content:
  Constants:
  
  Properties:
  
    - public string parent { owned get; set; }
      
      
If given, specifies the parent interface name on which this PPPoE connection
           should be created.
      
 
    - public string password { owned get; set; }
      
      
Password used to authenticate with the PPPoE service.
      
 
    - public SettingSecretFlags password_flags { get; set; }
      
      
Flags indicating how to handle the 
          password property.
        
    - public string service { owned get; set; }
      
      
If specified, instruct PPPoE to only initiate sessions with access 
          concentrators that provide the specified service.
      
 
    - public string username { owned get; set; }
      
      
Username used to authenticate with the PPPoE service.
      
 
  
  Creation methods:
  
  Methods:
  
  Inherited Members:
  
    All known members inherited from class NM.Setting
    
   
  
    All known members inherited from class GLib.Object