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.
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 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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref