Skip to content

Commit

Permalink
release 3.1.77 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Mar 14, 2024
1 parent a7b9a81 commit 33f6ea8
Show file tree
Hide file tree
Showing 175 changed files with 5,662 additions and 14 deletions.
84 changes: 84 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,87 @@
# 3.1.77 2024-03-14

### HuaweiCloud SDK DRS

- _Features_
- Support the API `ListAvailableNodeTypes`
- _Bug Fix_
- None
- _Change_
- **BatchSetPolicy**
- changes of request param
- `+ jobs.ddl_topic`
- **BatchCreateJobs**
- changes of request param
- `+ jobs.public_ip_list`
- **ShowJobList**
- changes of response param
- `+ jobs.children.job_direction: enum value [non-dbs]`
- `- jobs.children.job_direction: enum value [no-dbs]`
- **BatchListJobDetails**
- changes of response param
- `+ results.public_ip_list`
- `+ results.bind_public_ip_state`
- `+ results.children`
- **ShowUpdateObjectSavingStatus**
- changes of response param
- `+ job_id`
- **CollectDbObjectsAsync**
- changes of response param
- `+ job_id`
- **ShowDataProcessingRulesResult**
- changes of response param
- `+ job_id`
- **CollectDbObjectsInfo**
- changes of response param
- `+ job_id`
- **CollectPositionAsync**
- changes of response param
- `+ job_id`
- **CollectColumns**
- changes of response param
- `+ job_id`
- **CreateJob**
- changes of request param
- `+ job.public_ip_list`
- **BatchCreateJobsAsync**
- changes of request param
- `+ jobs.public_ip_list`
- **UpdateDataProgress**
- changes of response param
- `+ job_id`
- **CheckDataFilter**
- changes of response param
- `+ job_id`
- **ListAsyncJobDetail**
- changes of response param
- `+ jobs.public_ip_list`
- `+ jobs.bind_public_ip_state`
- `+ jobs.children`
- **ShowJobDetail**
- changes of response param
- `+ job.public_ip_list`
- `+ job.bind_public_ip_state`
- `+ job.children`
- **ExecuteJobAction**
- changes of request param
- `+ job.action_name: enum value [bind_eip,unbind_eip]`
- `+ job.action_params.public_ip_config`
- **BatchExecuteJobActions**
- changes of request param
- `+ jobs.action_name: enum value [bind_eip,unbind_eip]`
- `+ jobs.action_params.public_ip_config`

### HuaweiCloud SDK RDS

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ShowBinlogClearPolicy**
- changes of response param
- `+ binlog_clear_type`

# 3.1.76 2024-03-07

### HuaweiCloud SDK GaussDBforNoSQL
Expand Down
84 changes: 84 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,87 @@
# 3.1.77 2024-03-14

### HuaweiCloud SDK DRS

- _新增特性_
- 支持接口`ListAvailableNodeTypes`
- _解决问题_
-
- _特性变更_
- **BatchSetPolicy**
- 请求参数变更
- `+ jobs.ddl_topic`
- **BatchCreateJobs**
- 请求参数变更
- `+ jobs.public_ip_list`
- **ShowJobList**
- 响应参数变更
- `+ jobs.children.job_direction: enum value [non-dbs]`
- `- jobs.children.job_direction: enum value [no-dbs]`
- **BatchListJobDetails**
- 响应参数变更
- `+ results.public_ip_list`
- `+ results.bind_public_ip_state`
- `+ results.children`
- **ShowUpdateObjectSavingStatus**
- 响应参数变更
- `+ job_id`
- **CollectDbObjectsAsync**
- 响应参数变更
- `+ job_id`
- **ShowDataProcessingRulesResult**
- 响应参数变更
- `+ job_id`
- **CollectDbObjectsInfo**
- 响应参数变更
- `+ job_id`
- **CollectPositionAsync**
- 响应参数变更
- `+ job_id`
- **CollectColumns**
- 响应参数变更
- `+ job_id`
- **CreateJob**
- 请求参数变更
- `+ job.public_ip_list`
- **BatchCreateJobsAsync**
- 请求参数变更
- `+ jobs.public_ip_list`
- **UpdateDataProgress**
- 响应参数变更
- `+ job_id`
- **CheckDataFilter**
- 响应参数变更
- `+ job_id`
- **ListAsyncJobDetail**
- 响应参数变更
- `+ jobs.public_ip_list`
- `+ jobs.bind_public_ip_state`
- `+ jobs.children`
- **ShowJobDetail**
- 响应参数变更
- `+ job.public_ip_list`
- `+ job.bind_public_ip_state`
- `+ job.children`
- **ExecuteJobAction**
- 请求参数变更
- `+ job.action_name: enum value [bind_eip,unbind_eip]`
- `+ job.action_params.public_ip_config`
- **BatchExecuteJobActions**
- 请求参数变更
- `+ jobs.action_name: enum value [bind_eip,unbind_eip]`
- `+ jobs.action_params.public_ip_config`

