Models

from typing import Optional, List, Dict, Union, Any, Literal


class Vpnid:
    """
    This is the valid list of VPN-IDs
    """

    vpn: Optional[str]