Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix endpoint domain name for eu-west-101 region #74

Closed
Closed
Show file tree
Hide file tree
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 @@ -62,7 +62,7 @@ public class AsRegion {

public static final Region EU_WEST_0 = new Region("eu-west-0", "https://as.eu-west-0.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://as.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://as.eu-west-101.myhuaweicloud.eu");

public static final Region MY_KUALALUMPUR_1 =
new Region("my-kualalumpur-1", "https://as.my-kualalumpur-1.myhuaweicloud.com");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class CcmRegion {
public static final Region AP_SOUTHEAST_3 =
new Region("ap-southeast-3", "https://ccm.ap-southeast-3.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://ccm.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://ccm.eu-west-101.myhuaweicloud.eu");

public static final Region RU_MOSCOW_1 = new Region("ru-moscow-1", "https://ccm.ru-moscow-1.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class CssRegion {
public static final Region MY_KUALALUMPUR_1 =
new Region("my-kualalumpur-1", "https://css.my-kualalumpur-1.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://css.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://css.eu-west-101.myhuaweicloud.eu");

public static final Region AF_NORTH_1 = new Region("af-north-1", "https://css.af-north-1.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class CssRegion {
public static final Region MY_KUALALUMPUR_1 =
new Region("my-kualalumpur-1", "https://css.my-kualalumpur-1.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://css.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://css.eu-west-101.myhuaweicloud.eu");

public static final Region AF_NORTH_1 = new Region("af-north-1", "https://css.af-north-1.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class DataArtsStudioRegion {

public static final Region ME_EAST_1 = new Region("me-east-1", "https://dayu.me-east-1.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://dayu.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://dayu.eu-west-101.myhuaweicloud.eu");

private static final IRegionProvider PROVIDER = RegionProviderChain.getDefaultRegionProviderChain("DATAARTSSTUDIO");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class DcsRegion {
public static final Region AP_SOUTHEAST_4 =
new Region("ap-southeast-4", "https://dcs.ap-southeast-4.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://dcs.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://dcs.eu-west-101.myhuaweicloud.eu");

public static final Region ME_EAST_1 = new Region("me-east-1", "https://dcs.me-east-1.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class DscRegion {

public static final Region TR_WEST_1 = new Region("tr-west-1", "https://sdg.tr-west-1.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://sdg.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://sdg.eu-west-101.myhuaweicloud.eu");

private static final IRegionProvider PROVIDER = RegionProviderChain.getDefaultRegionProviderChain("DSC");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class EcsRegion {

public static final Region CN_EAST_4 = new Region("cn-east-4", "https://ecs.cn-east-4.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://ecs.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://ecs.eu-west-101.myhuaweicloud.eu");

public static final Region CN_EAST_5 = new Region("cn-east-5", "https://ecs.cn-east-5.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class EipRegion {

public static final Region TR_WEST_1 = new Region("tr-west-1", "https://vpc.tr-west-1.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://vpc.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://vpc.eu-west-101.myhuaweicloud.eu");

public static final Region CN_SOUTH_4 = new Region("cn-south-4", "https://vpc.cn-south-4.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class EipRegion {

public static final Region TR_WEST_1 = new Region("tr-west-1", "https://vpc.tr-west-1.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://vpc.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://vpc.eu-west-101.myhuaweicloud.eu");

public static final Region CN_SOUTH_4 = new Region("cn-south-4", "https://vpc.cn-south-4.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class ElbRegion {

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://elb.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://elb.eu-west-101.myhuaweicloud.eu");

public static final Region AF_SOUTH_1 = new Region("af-south-1", "https://elb.af-south-1.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class ElbRegion {

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://elb.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://elb.eu-west-101.myhuaweicloud.eu");

public static final Region AF_SOUTH_1 = new Region("af-south-1", "https://elb.af-south-1.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class EvsRegion {

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://evs.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://evs.eu-west-101.myhuaweicloud.eu");

public static final Region AF_SOUTH_1 = new Region("af-south-1", "https://evs.af-south-1.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class ImsRegion {

public static final Region CN_EAST_4 = new Region("cn-east-4", "https://ims.cn-east-4.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://ims.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://ims.eu-west-101.myhuaweicloud.eu");

public static final Region CN_EAST_5 = new Region("cn-east-5", "https://ims.cn-east-5.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class VpcRegion {

public static final Region TR_WEST_1 = new Region("tr-west-1", "https://vpc.tr-west-1.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://vpc.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://vpc.eu-west-101.myhuaweicloud.eu");

public static final Region ME_EAST_1 = new Region("me-east-1", "https://vpc.me-east-1.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class VpcRegion {

public static final Region TR_WEST_1 = new Region("tr-west-1", "https://vpc.tr-west-1.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://vpc.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://vpc.eu-west-101.myhuaweicloud.eu");

public static final Region ME_EAST_1 = new Region("me-east-1", "https://vpc.me-east-1.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class VpnRegion {

public static final Region AE_AD_1 = new Region("ae-ad-1", "https://vpn.ae-ad-1.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://vpn.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://vpn.eu-west-101.myhuaweicloud.eu");

public static final Region TR_WEST_1 = new Region("tr-west-1", "https://vpn.tr-west-1.myhuaweicloud.com");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class WafRegion {

public static final Region ME_EAST_1 = new Region("me-east-1", "https://waf.me-east-1.myhuaweicloud.com");

public static final Region EU_WEST_101 = new Region("eu-west-101", "https://waf.eu-west-101.myhuaweicloud.com");
public static final Region EU_WEST_101 = new Region("eu-west-101", "https://waf.eu-west-101.myhuaweicloud.eu");

public static final Region RU_MOSCOW_1 = new Region("ru-moscow-1", "https://waf.ru-moscow-1.myhuaweicloud.com");

Expand Down