Beispiel #1
0
 public InterfaceParameters[] getAllInterfaceFields(Mtu mtu, ActionType actionType)
 {
     return(interfaces.GetInterfaceByMtuIdAndAction(mtu, actionType.ToString()).getAllInterfaces());
 }
Beispiel #2
0
 public InterfaceParameters[] getAllInterfaceFields(int mtuid, string Action)
 {
     return(interfaces.GetInterfaceByMtuIdAndAction(mtuid, Action).getAllInterfaces());
 }