-
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
b7a4430
commit e603032
Showing
164 changed files
with
20,918 additions
and
35 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.115 | ||
3.1.116 |
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
71 changes: 71 additions & 0 deletions
71
aad/include/huaweicloud/aad/v2/model/AddWafWhiteIpRuleRequest.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,71 @@ | ||
|
||
#ifndef HUAWEICLOUD_SDK_AAD_V2_MODEL_AddWafWhiteIpRuleRequest_H_ | ||
#define HUAWEICLOUD_SDK_AAD_V2_MODEL_AddWafWhiteIpRuleRequest_H_ | ||
|
||
|
||
#include <huaweicloud/aad/v2/AadExport.h> | ||
|
||
#include <huaweicloud/core/utils/ModelBase.h> | ||
#include <huaweicloud/core/utils/Utils.h> | ||
#include <huaweicloud/core/http/HttpResponse.h> | ||
|
||
#include <huaweicloud/aad/v2/model/AddWafWhiteIpRuleV2RequestBody.h> | ||
|
||
namespace HuaweiCloud { | ||
namespace Sdk { | ||
namespace Aad { | ||
namespace V2 { | ||
namespace Model { | ||
|
||
using namespace HuaweiCloud::Sdk::Core::Utils; | ||
using namespace HuaweiCloud::Sdk::Core::Http; | ||
/// <summary> | ||
/// Request Object | ||
/// </summary> | ||
class HUAWEICLOUD_AAD_V2_EXPORT AddWafWhiteIpRuleRequest | ||
: public ModelBase | ||
{ | ||
public: | ||
AddWafWhiteIpRuleRequest(); | ||
virtual ~AddWafWhiteIpRuleRequest(); | ||
|
||
///////////////////////////////////////////// | ||
/// ModelBase overrides | ||
|
||
void validate() override; | ||
web::json::value toJson() const override; | ||
bool fromJson(const web::json::value& json) override; | ||
///////////////////////////////////////////// | ||
/// AddWafWhiteIpRuleRequest members | ||
|
||
/// <summary> | ||
/// | ||
/// </summary> | ||
|
||
AddWafWhiteIpRuleV2RequestBody getBody() const; | ||
bool bodyIsSet() const; | ||
void unsetbody(); | ||
void setBody(const AddWafWhiteIpRuleV2RequestBody& value); | ||
|
||
|
||
protected: | ||
AddWafWhiteIpRuleV2RequestBody body_; | ||
bool bodyIsSet_; | ||
|
||
#ifdef RTTR_FLAG | ||
RTTR_ENABLE() | ||
public: | ||
AddWafWhiteIpRuleRequest& dereference_from_shared_ptr(std::shared_ptr<AddWafWhiteIpRuleRequest> ptr) { | ||
return *ptr; | ||
} | ||
#endif | ||
}; | ||
|
||
|
||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
#endif // HUAWEICLOUD_SDK_AAD_V2_MODEL_AddWafWhiteIpRuleRequest_H_ |
Oops, something went wrong.