mirror of https://github.com/apache/jclouds.git
Adds new available Azure locations according to https://azure.microsoft.com/en-ca/regions/
This commit is contained in:
parent
6641b5be58
commit
dd9bbff452
|
@ -38,11 +38,17 @@ public enum Region {
|
|||
US_GOV_VIRGINIA("US Gov Virginia", "US-VA"),
|
||||
NORTH_CENTRAL_US("North Central US", "US-IL"),
|
||||
SOUTH_CENTRAL_US("South Central US", "US-TX"),
|
||||
WEST_CENTRAL_US("West Central US", "US-WY"),
|
||||
WEST_US("West US", "US-CA"),
|
||||
WEST_US_2("West US 2", "US-WA"),
|
||||
NORTH_EUROPE("North Europe", "IE"),
|
||||
UK_SOUTH("UK South", "GB-LND"),
|
||||
UK_WEST("UK West", "GB-CRF"),
|
||||
WEST_EUROPE("West Europe", "NL"),
|
||||
EAST_ASIA("East Asia", "HK"),
|
||||
SOUTH_EAST_ASIA("Southeast Asia", "SG"),
|
||||
KOREA_CENTRAL("Korea Central", "KR-11"),
|
||||
KOREA_SOUTH("Korea South", "KR-26"),
|
||||
JAPAN_EAST("Japan East", "JP-11"),
|
||||
JAPAN_WEST("Japan West", "JP-27"),
|
||||
BRAZIL_SOUTH("Brazil South", "BR"),
|
||||
|
|
Loading…
Reference in New Issue