SettingOvsPort
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_ovs_port_get_type ()" ) ]
public class SettingOvsPort :
Setting
Content:
Constants:
Properties:
- public uint bond_downdelay { get; set; }
The time port must be inactive in order to be considered down.
- public string bond_mode { owned get; set; }
Bonding mode.
- public uint bond_updelay { get; set; }
The time port must be active before it starts forwarding traffic.
- public string lacp { owned get; set; }
LACP mode.
- public uint tag { get; set; }
The VLAN tag in the range 0-4095.
- public GenericArray<Range> trunks { owned get; set; }
A list of VLAN ranges that this port trunks.
- public string vlan_mode { owned get; set; }
The VLAN mode.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object