Regions
regions
Methods
get/v1/regions/{name}
Get a region by name
get/v1/regions
List all regions
Domain types
Region = { availability, compute, name, 2 more... }
Region response with product availability.
RegionAvailability = "live" | "preview" | "maintenance" | 1 more...
Availability status of the region.
RegionList = { items, pagination }