Skip to content

Commit

Permalink
release 3.1.87 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed May 23, 2024
1 parent b952d80 commit 8bd85be
Show file tree
Hide file tree
Showing 289 changed files with 26,729 additions and 2,648 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 3.1.87 2024-05-23

### HuaweiCloud SDK GaussDBforNoSQL

- _Features_
- Support the APIs `ShowRedisBigKeys`, `ShowPasswordlessConfig`, `UpdatePasswordlessConfig`
- _Bug Fix_
- None
- _Change_
- **OfflineNodes**
- changes of request param
- `* x-auth-token: optional -> required`

### HuaweiCloud SDK RDS

- _Features_
- Support the API `DownloadErrorlog`
- _Bug Fix_
- None
- _Change_
- None

# 3.1.86 2024-05-16

### HuaweiCloud SDK CDN
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 3.1.87 2024-05-23

### HuaweiCloud SDK GaussDBforNoSQL

- _新增特性_
- 支持接口`ShowRedisBigKeys`、`ShowPasswordlessConfig`、`UpdatePasswordlessConfig`
- _解决问题_
- 无
- _特性变更_
- **OfflineNodes**
- 请求参数变更
- `* x-auth-token: optional -> required`

### HuaweiCloud SDK RDS

- _新增特性_
- 支持接口`DownloadErrorlog`
- _解决问题_
- 无
- _特性变更_
- 无

# 3.1.86 2024-05-16

### HuaweiCloud SDK CDN
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(ENABLE_BSON)
add_definitions(-DHUAWEICLOUD_SDK_BSON_)
endif()

SET(BUILD_SERVICE all)
SET(BUILD_SERVICE ram)
SET(SERVICE_VERSION v1)

if(BUILD_SERVICE STREQUAL "all" OR BUILD_SERVICE STREQUAL "")
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.86
3.1.87
4 changes: 4 additions & 0 deletions dbss/include/huaweicloud/dbss/v1/DbssRegion.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ class HUAWEICLOUD_DBSS_V1_EXPORT DbssRegion {
{
"https://dbss.cn-east-5.myhuaweicloud.com"
});
regions["my-kualalumpur-1"] = Region("my-kualalumpur-1",
{
"https://dbss.my-kualalumpur-1.myhuaweicloud.com"
});
return regions;
}
private:
Expand Down
12 changes: 6 additions & 6 deletions ecs/include/huaweicloud/ecs/v2/model/AttachServerVolumeOption.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ class HUAWEICLOUD_ECS_V2_EXPORT AttachServerVolumeOption
/// - true: 表示云硬盘的设备类型为SCSI类型,即允许ECS操作系统直接访问底层存储介质。支持SCSI锁命令 - false: 表示云硬盘的设备类型为VBD (虚拟块存储设备 , Virtual Block Device)类型,VBD只能支持简单的SCSI读写命令。 该字段于dry_run为true并且volumeId不存在时有效且为必选字段。
/// </summary>

std::string getHwpassthrough() const;
bool hwpassthroughIsSet() const;
void unsethwpassthrough();
void setHwpassthrough(const std::string& value);
std::string getHwPassthrough() const;
bool hwPassthroughIsSet() const;
void unsethwPassthrough();
void setHwPassthrough(const std::string& value);


protected:
Expand All @@ -93,8 +93,8 @@ class HUAWEICLOUD_ECS_V2_EXPORT AttachServerVolumeOption
bool volumeTypeIsSet_;
int32_t count_;
bool countIsSet_;
std::string hwpassthrough_;
bool hwpassthroughIsSet_;
std::string hwPassthrough_;
bool hwPassthroughIsSet_;

};

Expand Down
12 changes: 6 additions & 6 deletions ecs/include/huaweicloud/ecs/v2/model/CpuOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ class HUAWEICLOUD_ECS_V2_EXPORT CpuOptions
/// CPU超线程数, 决定CPU是否开启超线程。取值范围:1,2。 - 1: 关闭超线程。 - 2: 打开超线程。 取值不能大于flavor中的 hw:cpu_threads,并且目标flavor配置需满足 \&quot;hw:cpu_policy\&quot;: \&quot;dedicated\&quot;,\&quot;hw:cpu_threads\&quot;: \&quot;2\&quot;需要同时满足如下条件,才能设置为“关闭超线程” - 只能在实例创建或者resize时指定。 - 只有目标flavor的extra_specs参数: - 存在“hw:cpu_policy”并取值为“dedicated”。 - 存在“hw:cpu_threads”并取值为“2”。
/// </summary>

