SettingVlan
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_vlan_get_type ()" ) ]
public class SettingVlan :
Setting
Content:
Constants:
Properties:
- public string[] egress_priority_map { owned get; set; }
For outgoing packets, a list of mappings from Linux SKB priorities to
802.1p priorities.
- public VlanFlags flags { get; set; }
One or more flags which control the behavior and features of the VLAN
interface.
- public uint id { get; set; }
The VLAN identifier that the interface created by this connection
should be assigned.
- public string[] ingress_priority_map { owned get; set; }
For incoming packets, a list of mappings from 802.1p priorities to
Linux SKB priorities.
- public string parent { owned get; set; }
If given, specifies the parent interface name or parent connection
UUID from which this VLAN interface should be created.
- public string protocol { owned get; set; }
Specifies the VLAN protocol to use for encapsulation.
Creation methods:
Methods:
- public bool add_priority (VlanPriorityMap map, uint32 from, uint32 to)
- public bool add_priority_str (VlanPriorityMap map, string str)
- public void clear_priorities (VlanPriorityMap map)
- public uint32 get_flags ()
- public uint32 get_id ()
- public int32 get_num_priorities (VlanPriorityMap map)
- public unowned string get_parent ()
- public bool get_priority (VlanPriorityMap map, uint32 idx, out uint32 out_from, out uint32 out_to)
- public unowned string get_protocol ()
- public void remove_priority (VlanPriorityMap map, uint32 idx)
- public bool remove_priority_by_value (VlanPriorityMap map, uint32 from, uint32 to)
- public bool remove_priority_str_by_value (VlanPriorityMap map, string str)
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object