remove_priority_str_by_value
Description:
[ Version ( since = "0.9.10" ) ]
public bool remove_priority_str_by_value (VlanPriorityMap map, string str)
public bool remove_priority_str_by_value (VlanPriorityMap map, string str)
Removes the priority map str
from the NMSettingVlan:ingress_priority_map
or NMSettingVlan:egress_priority_map
(according to map
argument) properties.
Parameters:
this |
the SettingVlan |
map |
the type of priority map |
str |
the string which contains a priority map, like "3:7" |
Returns:
|