====== Models ====== .. code:: python from typing import Literal IfnameParam = Literal[ "eth0", "ge0/0", "ge0/1", "ge0/2", "ge0/3", "ge0/4", "ge0/5", "ge0/6", "ge0/7", "system", ] AfTypeParam = Literal["ipv4", "ipv6"]