### HuaweiCloud SDK RDS

- _新增特性_
-
- _解决问题_
-
- _特性变更_
- **ShowBinlogClearPolicy**
- 响应参数变更
- `+ binlog_clear_type`

# 3.1.76 2024-03-07

### HuaweiCloud SDK GaussDBforNoSQL
Expand Down
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,17 @@ if(ENABLE_BSON)
add_definitions(-DHUAWEICLOUD_SDK_BSON_)
endif()

SET(BUILD_SERVICE cfw)
SET(BUILD_SERVICE all)
SET(SERVICE_VERSION v1)

if(BUILD_SERVICE STREQUAL "all" OR BUILD_SERVICE STREQUAL "")
# USE MULTIPLE SERVICES(EXAMPLE: USE VPC ECS AND EIP)
add_subdirectory(core)
#add_subdirectory(tms/src/v1)
#add_subdirectory(eps/src/v1)
add_subdirectory(smn/src/v2)
#add_subdirectory(smn/src/v2)
add_subdirectory(drs/src/v3)
add_subdirectory(drs/src/v5)
message(STATUS "Build all Services")
else()
# USE SINGLE SERVICE(EXAMPLE: USE VPC ECS AND EIP)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.76
3.1.77
12 changes: 12 additions & 0 deletions cdn/include/huaweicloud/cdn/v1/model/BatchDeleteTagsResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <huaweicloud/core/utils/Utils.h>
#include <huaweicloud/core/http/HttpResponse.h>

#include <string>

