====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class VnicInfo: deployment_name: Optional[str] network: Optional[str] nic_id: Optional[str] vm_group_name: Optional[str]