pub enum DataCenterId {
Show 29 variants
EuRo1,
CaMtl1,
EuSe1,
UsIl1,
EurIs1,
EuCz1,
UsTx3,
EurIs2,
UsKs2,
UsGa2,
UsWa1,
UsTx1,
CaMtl3,
EuNl1,
UsTx4,
UsCa2,
UsNc1,
OcAu1,
UsDe1,
EurIs3,
CaMtl2,
ApJp1,
EurNo1,
EuFr1,
UsKs3,
UsGa1,
ApIn1,
UsMd1,
Unknown,
}Expand description
RunPod data center locations.
Represents the geographic locations where RunPod has data centers. The choice of data center affects latency, regulatory compliance, and resource availability. Costs may also vary by location.
Variants§
EuRo1
Romania (EU-RO-1).
CaMtl1
Montreal, Canada (CA-MTL-1).
EuSe1
Sweden (EU-SE-1).
UsIl1
Illinois, USA (US-IL-1).
EurIs1
Iceland (EUR-IS-1).
EuCz1
Czech Republic (EU-CZ-1).
UsTx3
Texas, USA (US-TX-3).
EurIs2
Iceland (EUR-IS-2).
UsKs2
Kansas, USA (US-KS-2).
UsGa2
Georgia, USA (US-GA-2).
UsWa1
Washington, USA (US-WA-1).
UsTx1
Texas, USA (US-TX-1).
CaMtl3
Montreal, Canada (CA-MTL-3).
EuNl1
Netherlands (EU-NL-1).
UsTx4
Texas, USA (US-TX-4).
UsCa2
California, USA (US-CA-2).
UsNc1
North Carolina, USA (US-NC-1).
OcAu1
Australia (OC-AU-1).
UsDe1
Delaware, USA (US-DE-1).
EurIs3
Iceland (EUR-IS-3).
CaMtl2
Montreal, Canada (CA-MTL-2).
ApJp1
Japan (AP-JP-1).
EurNo1
Norway (EUR-NO-1).
EuFr1
France (EU-FR-1).
UsKs3
Kansas, USA (US-KS-3).
UsGa1
Georgia, USA (US-GA-1).
ApIn1
India (AP-IN-1).
UsMd1
Maryland, USA (US-MD-1).
Unknown
Unknown or unsupported data center region.
Trait Implementations§
Source§impl Clone for DataCenterId
impl Clone for DataCenterId
Source§fn clone(&self) -> DataCenterId
fn clone(&self) -> DataCenterId
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more