namespace HuaweiCloud {
namespace Sdk {
Expand Down Expand Up @@ -37,8 +38,19 @@ class HUAWEICLOUD_CDN_V1_EXPORT BatchDeleteTagsResponse
/////////////////////////////////////////////
/// BatchDeleteTagsResponse members

/// <summary>
///
/// </summary>

std::string getXRequestId() const;
bool xRequestIdIsSet() const;
void unsetxRequestId();
void setXRequestId(const std::string& value);


protected:
std::string xRequestId_;
bool xRequestIdIsSet_;

#ifdef RTTR_FLAG
RTTR_ENABLE()
Expand Down
12 changes: 12 additions & 0 deletions cdn/include/huaweicloud/cdn/v1/model/CreateDomainResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <huaweicloud/core/utils/Utils.h>
#include <huaweicloud/core/http/HttpResponse.h>

#include <string>
#include <huaweicloud/cdn/v1/model/CreateDomainResponseBodyContent.h>

namespace HuaweiCloud {
Expand Down Expand Up @@ -47,10 +48,21 @@ class HUAWEICLOUD_CDN_V1_EXPORT CreateDomainResponse
void unsetdomain();
void setDomain(const CreateDomainResponseBodyContent& value);

/// <summary>
///
/// </summary>

std::string getXRequestId() const;
bool xRequestIdIsSet() const;
void unsetxRequestId();
void setXRequestId(const std::string& value);


protected:
CreateDomainResponseBodyContent domain_;
bool domainIsSet_;
std::string xRequestId_;
bool xRequestIdIsSet_;

#ifdef RTTR_FLAG
RTTR_ENABLE()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,21 @@ class HUAWEICLOUD_CDN_V1_EXPORT CreatePreheatingTasksResponse
void unsetpreheatingTask();
void setPreheatingTask(const std::string& value);

/// <summary>
///
/// </summary>

std::string getXRequestId() const;
bool xRequestIdIsSet() const;
void unsetxRequestId();
void setXRequestId(const std::string& value);


protected:
std::string preheatingTask_;
bool preheatingTaskIsSet_;
std::string xRequestId_;
bool xRequestIdIsSet_;

#ifdef RTTR_FLAG
RTTR_ENABLE()
Expand Down
11 changes: 11 additions & 0 deletions cdn/include/huaweicloud/cdn/v1/model/CreateRefreshTasksResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,21 @@ class HUAWEICLOUD_CDN_V1_EXPORT CreateRefreshTasksResponse
void unsetrefreshTask();
void setRefreshTask(const std::string& value);

/// <summary>
///
/// </summary>

std::string getXRequestId() const;
bool xRequestIdIsSet() const;
void unsetxRequestId();
void setXRequestId(const std::string& value);


protected:
std::string refreshTask_;
bool refreshTaskIsSet_;
std::string xRequestId_;
bool xRequestIdIsSet_;

#ifdef RTTR_FLAG
RTTR_ENABLE()
Expand Down
12 changes: 12 additions & 0 deletions cdn/include/huaweicloud/cdn/v1/model/CreateTagsResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <huaweicloud/core/utils/Utils.h>
#include <huaweicloud/core/http/HttpResponse.h>

#include <string>

namespace HuaweiCloud {
namespace Sdk {
Expand Down Expand Up @@ -37,8 +38,19 @@ class HUAWEICLOUD_CDN_V1_EXPORT CreateTagsResponse
/////////////////////////////////////////////
/// CreateTagsResponse members

/// <summary>
///
/// </summary>

std::string getXRequestId() const;
bool xRequestIdIsSet() const;
void unsetxRequestId();
void setXRequestId(const std::string& value);


protected:
std::string xRequestId_;
bool xRequestIdIsSet_;

#ifdef RTTR_FLAG
RTTR_ENABLE()
Expand Down
12 changes: 12 additions & 0 deletions cdn/include/huaweicloud/cdn/v1/model/DeleteDomainResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <huaweicloud/core/utils/Utils.h>
#include <huaweicloud/core/http/HttpResponse.h>

#include <string>
#include <huaweicloud/cdn/v1/model/DomainsWithPort.h>

namespace HuaweiCloud {
Expand Down Expand Up @@ -47,10 +48,21 @@ class HUAWEICLOUD_CDN_V1_EXPORT DeleteDomainResponse
void unsetdomain();
void setDomain(const DomainsWithPort& value);

/// <summary>
///
/// </summary>

std::string getXRequestId() const;
bool xRequestIdIsSet() const;
void unsetxRequestId();
void setXRequestId(const std::string& value);


protected:
DomainsWithPort domain_;
bool domainIsSet_;
std::string xRequestId_;
bool xRequestIdIsSet_;

#ifdef RTTR_FLAG
RTTR_ENABLE()
Expand Down
12 changes: 12 additions & 0 deletions cdn/include/huaweicloud/cdn/v1/model/DisableDomainResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <huaweicloud/core/utils/Utils.h>
#include <huaweicloud/core/http/HttpResponse.h>

#include <string>
#include <huaweicloud/cdn/v1/model/DomainsWithPort.h>

namespace HuaweiCloud {
Expand Down Expand Up @@ -47,10 +48,21 @@ class HUAWEICLOUD_CDN_V1_EXPORT DisableDomainResponse
void unsetdomain();
void setDomain(const DomainsWithPort& value);

/// <summary>
///
/// </summary>

std::string getXRequestId() const;
bool xRequestIdIsSet() const;
void unsetxRequestId();
void setXRequestId(const std::string& value);


protected:
DomainsWithPort domain_;
bool domainIsSet_;
std::string xRequestId_;
bool xRequestIdIsSet_;

#ifdef RTTR_FLAG
RTTR_ENABLE()
Expand Down
Loading

0 comments on commit 33f6ea8

Please sign in to comment.