SettingDcb
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_dcb_get_type ()" ) ]
public class SettingDcb :
Setting
Data Center Bridging Settings
Content:
Constants:
Properties:
- public SettingDcbFlags app_fcoe_flags { get; set; }
- public string app_fcoe_mode { owned get; set; }
The FCoE controller mode; either
nm_setting_dcb_fcoe_mode_fabric or nm_setting_dcb_fcoe_mode_vn2vn.
- public int app_fcoe_priority { get; set; }
The highest User Priority (0 - 7) which FCoE frames should use, or -1
for default priority.
- public SettingDcbFlags app_fip_flags { get; set; }
- public int app_fip_priority { get; set; }
The highest User Priority (0 - 7) which FIP frames should use, or -1
for default priority.
- public SettingDcbFlags app_iscsi_flags { get; set; }
- public int app_iscsi_priority { get; set; }
The highest User Priority (0 - 7) which iSCSI frames should use, or -1
for default priority.
- public Array<uint> priority_bandwidth { owned get; set; }
An array of 8 uint values, where the array index corresponds to the
User Priority (0 - 7) and the value indicates the percentage of bandwidth of the priority's assigned group that the priority may use.
- public Array<bool> priority_flow_control { owned get; set; }
An array of 8 boolean values, where the array index corresponds to the
User Priority (0 - 7) and the value indicates whether or not the corresponding priority should transmit priority pause.
- public SettingDcbFlags priority_flow_control_flags { get; set; }
- public Array<uint> priority_group_bandwidth { owned get; set; }
An array of 8 uint values, where the array index corresponds to the
Priority Group ID (0 - 7) and the value indicates the percentage of link bandwidth allocated to that group.
- public SettingDcbFlags priority_group_flags { get; set; }
- public Array<uint> priority_group_id { owned get; set; }
An array of 8 uint values, where the array index corresponds to the
User Priority (0 - 7) and the value indicates the Priority Group ID.
- public Array<bool> priority_strict_bandwidth { owned get; set; }
An array of 8 boolean values, where the array index corresponds to the
User Priority (0 - 7) and the value indicates whether or not the priority may use all of the bandwidth allocated to its assigned
group.
- public Array<uint> priority_traffic_class { owned get; set; }
An array of 8 uint values, where the array index corresponds to the
User Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which the priority is mapped.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object