Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ public enum Regions {
ASIA_NORTHEAST1(
"asia-northeast1",
new String[] {"asia-northeast1-a", "asia-northeast1-b", "asia-northeast1-c"}),
ASIA_NORTHEAST2(
"asia-northeast2",
new String[] {"asia-northeast2-a", "asia-northeast2-b", "asia-northeast2-c"}),
ASIA_SOUTH1("asia-south1", new String[] {"asia-south1-a", "asia-south1-b", "asia-south1-c"}),
ASIA_SOUTHEAST1(
"asia-southeast1",
Expand All @@ -42,6 +45,7 @@ public enum Regions {
EUROPE_WEST2("europe-west2", new String[] {"europe-west2-a", "europe-west2-b", "europe-west2-c"}),
EUROPE_WEST3("europe-west3", new String[] {"europe-west3-a", "europe-west3-b", "europe-west3-c"}),
EUROPE_WEST4("europe-west4", new String[] {"europe-west4-a", "europe-west4-b", "europe-west4-c"}),
EUROPE_WEST6("europe-west6", new String[] {"europe-west6-a", "europe-west6-b", "europe-west6-c"}),
NORTHAMERICA_NORTHEAST1(
"northamerica-northeast1",
new String[] {
Expand Down