int32_t getHwcpuThreads() const;
bool hwcpuThreadsIsSet() const;
void unsethwcpuThreads();
void setHwcpuThreads(int32_t value);
int32_t getHwCpuThreads() const;
bool hwCpuThreadsIsSet() const;
void unsethwCpuThreads();
void setHwCpuThreads(int32_t value);


protected:
int32_t hwcpuThreads_;
bool hwcpuThreadsIsSet_;
int32_t hwCpuThreads_;
bool hwCpuThreadsIsSet_;

};

Expand Down
36 changes: 18 additions & 18 deletions ecs/include/huaweicloud/ecs/v2/model/Flavor.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@ class HUAWEICLOUD_ECS_V2_EXPORT Flavor
/// 扩展属性,临时盘大小。 当前未使用该参数,缺省值为0
/// </summary>

int32_t getOSFLVEXTDATAephemeral() const;
bool oSFLVEXTDATAephemeralIsSet() const;
void unsetoSFLVEXTDATAephemeral();
void setOSFLVEXTDATAephemeral(int32_t value);
int32_t getOSFLVEXTDATAEphemeral() const;
bool oSFLVEXTDATAEphemeralIsSet() const;
void unsetoSFLVEXTDATAEphemeral();
void setOSFLVEXTDATAEphemeral(int32_t value);

/// <summary>
/// 扩展属性,该云服务器规格是否禁用。 当前未使用该参数,缺省值为false。
/// </summary>

bool isOSFLVDISABLEDdisabled() const;
bool oSFLVDISABLEDdisabledIsSet() const;
void unsetoSFLVDISABLEDdisabled();
void setOSFLVDISABLEDdisabled(bool value);
bool isOSFLVDISABLEDDisabled() const;
bool oSFLVDISABLEDDisabledIsSet() const;
void unsetoSFLVDISABLEDDisabled();
void setOSFLVDISABLEDDisabled(bool value);

/// <summary>
/// 云服务器可使用网络带宽与网络硬件带宽的比例。 当前未使用该参数,缺省值为1.0。
Expand Down Expand Up @@ -145,10 +145,10 @@ class HUAWEICLOUD_ECS_V2_EXPORT Flavor
/// 扩展属性,flavor是否给所有租户使用。 - true:表示给所有租户使用。 - false:表示给指定租户使用。 缺省值为true。
/// </summary>

bool isOsFlavorAccessisPublic() const;
bool osFlavorAccessisPublicIsSet() const;
void unsetosFlavorAccessisPublic();
void setOsFlavorAccessisPublic(bool value);
bool isOsFlavorAccessIsPublic() const;
bool osFlavorAccessIsPublicIsSet() const;
void unsetosFlavorAccessIsPublic();
void setOsFlavorAccessIsPublic(bool value);

/// <summary>
/// 规格相关快捷链接地址。
Expand Down Expand Up @@ -191,18 +191,18 @@ class HUAWEICLOUD_ECS_V2_EXPORT Flavor
bool diskIsSet_;
std::string swap_;
bool swapIsSet_;
int32_t oSFLVEXTDATAephemeral_;
bool oSFLVEXTDATAephemeralIsSet_;
bool oSFLVDISABLEDdisabled_;
bool oSFLVDISABLEDdisabledIsSet_;
int32_t oSFLVEXTDATAEphemeral_;
bool oSFLVEXTDATAEphemeralIsSet_;
bool oSFLVDISABLEDDisabled_;
bool oSFLVDISABLEDDisabledIsSet_;
float rxtxFactor_;
bool rxtxFactorIsSet_;
std::string rxtxQuota_;
bool rxtxQuotaIsSet_;
std::string rxtxCap_;
bool rxtxCapIsSet_;
bool osFlavorAccessisPublic_;
bool osFlavorAccessisPublicIsSet_;
bool osFlavorAccessIsPublic_;
bool osFlavorAccessIsPublicIsSet_;
std::vector<FlavorLink> links_;
bool linksIsSet_;
FlavorExtraSpec osExtraSpecs_;
Expand Down
Loading

0 comments on commit 8bd85be

Please sign in to comment.