ModifyDedicatedHostAttributeRequest.h 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. /*
  2. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. #ifndef ALIBABACLOUD_ECS_MODEL_MODIFYDEDICATEDHOSTATTRIBUTEREQUEST_H_
  17. #define ALIBABACLOUD_ECS_MODEL_MODIFYDEDICATEDHOSTATTRIBUTEREQUEST_H_
  18. #include <string>
  19. #include <vector>
  20. #include <alibabacloud/core/RpcServiceRequest.h>
  21. #include <alibabacloud/ecs/EcsExport.h>
  22. namespace AlibabaCloud
  23. {
  24. namespace Ecs
  25. {
  26. namespace Model
  27. {
  28. class ALIBABACLOUD_ECS_EXPORT ModifyDedicatedHostAttributeRequest : public RpcServiceRequest
  29. {
  30. public:
  31. ModifyDedicatedHostAttributeRequest();
  32. ~ModifyDedicatedHostAttributeRequest();
  33. long getResourceOwnerId()const;
  34. void setResourceOwnerId(long resourceOwnerId);
  35. long getCallerParentId()const;
  36. void setCallerParentId(long callerParentId);
  37. bool getProxy_original_security_transport()const;
  38. void setProxy_original_security_transport(bool proxy_original_security_transport);
  39. std::string getDescription()const;
  40. void setDescription(const std::string& description);
  41. std::string getProxy_original_source_ip()const;
  42. void setProxy_original_source_ip(const std::string& proxy_original_source_ip);
  43. std::string getOwnerIdLoginEmail()const;
  44. void setOwnerIdLoginEmail(const std::string& ownerIdLoginEmail);
  45. std::string getCallerType()const;
  46. void setCallerType(const std::string& callerType);
  47. std::string getAccessKeyId()const;
  48. void setAccessKeyId(const std::string& accessKeyId);
  49. std::string getSourceRegionId()const;
  50. void setSourceRegionId(const std::string& sourceRegionId);
  51. std::string getSecurityToken()const;
  52. void setSecurityToken(const std::string& securityToken);
  53. std::string getRegionId()const;
  54. void setRegionId(const std::string& regionId);
  55. bool getEnable()const;
  56. void setEnable(bool enable);
  57. std::string getRequestContent()const;
  58. void setRequestContent(const std::string& requestContent);
  59. std::string getActionOnMaintenance()const;
  60. void setActionOnMaintenance(const std::string& actionOnMaintenance);
  61. std::string getCallerBidEmail()const;
  62. void setCallerBidEmail(const std::string& callerBidEmail);
  63. std::string getCallerUidEmail()const;
  64. void setCallerUidEmail(const std::string& callerUidEmail);
  65. long getCallerUid()const;
  66. void setCallerUid(long callerUid);
  67. std::string getApp_ip()const;
  68. void setApp_ip(const std::string& app_ip);
  69. std::string getDedicatedHostName()const;
  70. void setDedicatedHostName(const std::string& dedicatedHostName);
  71. std::string getResourceOwnerAccount()const;
  72. void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
  73. std::string getOwnerAccount()const;
  74. void setOwnerAccount(const std::string& ownerAccount);
  75. std::string getDedicatedHostId()const;
  76. void setDedicatedHostId(const std::string& dedicatedHostId);
  77. std::string getCallerBid()const;
  78. void setCallerBid(const std::string& callerBid);
  79. long getOwnerId()const;
  80. void setOwnerId(long ownerId);
  81. bool getProxy_trust_transport_info()const;
  82. void setProxy_trust_transport_info(bool proxy_trust_transport_info);
  83. bool getAk_mfa_present()const;
  84. void setAk_mfa_present(bool ak_mfa_present);
  85. bool getSecurity_transport()const;
  86. void setSecurity_transport(bool security_transport);
  87. std::string getRequestId()const;
  88. void setRequestId(const std::string& requestId);
  89. int getNetworkAttributesSlbUdpTimeout()const;
  90. void setNetworkAttributesSlbUdpTimeout(int networkAttributesSlbUdpTimeout);
  91. std::string getAutoPlacement()const;
  92. void setAutoPlacement(const std::string& autoPlacement);
  93. int getNetworkAttributesUdpTimeout()const;
  94. void setNetworkAttributesUdpTimeout(int networkAttributesUdpTimeout);
  95. private:
  96. long resourceOwnerId_;
  97. long callerParentId_;
  98. bool proxy_original_security_transport_;
  99. std::string description_;
  100. std::string proxy_original_source_ip_;
  101. std::string ownerIdLoginEmail_;
  102. std::string callerType_;
  103. std::string accessKeyId_;
  104. std::string sourceRegionId_;
  105. std::string securityToken_;
  106. std::string regionId_;
  107. bool enable_;
  108. std::string requestContent_;
  109. std::string actionOnMaintenance_;
  110. std::string callerBidEmail_;
  111. std::string callerUidEmail_;
  112. long callerUid_;
  113. std::string app_ip_;
  114. std::string dedicatedHostName_;
  115. std::string resourceOwnerAccount_;
  116. std::string ownerAccount_;
  117. std::string dedicatedHostId_;
  118. std::string callerBid_;
  119. long ownerId_;
  120. bool proxy_trust_transport_info_;
  121. bool ak_mfa_present_;
  122. bool security_transport_;
  123. std::string requestId_;
  124. int networkAttributesSlbUdpTimeout_;
  125. std::string autoPlacement_;
  126. int networkAttributesUdpTimeout_;
  127. };
  128. }
  129. }
  130. }
  131. #endif // !ALIBABACLOUD_ECS_MODEL_MODIFYDEDICATEDHOSTATTRIBUTEREQUEST_H_