Models

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


class IsVnetAttached:
    is_vnet_attached: Optional[bool]