====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class SecurityPolicyDeviceList: amp_down: List[str] amp_up: List[str] ips_down: List[str] ips_up: List[str] urlf_down: List[str] urlf_up: List[str] zbfw_down: List[str] zbfw_up: List[str]