-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1acf184
commit c9de238
Showing
49 changed files
with
6,035 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.1.63 | ||
3.1.64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 82 additions & 0 deletions
82
...include/huaweicloud/gaussdb/v3/model/ListGaussMySqlInstanceDetailInfoUnifyStatusRequest.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
|
||
#ifndef HUAWEICLOUD_SDK_GAUSSDB_V3_MODEL_ListGaussMySqlInstanceDetailInfoUnifyStatusRequest_H_ | ||
#define HUAWEICLOUD_SDK_GAUSSDB_V3_MODEL_ListGaussMySqlInstanceDetailInfoUnifyStatusRequest_H_ | ||
|
||
|
||
#include <huaweicloud/gaussdb/v3/GaussDBExport.h> | ||
|
||
#include <huaweicloud/core/utils/ModelBase.h> | ||
#include <huaweicloud/core/utils/Utils.h> | ||
#include <huaweicloud/core/http/HttpResponse.h> | ||
|
||
#include <string> | ||
|
||
namespace HuaweiCloud { | ||
namespace Sdk { | ||
namespace Gaussdb { | ||
namespace V3 { | ||
namespace Model { | ||
|
||
using namespace HuaweiCloud::Sdk::Core::Utils; | ||
using namespace HuaweiCloud::Sdk::Core::Http; | ||
/// <summary> | ||
/// Request Object | ||
/// </summary> | ||
class HUAWEICLOUD_GAUSSDB_V3_EXPORT ListGaussMySqlInstanceDetailInfoUnifyStatusRequest | ||
: public ModelBase | ||
{ | ||
public: | ||
ListGaussMySqlInstanceDetailInfoUnifyStatusRequest(); | ||
virtual ~ListGaussMySqlInstanceDetailInfoUnifyStatusRequest(); | ||
|
||
///////////////////////////////////////////// | ||
/// ModelBase overrides | ||
|
||
void validate() override; | ||
web::json::value toJson() const override; | ||
bool fromJson(const web::json::value& json) override; | ||
///////////////////////////////////////////// | ||
/// ListGaussMySqlInstanceDetailInfoUnifyStatusRequest members | ||
|
||
/// <summary> | ||
/// 请求语言类型。默认en-us。 取值范围: - en-us - zh-cn | ||
/// </summary> | ||
|
||
std::string getXLanguage() const; | ||
bool xLanguageIsSet() const; | ||
void unsetxLanguage(); | ||
void setXLanguage(const std::string& value); | ||
|
||
/// <summary> | ||
/// 实例ID,严格匹配UUID规则。最多同时输入20个实例ID,用英文逗号分隔。 | ||
/// </summary> | ||
|
||
std::string getInstanceIds() const; | ||
bool instanceIdsIsSet() const; | ||
void unsetinstanceIds(); | ||
void setInstanceIds(const std::string& value); | ||
|
||
|
||
protected: | ||
std::string xLanguage_; | ||
bool xLanguageIsSet_; | ||
std::string instanceIds_; | ||
bool instanceIdsIsSet_; | ||
|
||
#ifdef RTTR_FLAG | ||
RTTR_ENABLE() | ||
public: | ||
ListGaussMySqlInstanceDetailInfoUnifyStatusRequest& dereference_from_shared_ptr(std::shared_ptr<ListGaussMySqlInstanceDetailInfoUnifyStatusRequest> ptr) { | ||
return *ptr; | ||
} | ||
#endif | ||
}; | ||
|
||
|
||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
#endif // HUAWEICLOUD_SDK_GAUSSDB_V3_MODEL_ListGaussMySqlInstanceDetailInfoUnifyStatusRequest_H_ |
68 changes: 68 additions & 0 deletions
68
...nclude/huaweicloud/gaussdb/v3/model/ListGaussMySqlInstanceDetailInfoUnifyStatusResponse.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
|
||
#ifndef HUAWEICLOUD_SDK_GAUSSDB_V3_MODEL_ListGaussMySqlInstanceDetailInfoUnifyStatusResponse_H_ | ||
#define HUAWEICLOUD_SDK_GAUSSDB_V3_MODEL_ListGaussMySqlInstanceDetailInfoUnifyStatusResponse_H_ | ||
|
||
|
||
#include <huaweicloud/gaussdb/v3/GaussDBExport.h> | ||
|
||
#include <huaweicloud/core/utils/ModelBase.h> | ||
#include <huaweicloud/core/utils/Utils.h> | ||
#include <huaweicloud/core/http/HttpResponse.h> | ||
|
||
#include <huaweicloud/gaussdb/v3/model/MysqlInstanceInfoDetailUnifyStatus.h> | ||
#include <vector> | ||
|
||
namespace HuaweiCloud { | ||
namespace Sdk { | ||
namespace Gaussdb { | ||
namespace V3 { | ||
namespace Model { | ||
|
||
using namespace HuaweiCloud::Sdk::Core::Utils; | ||
using namespace HuaweiCloud::Sdk::Core::Http; | ||
/// <summary> | ||
/// Response Object | ||
/// </summary> | ||
class HUAWEICLOUD_GAUSSDB_V3_EXPORT ListGaussMySqlInstanceDetailInfoUnifyStatusResponse | ||
: public ModelBase, public HttpResponse | ||
{ | ||
public: | ||
ListGaussMySqlInstanceDetailInfoUnifyStatusResponse(); | ||
virtual ~ListGaussMySqlInstanceDetailInfoUnifyStatusResponse(); | ||
|
||
///////////////////////////////////////////// | ||
/// ModelBase overrides | ||
|
||
void validate() override; | ||
web::json::value toJson() const override; | ||
bool fromJson(const web::json::value& json) override; | ||
///////////////////////////////////////////// | ||
/// ListGaussMySqlInstanceDetailInfoUnifyStatusResponse members | ||
|
||
/// <summary> | ||
/// 实例详情。 | ||
/// </summary> | ||
|
||
std::vector<MysqlInstanceInfoDetailUnifyStatus>& getInstances(); | ||
bool instancesIsSet() const; | ||
void unsetinstances(); | ||
void setInstances(const std::vector<MysqlInstanceInfoDetailUnifyStatus>& value); | ||
|
||
|
||
protected: | ||
std::vector<MysqlInstanceInfoDetailUnifyStatus> instances_; | ||
bool instancesIsSet_; | ||
|
||
#ifdef RTTR_FLAG | ||
RTTR_ENABLE() | ||
#endif | ||
}; | ||
|
||
|
||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
#endif // HUAWEICLOUD_SDK_GAUSSDB_V3_MODEL_ListGaussMySqlInstanceDetailInfoUnifyStatusResponse_H_ |
Oops, something went wrong.