SettingSriov
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_sriov_get_type ()" ) ]
[
Version ( since =
"1.14" ) ]
public class SettingSriov :
Setting
Content:
Constants:
Properties:
- public Ternary autoprobe_drivers { get; set; }
Whether to autoprobe virtual functions by a compatible driver.
- public int eswitch_encap_mode { get; set; }
Select the eswitch encapsulation support.
- public int eswitch_inline_mode { get; set; }
Select the eswitch inline-mode of the device.
- public int eswitch_mode { get; set; }
Select the eswitch mode of the device.
- public int preserve_on_down { get; set; }
This controls whether NetworkManager preserves the SR-IOV parameters
set on the device when the connection is deactivated, or whether it resets them to their default value.
- public uint total_vfs { get; set; }
The total number of virtual functions to create.
- public GenericArray<SriovVF> vfs { owned get; set; }
Array of virtual function descriptors.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object