Models
from typing import Any, Dict, List, Literal, Optional, Union
InterconnectTypeParam = Literal["EQUINIX", "MEGAPORT"]
class InlineResponse2003:
configured_hostname: Optional[str]
configured_system_ip: Optional[str]
device_model: Optional[str]
uuid: Optional[str]