Models

from typing import Literal

EdgeTypeParam = Literal["EQUINIX", "MEGAPORT"]

CloudTypeParam = Literal["AWS", "AZURE", "GCP"]