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

[+Region/Zone] Tencent Cloud Driver Implementation #912 #929

Merged

Conversation

MZC-CSC
Copy link
Contributor

@MZC-CSC MZC-CSC commented Sep 20, 2023

[+Region/Zone] Tencent Cloud Driver Implementation #912

  1. DescribeRegions SDK 필터 미지원

    • 별도 regionName 을 통해 해당 region 및 zone 정보 조회토록 구현
  2. zone 응답에 다음과 같은 항목들이 제공됨

"Zone": "ap-guangzhou-3",
"ZoneName": "Guangzhou Zone 3",
"ZoneId": "100003",
"ZoneState": "AVAILABLE"

- Zone에 ZoneName이 별도로 제공됨
- clientProfile.Language 속성에 en-US 값으로 영어로 응답받음

@powerkimhub powerkimhub self-requested a review September 20, 2023 08:20
@powerkimhub powerkimhub linked an issue Sep 20, 2023 that may be closed by this pull request
@powerkimhub powerkimhub merged commit bc3755f into cloud-barista:master Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[+Region/Zone] Tencent Cloud Driver Implementation
3 participants