====== Models ====== .. code:: python from typing import Literal EdgeTypeParam = Literal["EQUINIX", "MEGAPORT"] CloudTypeParam = Literal["AWS", "AZURE", "GCP"]