Gjsify LogoGjsify Logo

Interface SettingDcb_ConstructProps

Hierarchy

Index

Properties

app_fcoe_flags?: NM.SettingDcbFlags

Specifies the #NMSettingDcbFlags for the DCB FCoE application. Flags may be any combination of %NM_SETTING_DCB_FLAG_ENABLE, %NM_SETTING_DCB_FLAG_ADVERTISE, and %NM_SETTING_DCB_FLAG_WILLING.

app_fcoe_mode?: string

The FCoE controller mode; either %NM_SETTING_DCB_FCOE_MODE_FABRIC or %NM_SETTING_DCB_FCOE_MODE_VN2VN.

Since 1.34, %NULL is the default and means %NM_SETTING_DCB_FCOE_MODE_FABRIC. Before 1.34, %NULL was rejected as invalid and the default was %NM_SETTING_DCB_FCOE_MODE_FABRIC.

app_fcoe_priority?: number

The highest User Priority (0 - 7) which FCoE frames should use, or -1 for default priority. Only used when the #NMSettingDcb:app-fcoe-flags property includes the %NM_SETTING_DCB_FLAG_ENABLE flag.

app_fip_flags?: NM.SettingDcbFlags

Specifies the #NMSettingDcbFlags for the DCB FIP application. Flags may be any combination of %NM_SETTING_DCB_FLAG_ENABLE, %NM_SETTING_DCB_FLAG_ADVERTISE, and %NM_SETTING_DCB_FLAG_WILLING.

app_fip_priority?: number

The highest User Priority (0 - 7) which FIP frames should use, or -1 for default priority. Only used when the #NMSettingDcb:app-fip-flags property includes the %NM_SETTING_DCB_FLAG_ENABLE flag.

app_iscsi_flags?: NM.SettingDcbFlags

Specifies the #NMSettingDcbFlags for the DCB iSCSI application. Flags may be any combination of %NM_SETTING_DCB_FLAG_ENABLE, %NM_SETTING_DCB_FLAG_ADVERTISE, and %NM_SETTING_DCB_FLAG_WILLING.

app_iscsi_priority?: number

The highest User Priority (0 - 7) which iSCSI frames should use, or -1 for default priority. Only used when the #NMSettingDcb:app-iscsi-flags property includes the %NM_SETTING_DCB_FLAG_ENABLE flag.

priority_bandwidth?: number[]

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. The sum of all percentages for priorities which belong to the same group must total 100 percents.

priority_flow_control?: boolean[]

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.

priority_flow_control_flags?: NM.SettingDcbFlags

Specifies the #NMSettingDcbFlags for DCB Priority Flow Control (PFC). Flags may be any combination of %NM_SETTING_DCB_FLAG_ENABLE, %NM_SETTING_DCB_FLAG_ADVERTISE, and %NM_SETTING_DCB_FLAG_WILLING.

priority_group_bandwidth?: number[]

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. Allowed values are 0 - 100, and the sum of all values must total 100 percents.

priority_group_flags?: NM.SettingDcbFlags

Specifies the #NMSettingDcbFlags for DCB Priority Groups. Flags may be any combination of %NM_SETTING_DCB_FLAG_ENABLE, %NM_SETTING_DCB_FLAG_ADVERTISE, and %NM_SETTING_DCB_FLAG_WILLING.

priority_group_id?: number[]

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. Allowed Priority Group ID values are 0 - 7 or 15 for the unrestricted group.

priority_strict_bandwidth?: boolean[]

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.

priority_traffic_class?: number[]

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.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method