Skip to content

Commit

Permalink
release 0.1.86 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Mar 14, 2024
1 parent f2e9462 commit db1218a
Show file tree
Hide file tree
Showing 394 changed files with 6,552 additions and 6,949 deletions.
643 changes: 643 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

643 changes: 643 additions & 0 deletions CHANGELOG_CN.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.85
0.1.86
4 changes: 2 additions & 2 deletions services/cae/v1/model/model_access_configuration_port.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (
type AccessConfigurationPort struct {

// 监听端口。
TargetPort *string `json:"target_port,omitempty"`
TargetPort *int32 `json:"target_port,omitempty"`

// 访问端口。
Port *string `json:"port,omitempty"`
Port *int32 `json:"port,omitempty"`

// 协议,负载均衡支持TCP,负载均衡与路由配置支持HTTP、HTTPS。
Protocol *AccessConfigurationPortProtocol `json:"protocol,omitempty"`
Expand Down
54 changes: 30 additions & 24 deletions services/cce/v3/region/region.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,33 +56,39 @@ var (
"https://cce.eu-west-101.myhuaweicloud.eu")
CN_NORTH_11 = region.NewRegion("cn-north-11",
"https://cce.cn-north-11.myhuaweicloud.com")
MY_KUALALUMPUR_1 = region.NewRegion("my-kualalumpur-1",
"https://cce.my-kualalumpur-1.myhuaweicloud.com")
EU_WEST_0 = region.NewRegion("eu-west-0",
"https://cce.eu-west-0.myhuaweicloud.com")
)

var staticFields = map[string]*region.Region{
"cn-north-1": CN_NORTH_1,
"cn-north-2": CN_NORTH_2,
"cn-north-4": CN_NORTH_4,
"cn-north-9": CN_NORTH_9,
"cn-south-1": CN_SOUTH_1,
"cn-south-2": CN_SOUTH_2,
"cn-south-4": CN_SOUTH_4,
"cn-east-2": CN_EAST_2,
"cn-east-3": CN_EAST_3,
"cn-southwest-2": CN_SOUTHWEST_2,
"ap-southeast-1": AP_SOUTHEAST_1,
"ap-southeast-2": AP_SOUTHEAST_2,
"ap-southeast-3": AP_SOUTHEAST_3,
"af-south-1": AF_SOUTH_1,
"sa-brazil-1": SA_BRAZIL_1,
"la-south-2": LA_SOUTH_2,
"la-north-2": LA_NORTH_2,
"na-mexico-1": NA_MEXICO_1,
"ru-northwest-2": RU_NORTHWEST_2,
"ap-southeast-4": AP_SOUTHEAST_4,
"tr-west-1": TR_WEST_1,
"ae-ad-1": AE_AD_1,
"eu-west-101": EU_WEST_101,
"cn-north-11": CN_NORTH_11,
"cn-north-1": CN_NORTH_1,
"cn-north-2": CN_NORTH_2,
"cn-north-4": CN_NORTH_4,
"cn-north-9": CN_NORTH_9,
"cn-south-1": CN_SOUTH_1,
"cn-south-2": CN_SOUTH_2,
"cn-south-4": CN_SOUTH_4,
"cn-east-2": CN_EAST_2,
"cn-east-3": CN_EAST_3,
"cn-southwest-2": CN_SOUTHWEST_2,
"ap-southeast-1": AP_SOUTHEAST_1,
"ap-southeast-2": AP_SOUTHEAST_2,
"ap-southeast-3": AP_SOUTHEAST_3,
"af-south-1": AF_SOUTH_1,
"sa-brazil-1": SA_BRAZIL_1,
"la-south-2": LA_SOUTH_2,
"la-north-2": LA_NORTH_2,
"na-mexico-1": NA_MEXICO_1,
"ru-northwest-2": RU_NORTHWEST_2,
"ap-southeast-4": AP_SOUTHEAST_4,
"tr-west-1": TR_WEST_1,
"ae-ad-1": AE_AD_1,
"eu-west-101": EU_WEST_101,
"cn-north-11": CN_NORTH_11,
"my-kualalumpur-1": MY_KUALALUMPUR_1,
"eu-west-0": EU_WEST_0,
}

var provider = region.DefaultProviderChain("CCE")
Expand Down
Loading

0 comments on commit db1218a

Please sign in to comment.