Adjust ecs openapi endpoint.

This commit is contained in:
sdk-team
2021-10-08 09:51:03 +00:00
parent 59616fc161
commit 34093b78ef
821 changed files with 47471 additions and 58187 deletions

View File

@@ -1,3 +1,6 @@
2021-10-08 Version: 1.36.895
- Adjust ecs openapi endpoint.
2021-10-08 Version: 1.36.894 2021-10-08 Version: 1.36.894
- Fixed SDK update delay. - Fixed SDK update delay.

View File

@@ -1 +1 @@
1.36.894 1.36.895

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ACCEPTINQUIREDSYSTEMEVENTREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ACCEPTINQUIREDSYSTEMEVENTREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ACCEPTINQUIREDSYSTEMEVENTREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ACCEPTINQUIREDSYSTEMEVENTREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AcceptInquiredSystemEventRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AcceptInquiredSystemEventRequest : public RpcServiceRequest {
public: public:
AcceptInquiredSystemEventRequest(); AcceptInquiredSystemEventRequest();
~AcceptInquiredSystemEventRequest(); ~AcceptInquiredSystemEventRequest();
std::string getEventId() const; std::string getEventId() const;
void setEventId(const std::string &eventId); void setEventId(const std::string &eventId);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -58,9 +53,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string choice_; std::string choice_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ACCEPTINQUIREDSYSTEMEVENTREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ACCEPTINQUIREDSYSTEMEVENTREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ACTIVATEROUTERINTERFACEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ACTIVATEROUTERINTERFACEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ACTIVATEROUTERINTERFACEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ACTIVATEROUTERINTERFACEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT ActivateRouterInterfaceRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT ActivateRouterInterfaceRequest : public RpcServiceRequest {
public: public:
ActivateRouterInterfaceRequest(); ActivateRouterInterfaceRequest();
~ActivateRouterInterfaceRequest(); ~ActivateRouterInterfaceRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getResourceOwnerAccount() const; std::string getResourceOwnerAccount() const;
@@ -52,9 +47,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string routerInterfaceId_; std::string routerInterfaceId_;
std::string regionId_; std::string regionId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ACTIVATEROUTERINTERFACEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ACTIVATEROUTERINTERFACEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ADDBANDWIDTHPACKAGEIPSREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ADDBANDWIDTHPACKAGEIPSREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ADDBANDWIDTHPACKAGEIPSREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ADDBANDWIDTHPACKAGEIPSREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AddBandwidthPackageIpsRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AddBandwidthPackageIpsRequest : public RpcServiceRequest {
public: public:
AddBandwidthPackageIpsRequest(); AddBandwidthPackageIpsRequest();
~AddBandwidthPackageIpsRequest(); ~AddBandwidthPackageIpsRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -61,9 +56,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string ipCount_; std::string ipCount_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ADDBANDWIDTHPACKAGEIPSREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ADDBANDWIDTHPACKAGEIPSREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ADDTAGSREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ADDTAGSREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ADDTAGSREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ADDTAGSREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT AddTagsRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AddTagsRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string value; std::string value;
std::string key; std::string key;
}; };
public:
AddTagsRequest(); AddTagsRequest();
~AddTagsRequest(); ~AddTagsRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -64,9 +57,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
long ownerId_; long ownerId_;
std::string resourceType_; std::string resourceType_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ADDTAGSREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ADDTAGSREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ALLOCATEDEDICATEDHOSTSREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ALLOCATEDEDICATEDHOSTSREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ALLOCATEDEDICATEDHOSTSREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ALLOCATEDEDICATEDHOSTSREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT AllocateDedicatedHostsRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AllocateDedicatedHostsRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
AllocateDedicatedHostsRequest(); AllocateDedicatedHostsRequest();
~AllocateDedicatedHostsRequest(); ~AllocateDedicatedHostsRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -121,9 +114,8 @@ namespace AlibabaCloud
std::string autoPlacement_; std::string autoPlacement_;
std::string chargeType_; std::string chargeType_;
int networkAttributesUdpTimeout_; int networkAttributesUdpTimeout_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ALLOCATEDEDICATEDHOSTSREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ALLOCATEDEDICATEDHOSTSREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ALLOCATEEIPADDRESSREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ALLOCATEEIPADDRESSREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ALLOCATEEIPADDRESSREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ALLOCATEEIPADDRESSREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AllocateEipAddressRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AllocateEipAddressRequest : public RpcServiceRequest {
public: public:
AllocateEipAddressRequest(); AllocateEipAddressRequest();
~AllocateEipAddressRequest(); ~AllocateEipAddressRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -67,9 +62,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
long activityId_; long activityId_;
std::string internetChargeType_; std::string internetChargeType_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ALLOCATEEIPADDRESSREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ALLOCATEEIPADDRESSREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ALLOCATEPUBLICIPADDRESSREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ALLOCATEPUBLICIPADDRESSREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ALLOCATEPUBLICIPADDRESSREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ALLOCATEPUBLICIPADDRESSREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AllocatePublicIpAddressRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AllocatePublicIpAddressRequest : public RpcServiceRequest {
public: public:
AllocatePublicIpAddressRequest(); AllocatePublicIpAddressRequest();
~AllocatePublicIpAddressRequest(); ~AllocatePublicIpAddressRequest();
std::string getIpAddress() const; std::string getIpAddress() const;
void setIpAddress(const std::string &ipAddress); void setIpAddress(const std::string &ipAddress);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -58,9 +53,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string instanceId_; std::string instanceId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ALLOCATEPUBLICIPADDRESSREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ALLOCATEPUBLICIPADDRESSREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_APPLYAUTOSNAPSHOTPOLICYREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_APPLYAUTOSNAPSHOTPOLICYREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_APPLYAUTOSNAPSHOTPOLICYREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_APPLYAUTOSNAPSHOTPOLICYREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT ApplyAutoSnapshotPolicyRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT ApplyAutoSnapshotPolicyRequest : public RpcServiceRequest {
public: public:
ApplyAutoSnapshotPolicyRequest(); ApplyAutoSnapshotPolicyRequest();
~ApplyAutoSnapshotPolicyRequest(); ~ApplyAutoSnapshotPolicyRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getAutoSnapshotPolicyId() const; std::string getAutoSnapshotPolicyId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string diskIds_; std::string diskIds_;
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_APPLYAUTOSNAPSHOTPOLICYREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_APPLYAUTOSNAPSHOTPOLICYREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ASSIGNIPV6ADDRESSESREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ASSIGNIPV6ADDRESSESREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ASSIGNIPV6ADDRESSESREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ASSIGNIPV6ADDRESSESREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AssignIpv6AddressesRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AssignIpv6AddressesRequest : public RpcServiceRequest {
public: public:
AssignIpv6AddressesRequest(); AssignIpv6AddressesRequest();
~AssignIpv6AddressesRequest(); ~AssignIpv6AddressesRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -61,9 +56,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string networkInterfaceId_; std::string networkInterfaceId_;
std::vector<std::string> ipv6Address_; std::vector<std::string> ipv6Address_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ASSIGNIPV6ADDRESSESREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ASSIGNIPV6ADDRESSESREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ASSIGNPRIVATEIPADDRESSESREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ASSIGNPRIVATEIPADDRESSESREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ASSIGNPRIVATEIPADDRESSESREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ASSIGNPRIVATEIPADDRESSESREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AssignPrivateIpAddressesRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AssignPrivateIpAddressesRequest : public RpcServiceRequest {
public: public:
AssignPrivateIpAddressesRequest(); AssignPrivateIpAddressesRequest();
~AssignPrivateIpAddressesRequest(); ~AssignPrivateIpAddressesRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -64,9 +59,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::vector<std::string> privateIpAddress_; std::vector<std::string> privateIpAddress_;
std::string networkInterfaceId_; std::string networkInterfaceId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ASSIGNPRIVATEIPADDRESSESREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ASSIGNPRIVATEIPADDRESSESREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ASSOCIATEEIPADDRESSREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ASSOCIATEEIPADDRESSREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ASSOCIATEEIPADDRESSREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ASSOCIATEEIPADDRESSREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AssociateEipAddressRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AssociateEipAddressRequest : public RpcServiceRequest {
public: public:
AssociateEipAddressRequest(); AssociateEipAddressRequest();
~AssociateEipAddressRequest(); ~AssociateEipAddressRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getAllocationId() const; std::string getAllocationId() const;
@@ -61,9 +56,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string instanceId_; std::string instanceId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ASSOCIATEEIPADDRESSREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ASSOCIATEEIPADDRESSREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ASSOCIATEHAVIPREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ASSOCIATEHAVIPREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ASSOCIATEHAVIPREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ASSOCIATEHAVIPREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AssociateHaVipRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AssociateHaVipRequest : public RpcServiceRequest {
public: public:
AssociateHaVipRequest(); AssociateHaVipRequest();
~AssociateHaVipRequest(); ~AssociateHaVipRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -61,9 +56,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string instanceId_; std::string instanceId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ASSOCIATEHAVIPREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ASSOCIATEHAVIPREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ATTACHCLASSICLINKVPCREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ATTACHCLASSICLINKVPCREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ATTACHCLASSICLINKVPCREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ATTACHCLASSICLINKVPCREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AttachClassicLinkVpcRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AttachClassicLinkVpcRequest : public RpcServiceRequest {
public: public:
AttachClassicLinkVpcRequest(); AttachClassicLinkVpcRequest();
~AttachClassicLinkVpcRequest(); ~AttachClassicLinkVpcRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string instanceId_; std::string instanceId_;
std::string vpcId_; std::string vpcId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ATTACHCLASSICLINKVPCREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ATTACHCLASSICLINKVPCREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ATTACHDISKREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ATTACHDISKREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ATTACHDISKREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ATTACHDISKREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AttachDiskRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AttachDiskRequest : public RpcServiceRequest {
public: public:
AttachDiskRequest(); AttachDiskRequest();
~AttachDiskRequest(); ~AttachDiskRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getKeyPairName() const; std::string getKeyPairName() const;
@@ -70,9 +65,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string instanceId_; std::string instanceId_;
std::string device_; std::string device_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ATTACHDISKREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ATTACHDISKREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ATTACHINSTANCERAMROLEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ATTACHINSTANCERAMROLEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ATTACHINSTANCERAMROLEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ATTACHINSTANCERAMROLEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AttachInstanceRamRoleRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AttachInstanceRamRoleRequest : public RpcServiceRequest {
public: public:
AttachInstanceRamRoleRequest(); AttachInstanceRamRoleRequest();
~AttachInstanceRamRoleRequest(); ~AttachInstanceRamRoleRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -58,9 +53,8 @@ namespace AlibabaCloud
std::string ramRoleName_; std::string ramRoleName_;
long ownerId_; long ownerId_;
std::string instanceIds_; std::string instanceIds_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ATTACHINSTANCERAMROLEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ATTACHINSTANCERAMROLEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ATTACHKEYPAIRREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ATTACHKEYPAIRREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ATTACHKEYPAIRREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ATTACHKEYPAIRREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AttachKeyPairRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AttachKeyPairRequest : public RpcServiceRequest {
public: public:
AttachKeyPairRequest(); AttachKeyPairRequest();
~AttachKeyPairRequest(); ~AttachKeyPairRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getKeyPairName() const; std::string getKeyPairName() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
long ownerId_; long ownerId_;
std::string instanceIds_; std::string instanceIds_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ATTACHKEYPAIRREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ATTACHKEYPAIRREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_ATTACHNETWORKINTERFACEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_ATTACHNETWORKINTERFACEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_ATTACHNETWORKINTERFACEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_ATTACHNETWORKINTERFACEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AttachNetworkInterfaceRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AttachNetworkInterfaceRequest : public RpcServiceRequest {
public: public:
AttachNetworkInterfaceRequest(); AttachNetworkInterfaceRequest();
~AttachNetworkInterfaceRequest(); ~AttachNetworkInterfaceRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -64,9 +59,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string instanceId_; std::string instanceId_;
std::string networkInterfaceId_; std::string networkInterfaceId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_ATTACHNETWORKINTERFACEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_ATTACHNETWORKINTERFACEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_AUTHORIZESECURITYGROUPEGRESSREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_AUTHORIZESECURITYGROUPEGRESSREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_AUTHORIZESECURITYGROUPEGRESSREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_AUTHORIZESECURITYGROUPEGRESSREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AuthorizeSecurityGroupEgressRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AuthorizeSecurityGroupEgressRequest : public RpcServiceRequest {
public: public:
AuthorizeSecurityGroupEgressRequest(); AuthorizeSecurityGroupEgressRequest();
~AuthorizeSecurityGroupEgressRequest(); ~AuthorizeSecurityGroupEgressRequest();
std::string getNicType() const; std::string getNicType() const;
void setNicType(const std::string &nicType); void setNicType(const std::string &nicType);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -103,9 +98,8 @@ namespace AlibabaCloud
std::string priority_; std::string priority_;
std::string destCidrIp_; std::string destCidrIp_;
long destGroupOwnerId_; long destGroupOwnerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_AUTHORIZESECURITYGROUPEGRESSREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_AUTHORIZESECURITYGROUPEGRESSREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_AUTHORIZESECURITYGROUPREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_AUTHORIZESECURITYGROUPREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_AUTHORIZESECURITYGROUPREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_AUTHORIZESECURITYGROUPREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT AuthorizeSecurityGroupRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT AuthorizeSecurityGroupRequest : public RpcServiceRequest {
public: public:
AuthorizeSecurityGroupRequest(); AuthorizeSecurityGroupRequest();
~AuthorizeSecurityGroupRequest(); ~AuthorizeSecurityGroupRequest();
std::string getNicType() const; std::string getNicType() const;
void setNicType(const std::string &nicType); void setNicType(const std::string &nicType);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -103,9 +98,8 @@ namespace AlibabaCloud
std::string priority_; std::string priority_;
std::string destCidrIp_; std::string destCidrIp_;
std::string sourceGroupId_; std::string sourceGroupId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_AUTHORIZESECURITYGROUPREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_AUTHORIZESECURITYGROUPREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CANCELAUTOSNAPSHOTPOLICYREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CANCELAUTOSNAPSHOTPOLICYREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CANCELAUTOSNAPSHOTPOLICYREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CANCELAUTOSNAPSHOTPOLICYREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CancelAutoSnapshotPolicyRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CancelAutoSnapshotPolicyRequest : public RpcServiceRequest {
public: public:
CancelAutoSnapshotPolicyRequest(); CancelAutoSnapshotPolicyRequest();
~CancelAutoSnapshotPolicyRequest(); ~CancelAutoSnapshotPolicyRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -52,9 +47,8 @@ namespace AlibabaCloud
std::string diskIds_; std::string diskIds_;
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CANCELAUTOSNAPSHOTPOLICYREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CANCELAUTOSNAPSHOTPOLICYREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CANCELCOPYIMAGEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CANCELCOPYIMAGEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CANCELCOPYIMAGEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CANCELCOPYIMAGEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CancelCopyImageRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CancelCopyImageRequest : public RpcServiceRequest {
public: public:
CancelCopyImageRequest(); CancelCopyImageRequest();
~CancelCopyImageRequest(); ~CancelCopyImageRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getImageId() const; std::string getImageId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CANCELCOPYIMAGEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CANCELCOPYIMAGEREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CANCELIMAGEPIPELINEEXECUTIONREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CANCELIMAGEPIPELINEEXECUTIONREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CANCELIMAGEPIPELINEEXECUTIONREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CANCELIMAGEPIPELINEEXECUTIONREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CancelImagePipelineExecutionRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CancelImagePipelineExecutionRequest : public RpcServiceRequest
{
public: public:
struct TemplateTag struct TemplateTag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
CancelImagePipelineExecutionRequest(); CancelImagePipelineExecutionRequest();
~CancelImagePipelineExecutionRequest(); ~CancelImagePipelineExecutionRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getExecutionId() const; std::string getExecutionId() const;
@@ -64,9 +57,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CANCELIMAGEPIPELINEEXECUTIONREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CANCELIMAGEPIPELINEEXECUTIONREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CANCELPHYSICALCONNECTIONREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CANCELPHYSICALCONNECTIONREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CANCELPHYSICALCONNECTIONREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CANCELPHYSICALCONNECTIONREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CancelPhysicalConnectionRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CancelPhysicalConnectionRequest : public RpcServiceRequest {
public: public:
CancelPhysicalConnectionRequest(); CancelPhysicalConnectionRequest();
~CancelPhysicalConnectionRequest(); ~CancelPhysicalConnectionRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -61,9 +56,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string physicalConnectionId_; std::string physicalConnectionId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CANCELPHYSICALCONNECTIONREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CANCELPHYSICALCONNECTIONREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CANCELSIMULATEDSYSTEMEVENTSREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CANCELSIMULATEDSYSTEMEVENTSREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CANCELSIMULATEDSYSTEMEVENTSREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CANCELSIMULATEDSYSTEMEVENTSREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CancelSimulatedSystemEventsRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CancelSimulatedSystemEventsRequest : public RpcServiceRequest {
public: public:
CancelSimulatedSystemEventsRequest(); CancelSimulatedSystemEventsRequest();
~CancelSimulatedSystemEventsRequest(); ~CancelSimulatedSystemEventsRequest();
std::vector<std::string> getEventId() const; std::vector<std::string> getEventId() const;
void setEventId(const std::vector<std::string> &eventId); void setEventId(const std::vector<std::string> &eventId);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CANCELSIMULATEDSYSTEMEVENTSREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CANCELSIMULATEDSYSTEMEVENTSREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CANCELTASKREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CANCELTASKREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CANCELTASKREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CANCELTASKREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CancelTaskRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CancelTaskRequest : public RpcServiceRequest {
public: public:
CancelTaskRequest(); CancelTaskRequest();
~CancelTaskRequest(); ~CancelTaskRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -52,9 +47,8 @@ namespace AlibabaCloud
std::string taskId_; std::string taskId_;
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CANCELTASKREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CANCELTASKREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CONNECTROUTERINTERFACEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CONNECTROUTERINTERFACEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CONNECTROUTERINTERFACEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CONNECTROUTERINTERFACEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT ConnectRouterInterfaceRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT ConnectRouterInterfaceRequest : public RpcServiceRequest {
public: public:
ConnectRouterInterfaceRequest(); ConnectRouterInterfaceRequest();
~ConnectRouterInterfaceRequest(); ~ConnectRouterInterfaceRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getResourceOwnerAccount() const; std::string getResourceOwnerAccount() const;
@@ -52,9 +47,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string routerInterfaceId_; std::string routerInterfaceId_;
std::string regionId_; std::string regionId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CONNECTROUTERINTERFACEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CONNECTROUTERINTERFACEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CONVERTNATPUBLICIPTOEIPREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CONVERTNATPUBLICIPTOEIPREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CONVERTNATPUBLICIPTOEIPREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CONVERTNATPUBLICIPTOEIPREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT ConvertNatPublicIpToEipRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT ConvertNatPublicIpToEipRequest : public RpcServiceRequest {
public: public:
ConvertNatPublicIpToEipRequest(); ConvertNatPublicIpToEipRequest();
~ConvertNatPublicIpToEipRequest(); ~ConvertNatPublicIpToEipRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -52,9 +47,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
long ownerId_; long ownerId_;
std::string instanceId_; std::string instanceId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CONVERTNATPUBLICIPTOEIPREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CONVERTNATPUBLICIPTOEIPREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_COPYIMAGEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_COPYIMAGEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_COPYIMAGEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_COPYIMAGEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CopyImageRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CopyImageRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string value; std::string value;
std::string key; std::string key;
}; };
public:
CopyImageRequest(); CopyImageRequest();
~CopyImageRequest(); ~CopyImageRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getImageId() const; std::string getImageId() const;
@@ -85,9 +78,8 @@ namespace AlibabaCloud
bool encrypted_; bool encrypted_;
std::string kMSKeyId_; std::string kMSKeyId_;
std::string destinationDescription_; std::string destinationDescription_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_COPYIMAGEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_COPYIMAGEREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_COPYSNAPSHOTREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_COPYSNAPSHOTREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_COPYSNAPSHOTREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_COPYSNAPSHOTREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CopySnapshotRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CopySnapshotRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
CopySnapshotRequest(); CopySnapshotRequest();
~CopySnapshotRequest(); ~CopySnapshotRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getSnapshotId() const; std::string getSnapshotId() const;
@@ -76,9 +69,8 @@ namespace AlibabaCloud
std::string destinationSnapshotName_; std::string destinationSnapshotName_;
std::string destinationSnapshotDescription_; std::string destinationSnapshotDescription_;
int retentionDays_; int retentionDays_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_COPYSNAPSHOTREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_COPYSNAPSHOTREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEACTIVATIONREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEACTIVATIONREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEACTIVATIONREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEACTIVATIONREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateActivationRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateActivationRequest : public RpcServiceRequest {
public: public:
CreateActivationRequest(); CreateActivationRequest();
~CreateActivationRequest(); ~CreateActivationRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getDescription() const; std::string getDescription() const;
@@ -67,9 +62,8 @@ namespace AlibabaCloud
std::string instanceName_; std::string instanceName_;
long timeToLiveInHours_; long timeToLiveInHours_;
std::string ipAddressRange_; std::string ipAddressRange_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEACTIVATIONREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEACTIVATIONREQUEST_H_

View File

@@ -17,22 +17,18 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEAUTOPROVISIONINGGROUPREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEAUTOPROVISIONINGGROUPREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEAUTOPROVISIONINGGROUPREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEAUTOPROVISIONINGGROUPREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateAutoProvisioningGroupRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateAutoProvisioningGroupRequest : public RpcServiceRequest
{
public: public:
struct LaunchConfigurationDataDisk struct LaunchConfigurationDataDisk {
{
std::string performanceLevel; std::string performanceLevel;
std::string kmsKeyId; std::string kmsKeyId;
std::string description; std::string description;
@@ -44,32 +40,25 @@ namespace AlibabaCloud
bool deleteWithInstance; bool deleteWithInstance;
bool encrypted; bool encrypted;
}; };
struct SystemDiskConfig struct SystemDiskConfig {
{
std::string diskCategory; std::string diskCategory;
}; };
struct DataDiskConfig struct DataDiskConfig {
{
std::string diskCategory; std::string diskCategory;
}; };
struct LaunchTemplateConfig struct LaunchTemplateConfig {
{
std::string vSwitchId; std::string vSwitchId;
double maxPrice; double maxPrice;
int priority; int priority;
std::string instanceType; std::string instanceType;
double weightedCapacity; double weightedCapacity;
}; };
struct LaunchConfigurationTag struct LaunchConfigurationTag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
CreateAutoProvisioningGroupRequest(); CreateAutoProvisioningGroupRequest();
~CreateAutoProvisioningGroupRequest(); ~CreateAutoProvisioningGroupRequest();
std::vector<LaunchConfigurationDataDisk> getLaunchConfigurationDataDisk() const; std::vector<LaunchConfigurationDataDisk> getLaunchConfigurationDataDisk() const;
void setLaunchConfigurationDataDisk(const std::vector<LaunchConfigurationDataDisk> &launchConfigurationDataDisk); void setLaunchConfigurationDataDisk(const std::vector<LaunchConfigurationDataDisk> &launchConfigurationDataDisk);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -240,9 +229,8 @@ namespace AlibabaCloud
std::string spotTargetCapacity_; std::string spotTargetCapacity_;
std::string validFrom_; std::string validFrom_;
std::string autoProvisioningGroupName_; std::string autoProvisioningGroupName_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEAUTOPROVISIONINGGROUPREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEAUTOPROVISIONINGGROUPREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEAUTOSNAPSHOTPOLICYREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEAUTOSNAPSHOTPOLICYREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEAUTOSNAPSHOTPOLICYREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEAUTOSNAPSHOTPOLICYREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateAutoSnapshotPolicyRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateAutoSnapshotPolicyRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string value; std::string value;
std::string key; std::string key;
}; };
public:
CreateAutoSnapshotPolicyRequest(); CreateAutoSnapshotPolicyRequest();
~CreateAutoSnapshotPolicyRequest(); ~CreateAutoSnapshotPolicyRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
int getCopiedSnapshotsRetentionDays() const; int getCopiedSnapshotsRetentionDays() const;
@@ -82,9 +75,8 @@ namespace AlibabaCloud
std::string autoSnapshotPolicyName_; std::string autoSnapshotPolicyName_;
int retentionDays_; int retentionDays_;
std::string targetCopyRegions_; std::string targetCopyRegions_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEAUTOSNAPSHOTPOLICYREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEAUTOSNAPSHOTPOLICYREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATECAPACITYRESERVATIONREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATECAPACITYRESERVATIONREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATECAPACITYRESERVATIONREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATECAPACITYRESERVATIONREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateCapacityReservationRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateCapacityReservationRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
CreateCapacityReservationRequest(); CreateCapacityReservationRequest();
~CreateCapacityReservationRequest(); ~CreateCapacityReservationRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -121,9 +114,8 @@ namespace AlibabaCloud
std::string chargeType_; std::string chargeType_;
std::string packageType_; std::string packageType_;
int instanceAmount_; int instanceAmount_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATECAPACITYRESERVATIONREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATECAPACITYRESERVATIONREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATECOMMANDREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATECOMMANDREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATECOMMANDREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATECOMMANDREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateCommandRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateCommandRequest : public RpcServiceRequest {
public: public:
CreateCommandRequest(); CreateCommandRequest();
~CreateCommandRequest(); ~CreateCommandRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getWorkingDir() const; std::string getWorkingDir() const;
@@ -73,9 +68,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string name_; std::string name_;
bool enableParameter_; bool enableParameter_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATECOMMANDREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATECOMMANDREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEDEDICATEDBLOCKSTORAGECLUSTERREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEDEDICATEDBLOCKSTORAGECLUSTERREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEDEDICATEDBLOCKSTORAGECLUSTERREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEDEDICATEDBLOCKSTORAGECLUSTERREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateDedicatedBlockStorageClusterRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateDedicatedBlockStorageClusterRequest : public RpcServiceRequest {
public: public:
CreateDedicatedBlockStorageClusterRequest(); CreateDedicatedBlockStorageClusterRequest();
~CreateDedicatedBlockStorageClusterRequest(); ~CreateDedicatedBlockStorageClusterRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getDedicatedBlockStorageClusterName() const; std::string getDedicatedBlockStorageClusterName() const;
@@ -82,9 +77,8 @@ namespace AlibabaCloud
std::string periodUnit_; std::string periodUnit_;
std::string zoneId_; std::string zoneId_;
std::string category_; std::string category_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEDEDICATEDBLOCKSTORAGECLUSTERREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEDEDICATEDBLOCKSTORAGECLUSTERREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEDEDICATEDHOSTCLUSTERREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEDEDICATEDHOSTCLUSTERREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEDEDICATEDHOSTCLUSTERREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEDEDICATEDHOSTCLUSTERREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateDedicatedHostClusterRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateDedicatedHostClusterRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
CreateDedicatedHostClusterRequest(); CreateDedicatedHostClusterRequest();
~CreateDedicatedHostClusterRequest(); ~CreateDedicatedHostClusterRequest();
std::string getDedicatedHostClusterName() const; std::string getDedicatedHostClusterName() const;
void setDedicatedHostClusterName(const std::string &dedicatedHostClusterName); void setDedicatedHostClusterName(const std::string &dedicatedHostClusterName);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -76,9 +69,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string zoneId_; std::string zoneId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEDEDICATEDHOSTCLUSTERREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEDEDICATEDHOSTCLUSTERREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEDEMANDREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEDEMANDREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEDEMANDREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEDEMANDREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateDemandRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateDemandRequest : public RpcServiceRequest {
public: public:
CreateDemandRequest(); CreateDemandRequest();
~CreateDemandRequest(); ~CreateDemandRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -85,9 +80,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string periodUnit_; std::string periodUnit_;
std::string zoneId_; std::string zoneId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEDEMANDREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEDEMANDREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEDEPLOYMENTSETREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEDEPLOYMENTSETREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEDEPLOYMENTSETREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEDEPLOYMENTSETREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateDeploymentSetRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateDeploymentSetRequest : public RpcServiceRequest {
public: public:
CreateDeploymentSetRequest(); CreateDeploymentSetRequest();
~CreateDeploymentSetRequest(); ~CreateDeploymentSetRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -76,9 +71,8 @@ namespace AlibabaCloud
std::string granularity_; std::string granularity_;
std::string domain_; std::string domain_;
std::string strategy_; std::string strategy_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEDEPLOYMENTSETREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEDEPLOYMENTSETREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEDISKREPLICAPAIRREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEDISKREPLICAPAIRREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEDISKREPLICAPAIRREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEDISKREPLICAPAIRREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateDiskReplicaPairRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateDiskReplicaPairRequest : public RpcServiceRequest {
public: public:
CreateDiskReplicaPairRequest(); CreateDiskReplicaPairRequest();
~CreateDiskReplicaPairRequest(); ~CreateDiskReplicaPairRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getPairName() const; std::string getPairName() const;
@@ -70,9 +65,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string destinationDiskId_; std::string destinationDiskId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEDISKREPLICAPAIRREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEDISKREPLICAPAIRREQUEST_H_

View File

@@ -17,36 +17,28 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEDISKREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEDISKREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEDISKREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEDISKREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateDiskRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateDiskRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string value; std::string value;
std::string key; std::string key;
}; };
struct Arn struct Arn {
{
std::string rolearn; std::string rolearn;
std::string roleType; std::string roleType;
long assumeRoleFor; long assumeRoleFor;
}; };
public:
CreateDiskRequest(); CreateDiskRequest();
~CreateDiskRequest(); ~CreateDiskRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getSnapshotId() const; std::string getSnapshotId() const;
@@ -124,9 +116,8 @@ namespace AlibabaCloud
std::string zoneId_; std::string zoneId_;
std::string storageClusterId_; std::string storageClusterId_;
std::string kMSKeyId_; std::string kMSKeyId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEDISKREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEDISKREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEELASTICITYASSURANCEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEELASTICITYASSURANCEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEELASTICITYASSURANCEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEELASTICITYASSURANCEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateElasticityAssuranceRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateElasticityAssuranceRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
CreateElasticityAssuranceRequest(); CreateElasticityAssuranceRequest();
~CreateElasticityAssuranceRequest(); ~CreateElasticityAssuranceRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -115,9 +108,8 @@ namespace AlibabaCloud
std::string chargeType_; std::string chargeType_;
std::string packageType_; std::string packageType_;
int instanceAmount_; int instanceAmount_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEELASTICITYASSURANCEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEELASTICITYASSURANCEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEFORWARDENTRYREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEFORWARDENTRYREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEFORWARDENTRYREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEFORWARDENTRYREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateForwardEntryRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateForwardEntryRequest : public RpcServiceRequest {
public: public:
CreateForwardEntryRequest(); CreateForwardEntryRequest();
~CreateForwardEntryRequest(); ~CreateForwardEntryRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getForwardTableId() const; std::string getForwardTableId() const;
@@ -70,9 +65,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string internalPort_; std::string internalPort_;
std::string externalPort_; std::string externalPort_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEFORWARDENTRYREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEFORWARDENTRYREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEHAVIPREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEHAVIPREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEHAVIPREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEHAVIPREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateHaVipRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateHaVipRequest : public RpcServiceRequest {
public: public:
CreateHaVipRequest(); CreateHaVipRequest();
~CreateHaVipRequest(); ~CreateHaVipRequest();
std::string getIpAddress() const; std::string getIpAddress() const;
void setIpAddress(const std::string &ipAddress); void setIpAddress(const std::string &ipAddress);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -64,9 +59,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string vSwitchId_; std::string vSwitchId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEHAVIPREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEHAVIPREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEHPCCLUSTERREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEHPCCLUSTERREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEHPCCLUSTERREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEHPCCLUSTERREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateHpcClusterRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateHpcClusterRequest : public RpcServiceRequest {
public: public:
CreateHpcClusterRequest(); CreateHpcClusterRequest();
~CreateHpcClusterRequest(); ~CreateHpcClusterRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -61,9 +56,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string name_; std::string name_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEHPCCLUSTERREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEHPCCLUSTERREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEIMAGECOMPONENTREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEIMAGECOMPONENTREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEIMAGECOMPONENTREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEIMAGECOMPONENTREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateImageComponentRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateImageComponentRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
CreateImageComponentRequest(); CreateImageComponentRequest();
~CreateImageComponentRequest(); ~CreateImageComponentRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -82,9 +75,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string componentType_; std::string componentType_;
std::string name_; std::string name_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEIMAGECOMPONENTREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEIMAGECOMPONENTREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEIMAGEPIPELINEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEIMAGEPIPELINEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEIMAGEPIPELINEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEIMAGEPIPELINEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateImagePipelineRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateImagePipelineRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
CreateImagePipelineRequest(); CreateImagePipelineRequest();
~CreateImagePipelineRequest(); ~CreateImagePipelineRequest();
std::string getBaseImageType() const; std::string getBaseImageType() const;
void setBaseImageType(const std::string &baseImageType); void setBaseImageType(const std::string &baseImageType);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -106,9 +99,8 @@ namespace AlibabaCloud
bool deleteInstanceOnFailure_; bool deleteInstanceOnFailure_;
std::string name_; std::string name_;
std::string buildContent_; std::string buildContent_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEIMAGEPIPELINEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEIMAGEPIPELINEREQUEST_H_

View File

@@ -17,37 +17,29 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEIMAGEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEIMAGEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEIMAGEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEIMAGEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateImageRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateImageRequest : public RpcServiceRequest
{
public: public:
struct DiskDeviceMapping struct DiskDeviceMapping {
{
std::string snapshotId; std::string snapshotId;
int size; int size;
std::string diskType; std::string diskType;
std::string device; std::string device;
}; };
struct Tag struct Tag {
{
std::string value; std::string value;
std::string key; std::string key;
}; };
public:
CreateImageRequest(); CreateImageRequest();
~CreateImageRequest(); ~CreateImageRequest();
std::vector<DiskDeviceMapping> getDiskDeviceMapping() const; std::vector<DiskDeviceMapping> getDiskDeviceMapping() const;
void setDiskDeviceMapping(const std::vector<DiskDeviceMapping> &diskDeviceMapping); void setDiskDeviceMapping(const std::vector<DiskDeviceMapping> &diskDeviceMapping);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -101,9 +93,8 @@ namespace AlibabaCloud
std::string instanceId_; std::string instanceId_;
std::string imageFamily_; std::string imageFamily_;
std::string imageVersion_; std::string imageVersion_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEIMAGEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEIMAGEREQUEST_H_

View File

@@ -17,33 +17,30 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEINSTANCEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEINSTANCEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEINSTANCEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEINSTANCEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateInstanceRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateInstanceRequest : public RpcServiceRequest
{
public: public:
struct Tag struct SystemDisk {
{ std::string storageClusterId;
};
struct Tag {
std::string value; std::string value;
std::string key; std::string key;
}; };
struct Arn struct Arn {
{
std::string rolearn; std::string rolearn;
std::string roleType; std::string roleType;
long assumeRoleFor; long assumeRoleFor;
}; };
struct DataDisk struct DataDisk {
{
std::string diskName; std::string diskName;
std::string snapshotId; std::string snapshotId;
int size; int size;
@@ -57,11 +54,8 @@ namespace AlibabaCloud
std::string device; std::string device;
bool deleteWithInstance; bool deleteWithInstance;
}; };
public:
CreateInstanceRequest(); CreateInstanceRequest();
~CreateInstanceRequest(); ~CreateInstanceRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getHpcClusterId() const; std::string getHpcClusterId() const;
@@ -84,8 +78,8 @@ namespace AlibabaCloud
void setHostName(const std::string &hostName); void setHostName(const std::string &hostName);
std::string getPassword() const; std::string getPassword() const;
void setPassword(const std::string &password); void setPassword(const std::string &password);
Struct getSystemDisk()const; SystemDisk getSystemDisk() const;
void setSystemDisk(const Struct& systemDisk); void setSystemDisk(const SystemDisk &systemDisk);
int getDeploymentSetGroupNo() const; int getDeploymentSetGroupNo() const;
void setDeploymentSetGroupNo(int deploymentSetGroupNo); void setDeploymentSetGroupNo(int deploymentSetGroupNo);
int getStorageSetPartitionNumber() const; int getStorageSetPartitionNumber() const;
@@ -213,7 +207,7 @@ namespace AlibabaCloud
std::string privatePoolOptionsMatchCriteria_; std::string privatePoolOptionsMatchCriteria_;
std::string hostName_; std::string hostName_;
std::string password_; std::string password_;
Struct systemDisk_; SystemDisk systemDisk_;
int deploymentSetGroupNo_; int deploymentSetGroupNo_;
int storageSetPartitionNumber_; int storageSetPartitionNumber_;
std::vector<Tag> tag_; std::vector<Tag> tag_;
@@ -271,9 +265,8 @@ namespace AlibabaCloud
std::string imageFamily_; std::string imageFamily_;
std::string httpTokens_; std::string httpTokens_;
std::string systemDiskDescription_; std::string systemDiskDescription_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEINSTANCEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEINSTANCEREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEKEYPAIRREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEKEYPAIRREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEKEYPAIRREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEKEYPAIRREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateKeyPairRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateKeyPairRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string value; std::string value;
std::string key; std::string key;
}; };
public:
CreateKeyPairRequest(); CreateKeyPairRequest();
~CreateKeyPairRequest(); ~CreateKeyPairRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getKeyPairName() const; std::string getKeyPairName() const;
@@ -64,9 +57,8 @@ namespace AlibabaCloud
std::vector<Tag> tag_; std::vector<Tag> tag_;
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEKEYPAIRREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEKEYPAIRREQUEST_H_

View File

@@ -17,56 +17,45 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATELAUNCHTEMPLATEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATELAUNCHTEMPLATEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATELAUNCHTEMPLATEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATELAUNCHTEMPLATEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateLaunchTemplateRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateLaunchTemplateRequest : public RpcServiceRequest
{
public: public:
struct TemplateTag struct TemplateTag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
struct Tag struct Tag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
struct NetworkInterface struct NetworkInterface {
{
std::string primaryIpAddress;
std::string vSwitchId; std::string vSwitchId;
std::string securityGroupId;
std::string networkInterfaceName; std::string networkInterfaceName;
std::string description; std::string description;
std::vector<std::string> securityGroupIds; std::string securityGroupId;
std::string primaryIpAddress;
}; };
struct DataDisk struct DataDisk {
{
int size;
std::string snapshotId;
std::string category;
std::string encrypted;
std::string diskName;
std::string description;
bool deleteWithInstance;
std::string device;
std::string performanceLevel; std::string performanceLevel;
std::string description;
std::string snapshotId;
int size;
std::string device;
std::string diskName;
std::string category;
bool deleteWithInstance;
std::string encrypted;
}; };
public:
CreateLaunchTemplateRequest(); CreateLaunchTemplateRequest();
~CreateLaunchTemplateRequest(); ~CreateLaunchTemplateRequest();
std::string getLaunchTemplateName() const; std::string getLaunchTemplateName() const;
void setLaunchTemplateName(const std::string &launchTemplateName); void setLaunchTemplateName(const std::string &launchTemplateName);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -141,10 +130,10 @@ namespace AlibabaCloud
void setInstanceChargeType(const std::string &instanceChargeType); void setInstanceChargeType(const std::string &instanceChargeType);
bool getEnableVmOsConfig() const; bool getEnableVmOsConfig() const;
void setEnableVmOsConfig(bool enableVmOsConfig); void setEnableVmOsConfig(bool enableVmOsConfig);
std::vector<NetworkInterface> getNetworkInterface()const;
void setNetworkInterface(const std::vector<NetworkInterface>& networkInterface);
std::string getDeploymentSetId() const; std::string getDeploymentSetId() const;
void setDeploymentSetId(const std::string &deploymentSetId); void setDeploymentSetId(const std::string &deploymentSetId);
std::vector<NetworkInterface> getNetworkInterface() const;
void setNetworkInterface(const std::vector<NetworkInterface> &networkInterface);
std::string getResourceOwnerAccount() const; std::string getResourceOwnerAccount() const;
void setResourceOwnerAccount(const std::string &resourceOwnerAccount); void setResourceOwnerAccount(const std::string &resourceOwnerAccount);
std::string getOwnerAccount() const; std::string getOwnerAccount() const;
@@ -206,8 +195,8 @@ namespace AlibabaCloud
std::string instanceType_; std::string instanceType_;
std::string instanceChargeType_; std::string instanceChargeType_;
bool enableVmOsConfig_; bool enableVmOsConfig_;
std::vector<NetworkInterface> networkInterface_;
std::string deploymentSetId_; std::string deploymentSetId_;
std::vector<NetworkInterface> networkInterface_;
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
std::string systemDiskDiskName_; std::string systemDiskDiskName_;
@@ -219,9 +208,8 @@ namespace AlibabaCloud
int systemDiskSize_; int systemDiskSize_;
std::string vpcId_; std::string vpcId_;
std::string systemDiskDescription_; std::string systemDiskDescription_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATELAUNCHTEMPLATEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATELAUNCHTEMPLATEREQUEST_H_

View File

@@ -17,51 +17,41 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATELAUNCHTEMPLATEVERSIONREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATELAUNCHTEMPLATEVERSIONREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATELAUNCHTEMPLATEVERSIONREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATELAUNCHTEMPLATEVERSIONREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateLaunchTemplateVersionRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateLaunchTemplateVersionRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
struct NetworkInterface struct NetworkInterface {
{
std::string primaryIpAddress;
std::string vSwitchId; std::string vSwitchId;
std::string securityGroupId;
std::string networkInterfaceName; std::string networkInterfaceName;
std::string description; std::string description;
std::vector<std::string> securityGroupIds; std::string securityGroupId;
std::string primaryIpAddress;
}; };
struct DataDisk struct DataDisk {
{
int size;
std::string snapshotId;
std::string category;
std::string encrypted;
std::string diskName;
std::string description;
bool deleteWithInstance;
std::string device;
std::string performanceLevel; std::string performanceLevel;
std::string description;
std::string snapshotId;
int size;
std::string device;
std::string diskName;
std::string category;
bool deleteWithInstance;
std::string encrypted;
}; };
public:
CreateLaunchTemplateVersionRequest(); CreateLaunchTemplateVersionRequest();
~CreateLaunchTemplateVersionRequest(); ~CreateLaunchTemplateVersionRequest();
std::string getLaunchTemplateName() const; std::string getLaunchTemplateName() const;
void setLaunchTemplateName(const std::string &launchTemplateName); void setLaunchTemplateName(const std::string &launchTemplateName);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -134,10 +124,10 @@ namespace AlibabaCloud
void setInstanceChargeType(const std::string &instanceChargeType); void setInstanceChargeType(const std::string &instanceChargeType);
bool getEnableVmOsConfig() const; bool getEnableVmOsConfig() const;
void setEnableVmOsConfig(bool enableVmOsConfig); void setEnableVmOsConfig(bool enableVmOsConfig);
std::vector<NetworkInterface> getNetworkInterface()const;
void setNetworkInterface(const std::vector<NetworkInterface>& networkInterface);
std::string getDeploymentSetId() const; std::string getDeploymentSetId() const;
void setDeploymentSetId(const std::string &deploymentSetId); void setDeploymentSetId(const std::string &deploymentSetId);
std::vector<NetworkInterface> getNetworkInterface() const;
void setNetworkInterface(const std::vector<NetworkInterface> &networkInterface);
std::string getResourceOwnerAccount() const; std::string getResourceOwnerAccount() const;
void setResourceOwnerAccount(const std::string &resourceOwnerAccount); void setResourceOwnerAccount(const std::string &resourceOwnerAccount);
std::string getOwnerAccount() const; std::string getOwnerAccount() const;
@@ -198,8 +188,8 @@ namespace AlibabaCloud
std::string instanceType_; std::string instanceType_;
std::string instanceChargeType_; std::string instanceChargeType_;
bool enableVmOsConfig_; bool enableVmOsConfig_;
std::vector<NetworkInterface> networkInterface_;
std::string deploymentSetId_; std::string deploymentSetId_;
std::vector<NetworkInterface> networkInterface_;
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
std::string systemDiskDiskName_; std::string systemDiskDiskName_;
@@ -211,9 +201,8 @@ namespace AlibabaCloud
int systemDiskSize_; int systemDiskSize_;
std::string vpcId_; std::string vpcId_;
std::string systemDiskDescription_; std::string systemDiskDescription_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATELAUNCHTEMPLATEVERSIONREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATELAUNCHTEMPLATEVERSIONREQUEST_H_

View File

@@ -17,31 +17,24 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATENATGATEWAYREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATENATGATEWAYREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATENATGATEWAYREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATENATGATEWAYREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateNatGatewayRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateNatGatewayRequest : public RpcServiceRequest
{
public: public:
struct BandwidthPackage struct BandwidthPackage {
{
int bandwidth; int bandwidth;
std::string zone; std::string zone;
int ipCount; int ipCount;
}; };
public:
CreateNatGatewayRequest(); CreateNatGatewayRequest();
~CreateNatGatewayRequest(); ~CreateNatGatewayRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -74,9 +67,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string vpcId_; std::string vpcId_;
std::string name_; std::string name_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATENATGATEWAYREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATENATGATEWAYREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATENETWORKINTERFACEPERMISSIONREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATENETWORKINTERFACEPERMISSIONREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATENETWORKINTERFACEPERMISSIONREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATENETWORKINTERFACEPERMISSIONREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateNetworkInterfacePermissionRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateNetworkInterfacePermissionRequest : public RpcServiceRequest {
public: public:
CreateNetworkInterfacePermissionRequest(); CreateNetworkInterfacePermissionRequest();
~CreateNetworkInterfacePermissionRequest(); ~CreateNetworkInterfacePermissionRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
long getAccountId() const; long getAccountId() const;
@@ -61,9 +56,8 @@ namespace AlibabaCloud
std::string permission_; std::string permission_;
long ownerId_; long ownerId_;
std::string networkInterfaceId_; std::string networkInterfaceId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATENETWORKINTERFACEPERMISSIONREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATENETWORKINTERFACEPERMISSIONREQUEST_H_

View File

@@ -36,8 +36,8 @@ namespace AlibabaCloud
{ {
std::string permissionState; std::string permissionState;
long accountId; long accountId;
std::string serviceName;
std::string networkInterfacePermissionId; std::string networkInterfacePermissionId;
std::string serviceName;
std::string permission; std::string permission;
std::string networkInterfaceId; std::string networkInterfaceId;
}; };

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATENETWORKINTERFACEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATENETWORKINTERFACEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATENETWORKINTERFACEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATENETWORKINTERFACEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateNetworkInterfaceRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateNetworkInterfaceRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
CreateNetworkInterfaceRequest(); CreateNetworkInterfaceRequest();
~CreateNetworkInterfaceRequest(); ~CreateNetworkInterfaceRequest();
int getQueueNumber() const; int getQueueNumber() const;
void setQueueNumber(int queueNumber); void setQueueNumber(int queueNumber);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -115,9 +108,8 @@ namespace AlibabaCloud
std::vector<std::string> privateIpAddress_; std::vector<std::string> privateIpAddress_;
std::string primaryIpAddress_; std::string primaryIpAddress_;
std::vector<std::string> ipv6Address_; std::vector<std::string> ipv6Address_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATENETWORKINTERFACEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATENETWORKINTERFACEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEPHYSICALCONNECTIONREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEPHYSICALCONNECTIONREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEPHYSICALCONNECTIONREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEPHYSICALCONNECTIONREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreatePhysicalConnectionRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreatePhysicalConnectionRequest : public RpcServiceRequest {
public: public:
CreatePhysicalConnectionRequest(); CreatePhysicalConnectionRequest();
~CreatePhysicalConnectionRequest(); ~CreatePhysicalConnectionRequest();
std::string getAccessPointId() const; std::string getAccessPointId() const;
void setAccessPointId(const std::string &accessPointId); void setAccessPointId(const std::string &accessPointId);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -88,9 +83,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string lineOperator_; std::string lineOperator_;
std::string name_; std::string name_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEPHYSICALCONNECTIONREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEPHYSICALCONNECTIONREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEPREFIXLISTREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEPREFIXLISTREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEPREFIXLISTREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEPREFIXLISTREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreatePrefixListRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreatePrefixListRequest : public RpcServiceRequest
{
public: public:
struct Entry struct Entry {
{
std::string cidr;
std::string description; std::string description;
std::string cidr;
}; };
public:
CreatePrefixListRequest(); CreatePrefixListRequest();
~CreatePrefixListRequest(); ~CreatePrefixListRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -76,9 +69,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string prefixListName_; std::string prefixListName_;
std::vector<Entry> entry_; std::vector<Entry> entry_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEPREFIXLISTREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEPREFIXLISTREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEROUTEENTRYREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEROUTEENTRYREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEROUTEENTRYREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEROUTEENTRYREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateRouteEntryRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateRouteEntryRequest : public RpcServiceRequest
{
public: public:
struct NextHopList struct NextHopList {
{
std::string nextHopId; std::string nextHopId;
std::string nextHopType; std::string nextHopType;
}; };
public:
CreateRouteEntryRequest(); CreateRouteEntryRequest();
~CreateRouteEntryRequest(); ~CreateRouteEntryRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -76,9 +69,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::vector<NextHopList> nextHopList_; std::vector<NextHopList> nextHopList_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEROUTEENTRYREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEROUTEENTRYREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEROUTERINTERFACEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEROUTERINTERFACEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEROUTERINTERFACEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEROUTERINTERFACEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateRouterInterfaceRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateRouterInterfaceRequest : public RpcServiceRequest {
public: public:
CreateRouterInterfaceRequest(); CreateRouterInterfaceRequest();
~CreateRouterInterfaceRequest(); ~CreateRouterInterfaceRequest();
std::string getAccessPointId() const; std::string getAccessPointId() const;
void setAccessPointId(const std::string &accessPointId); void setAccessPointId(const std::string &accessPointId);
std::string getOppositeRouterId() const; std::string getOppositeRouterId() const;
@@ -115,9 +110,8 @@ namespace AlibabaCloud
std::string oppositeRouterType_; std::string oppositeRouterType_;
std::string name_; std::string name_;
std::string pricingCycle_; std::string pricingCycle_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEROUTERINTERFACEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEROUTERINTERFACEREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATESECURITYGROUPREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATESECURITYGROUPREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATESECURITYGROUPREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATESECURITYGROUPREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateSecurityGroupRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateSecurityGroupRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string value; std::string value;
std::string key; std::string key;
}; };
public:
CreateSecurityGroupRequest(); CreateSecurityGroupRequest();
~CreateSecurityGroupRequest(); ~CreateSecurityGroupRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -82,9 +75,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string securityGroupType_; std::string securityGroupType_;
std::string vpcId_; std::string vpcId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATESECURITYGROUPREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATESECURITYGROUPREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATESIMULATEDSYSTEMEVENTSREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATESIMULATEDSYSTEMEVENTSREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATESIMULATEDSYSTEMEVENTSREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATESIMULATEDSYSTEMEVENTSREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateSimulatedSystemEventsRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateSimulatedSystemEventsRequest : public RpcServiceRequest {
public: public:
CreateSimulatedSystemEventsRequest(); CreateSimulatedSystemEventsRequest();
~CreateSimulatedSystemEventsRequest(); ~CreateSimulatedSystemEventsRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getNotBefore() const; std::string getNotBefore() const;
@@ -61,9 +56,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::vector<std::string> instanceId_; std::vector<std::string> instanceId_;
std::string eventType_; std::string eventType_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATESIMULATEDSYSTEMEVENTSREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATESIMULATEDSYSTEMEVENTSREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATESNAPSHOTGROUPREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATESNAPSHOTGROUPREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATESNAPSHOTGROUPREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATESNAPSHOTGROUPREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateSnapshotGroupRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateSnapshotGroupRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
CreateSnapshotGroupRequest(); CreateSnapshotGroupRequest();
~CreateSnapshotGroupRequest(); ~CreateSnapshotGroupRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
bool getInstantAccess() const; bool getInstantAccess() const;
@@ -85,9 +78,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string instanceId_; std::string instanceId_;
std::string name_; std::string name_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATESNAPSHOTGROUPREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATESNAPSHOTGROUPREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATESNAPSHOTREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATESNAPSHOTREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATESNAPSHOTREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATESNAPSHOTREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT CreateSnapshotRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateSnapshotRequest : public RpcServiceRequest
{
public: public:
struct Tag struct Tag {
{
std::string value; std::string value;
std::string key; std::string key;
}; };
public:
CreateSnapshotRequest(); CreateSnapshotRequest();
~CreateSnapshotRequest(); ~CreateSnapshotRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -85,9 +78,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
int retentionDays_; int retentionDays_;
std::string category_; std::string category_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATESNAPSHOTREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATESNAPSHOTREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATESTORAGESETREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATESTORAGESETREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATESTORAGESETREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATESTORAGESETREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateStorageSetRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateStorageSetRequest : public RpcServiceRequest {
public: public:
CreateStorageSetRequest(); CreateStorageSetRequest();
~CreateStorageSetRequest(); ~CreateStorageSetRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -67,9 +62,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string zoneId_; std::string zoneId_;
std::string storageSetName_; std::string storageSetName_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATESTORAGESETREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATESTORAGESETREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEVSWITCHREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEVSWITCHREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEVSWITCHREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEVSWITCHREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateVSwitchRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateVSwitchRequest : public RpcServiceRequest {
public: public:
CreateVSwitchRequest(); CreateVSwitchRequest();
~CreateVSwitchRequest(); ~CreateVSwitchRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -70,9 +65,8 @@ namespace AlibabaCloud
std::string vSwitchName_; std::string vSwitchName_;
std::string cidrBlock_; std::string cidrBlock_;
std::string zoneId_; std::string zoneId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEVSWITCHREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEVSWITCHREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEVIRTUALBORDERROUTERREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEVIRTUALBORDERROUTERREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEVIRTUALBORDERROUTERREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEVIRTUALBORDERROUTERREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateVirtualBorderRouterRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateVirtualBorderRouterRequest : public RpcServiceRequest {
public: public:
CreateVirtualBorderRouterRequest(); CreateVirtualBorderRouterRequest();
~CreateVirtualBorderRouterRequest(); ~CreateVirtualBorderRouterRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getCircuitCode() const; std::string getCircuitCode() const;
@@ -85,9 +80,8 @@ namespace AlibabaCloud
std::string physicalConnectionId_; std::string physicalConnectionId_;
std::string name_; std::string name_;
long vbrOwnerId_; long vbrOwnerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEVIRTUALBORDERROUTERREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEVIRTUALBORDERROUTERREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_CREATEVPCREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_CREATEVPCREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_CREATEVPCREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_CREATEVPCREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT CreateVpcRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT CreateVpcRequest : public RpcServiceRequest {
public: public:
CreateVpcRequest(); CreateVpcRequest();
~CreateVpcRequest(); ~CreateVpcRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -67,9 +62,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string cidrBlock_; std::string cidrBlock_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_CREATEVPCREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_CREATEVPCREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DEACTIVATEROUTERINTERFACEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DEACTIVATEROUTERINTERFACEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DEACTIVATEROUTERINTERFACEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DEACTIVATEROUTERINTERFACEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeactivateRouterInterfaceRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeactivateRouterInterfaceRequest : public RpcServiceRequest {
public: public:
DeactivateRouterInterfaceRequest(); DeactivateRouterInterfaceRequest();
~DeactivateRouterInterfaceRequest(); ~DeactivateRouterInterfaceRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getResourceOwnerAccount() const; std::string getResourceOwnerAccount() const;
@@ -52,9 +47,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string routerInterfaceId_; std::string routerInterfaceId_;
std::string regionId_; std::string regionId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DEACTIVATEROUTERINTERFACEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DEACTIVATEROUTERINTERFACEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEACTIVATIONREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEACTIVATIONREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEACTIVATIONREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEACTIVATIONREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteActivationRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteActivationRequest : public RpcServiceRequest {
public: public:
DeleteActivationRequest(); DeleteActivationRequest();
~DeleteActivationRequest(); ~DeleteActivationRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string activationId_; std::string activationId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEACTIVATIONREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEACTIVATIONREQUEST_H_

View File

@@ -35,13 +35,13 @@ namespace AlibabaCloud
struct Activation struct Activation
{ {
std::string instanceName; std::string instanceName;
int instanceCount;
int deregisteredCount; int deregisteredCount;
int instanceCount;
std::string description; std::string description;
std::string activationId;
std::string creationTime; std::string creationTime;
long timeToLiveInHours; std::string activationId;
int registeredCount; int registeredCount;
long timeToLiveInHours;
std::string ipAddressRange; std::string ipAddressRange;
}; };

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEAUTOPROVISIONINGGROUPREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEAUTOPROVISIONINGGROUPREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEAUTOPROVISIONINGGROUPREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEAUTOPROVISIONINGGROUPREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteAutoProvisioningGroupRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteAutoProvisioningGroupRequest : public RpcServiceRequest {
public: public:
DeleteAutoProvisioningGroupRequest(); DeleteAutoProvisioningGroupRequest();
~DeleteAutoProvisioningGroupRequest(); ~DeleteAutoProvisioningGroupRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -58,9 +53,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string autoProvisioningGroupId_; std::string autoProvisioningGroupId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEAUTOPROVISIONINGGROUPREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEAUTOPROVISIONINGGROUPREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEAUTOSNAPSHOTPOLICYREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEAUTOSNAPSHOTPOLICYREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEAUTOSNAPSHOTPOLICYREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEAUTOSNAPSHOTPOLICYREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteAutoSnapshotPolicyRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteAutoSnapshotPolicyRequest : public RpcServiceRequest {
public: public:
DeleteAutoSnapshotPolicyRequest(); DeleteAutoSnapshotPolicyRequest();
~DeleteAutoSnapshotPolicyRequest(); ~DeleteAutoSnapshotPolicyRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getAutoSnapshotPolicyId() const; std::string getAutoSnapshotPolicyId() const;
@@ -52,9 +47,8 @@ namespace AlibabaCloud
std::string regionId_; std::string regionId_;
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEAUTOSNAPSHOTPOLICYREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEAUTOSNAPSHOTPOLICYREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEBANDWIDTHPACKAGEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEBANDWIDTHPACKAGEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEBANDWIDTHPACKAGEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEBANDWIDTHPACKAGEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteBandwidthPackageRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteBandwidthPackageRequest : public RpcServiceRequest {
public: public:
DeleteBandwidthPackageRequest(); DeleteBandwidthPackageRequest();
~DeleteBandwidthPackageRequest(); ~DeleteBandwidthPackageRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEBANDWIDTHPACKAGEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEBANDWIDTHPACKAGEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETECOMMANDREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETECOMMANDREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETECOMMANDREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETECOMMANDREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteCommandRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteCommandRequest : public RpcServiceRequest {
public: public:
DeleteCommandRequest(); DeleteCommandRequest();
~DeleteCommandRequest(); ~DeleteCommandRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getCommandId() const; std::string getCommandId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETECOMMANDREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETECOMMANDREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEDEDICATEDHOSTCLUSTERREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEDEDICATEDHOSTCLUSTERREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEDEDICATEDHOSTCLUSTERREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEDEDICATEDHOSTCLUSTERREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteDedicatedHostClusterRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteDedicatedHostClusterRequest : public RpcServiceRequest {
public: public:
DeleteDedicatedHostClusterRequest(); DeleteDedicatedHostClusterRequest();
~DeleteDedicatedHostClusterRequest(); ~DeleteDedicatedHostClusterRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEDEDICATEDHOSTCLUSTERREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEDEDICATEDHOSTCLUSTERREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEDEMANDREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEDEMANDREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEDEMANDREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEDEMANDREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteDemandRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteDemandRequest : public RpcServiceRequest {
public: public:
DeleteDemandRequest(); DeleteDemandRequest();
~DeleteDemandRequest(); ~DeleteDemandRequest();
std::string getReason() const; std::string getReason() const;
void setReason(const std::string &reason); void setReason(const std::string &reason);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -61,9 +56,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string demandId_; std::string demandId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEDEMANDREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEDEMANDREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEDEPLOYMENTSETREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEDEPLOYMENTSETREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEDEPLOYMENTSETREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEDEPLOYMENTSETREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteDeploymentSetRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteDeploymentSetRequest : public RpcServiceRequest {
public: public:
DeleteDeploymentSetRequest(); DeleteDeploymentSetRequest();
~DeleteDeploymentSetRequest(); ~DeleteDeploymentSetRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEDEPLOYMENTSETREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEDEPLOYMENTSETREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEDISKREPLICAPAIRREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEDISKREPLICAPAIRREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEDISKREPLICAPAIRREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEDISKREPLICAPAIRREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteDiskReplicaPairRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteDiskReplicaPairRequest : public RpcServiceRequest {
public: public:
DeleteDiskReplicaPairRequest(); DeleteDiskReplicaPairRequest();
~DeleteDiskReplicaPairRequest(); ~DeleteDiskReplicaPairRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string replicaPairId_; std::string replicaPairId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEDISKREPLICAPAIRREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEDISKREPLICAPAIRREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEDISKREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEDISKREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEDISKREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEDISKREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteDiskRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteDiskRequest : public RpcServiceRequest {
public: public:
DeleteDiskRequest(); DeleteDiskRequest();
~DeleteDiskRequest(); ~DeleteDiskRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getDiskId() const; std::string getDiskId() const;
@@ -52,9 +47,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEDISKREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEDISKREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEFORWARDENTRYREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEFORWARDENTRYREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEFORWARDENTRYREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEFORWARDENTRYREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteForwardEntryRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteForwardEntryRequest : public RpcServiceRequest {
public: public:
DeleteForwardEntryRequest(); DeleteForwardEntryRequest();
~DeleteForwardEntryRequest(); ~DeleteForwardEntryRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getForwardTableId() const; std::string getForwardTableId() const;
@@ -58,9 +53,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEFORWARDENTRYREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEFORWARDENTRYREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEHAVIPREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEHAVIPREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEHAVIPREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEHAVIPREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteHaVipRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteHaVipRequest : public RpcServiceRequest {
public: public:
DeleteHaVipRequest(); DeleteHaVipRequest();
~DeleteHaVipRequest(); ~DeleteHaVipRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -58,9 +53,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEHAVIPREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEHAVIPREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEHPCCLUSTERREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEHPCCLUSTERREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEHPCCLUSTERREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEHPCCLUSTERREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteHpcClusterRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteHpcClusterRequest : public RpcServiceRequest {
public: public:
DeleteHpcClusterRequest(); DeleteHpcClusterRequest();
~DeleteHpcClusterRequest(); ~DeleteHpcClusterRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getHpcClusterId() const; std::string getHpcClusterId() const;
@@ -58,9 +53,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEHPCCLUSTERREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEHPCCLUSTERREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEIMAGECOMPONENTREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEIMAGECOMPONENTREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEIMAGECOMPONENTREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEIMAGECOMPONENTREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT DeleteImageComponentRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteImageComponentRequest : public RpcServiceRequest
{
public: public:
struct TemplateTag struct TemplateTag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
DeleteImageComponentRequest(); DeleteImageComponentRequest();
~DeleteImageComponentRequest(); ~DeleteImageComponentRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getImageComponentId() const; std::string getImageComponentId() const;
@@ -64,9 +57,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEIMAGECOMPONENTREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEIMAGECOMPONENTREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEIMAGEPIPELINEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEIMAGEPIPELINEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEIMAGEPIPELINEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEIMAGEPIPELINEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT DeleteImagePipelineRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteImagePipelineRequest : public RpcServiceRequest
{
public: public:
struct TemplateTag struct TemplateTag {
{
std::string key; std::string key;
std::string value; std::string value;
}; };
public:
DeleteImagePipelineRequest(); DeleteImagePipelineRequest();
~DeleteImagePipelineRequest(); ~DeleteImagePipelineRequest();
std::string getImagePipelineId() const; std::string getImagePipelineId() const;
void setImagePipelineId(const std::string &imagePipelineId); void setImagePipelineId(const std::string &imagePipelineId);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -64,9 +57,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEIMAGEPIPELINEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEIMAGEPIPELINEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEIMAGEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEIMAGEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEIMAGEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEIMAGEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteImageRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteImageRequest : public RpcServiceRequest {
public: public:
DeleteImageRequest(); DeleteImageRequest();
~DeleteImageRequest(); ~DeleteImageRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getImageId() const; std::string getImageId() const;
@@ -58,9 +53,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
bool force_; bool force_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEIMAGEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEIMAGEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEINSTANCEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEINSTANCEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEINSTANCEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEINSTANCEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteInstanceRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteInstanceRequest : public RpcServiceRequest {
public: public:
DeleteInstanceRequest(); DeleteInstanceRequest();
~DeleteInstanceRequest(); ~DeleteInstanceRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
bool getTerminateSubscription() const; bool getTerminateSubscription() const;
@@ -58,9 +53,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::string instanceId_; std::string instanceId_;
bool force_; bool force_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEINSTANCEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEINSTANCEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEINSTANCESREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEINSTANCESREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEINSTANCESREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEINSTANCESREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteInstancesRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteInstancesRequest : public RpcServiceRequest {
public: public:
DeleteInstancesRequest(); DeleteInstancesRequest();
~DeleteInstancesRequest(); ~DeleteInstancesRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -67,9 +62,8 @@ namespace AlibabaCloud
long ownerId_; long ownerId_;
std::vector<std::string> instanceId_; std::vector<std::string> instanceId_;
bool force_; bool force_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEINSTANCESREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEINSTANCESREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEKEYPAIRSREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEKEYPAIRSREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEKEYPAIRSREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEKEYPAIRSREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteKeyPairsRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteKeyPairsRequest : public RpcServiceRequest {
public: public:
DeleteKeyPairsRequest(); DeleteKeyPairsRequest();
~DeleteKeyPairsRequest(); ~DeleteKeyPairsRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getKeyPairNames() const; std::string getKeyPairNames() const;
@@ -52,9 +47,8 @@ namespace AlibabaCloud
std::string regionId_; std::string regionId_;
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEKEYPAIRSREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEKEYPAIRSREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETELAUNCHTEMPLATEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETELAUNCHTEMPLATEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETELAUNCHTEMPLATEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETELAUNCHTEMPLATEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteLaunchTemplateRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteLaunchTemplateRequest : public RpcServiceRequest {
public: public:
DeleteLaunchTemplateRequest(); DeleteLaunchTemplateRequest();
~DeleteLaunchTemplateRequest(); ~DeleteLaunchTemplateRequest();
std::string getLaunchTemplateName() const; std::string getLaunchTemplateName() const;
void setLaunchTemplateName(const std::string &launchTemplateName); void setLaunchTemplateName(const std::string &launchTemplateName);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -58,9 +53,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETELAUNCHTEMPLATEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETELAUNCHTEMPLATEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETELAUNCHTEMPLATEVERSIONREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETELAUNCHTEMPLATEVERSIONREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETELAUNCHTEMPLATEVERSIONREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETELAUNCHTEMPLATEVERSIONREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteLaunchTemplateVersionRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteLaunchTemplateVersionRequest : public RpcServiceRequest {
public: public:
DeleteLaunchTemplateVersionRequest(); DeleteLaunchTemplateVersionRequest();
~DeleteLaunchTemplateVersionRequest(); ~DeleteLaunchTemplateVersionRequest();
std::string getLaunchTemplateName() const; std::string getLaunchTemplateName() const;
void setLaunchTemplateName(const std::string &launchTemplateName); void setLaunchTemplateName(const std::string &launchTemplateName);
long getResourceOwnerId() const; long getResourceOwnerId() const;
@@ -61,9 +56,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETELAUNCHTEMPLATEVERSIONREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETELAUNCHTEMPLATEVERSIONREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETENATGATEWAYREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETENATGATEWAYREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETENATGATEWAYREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETENATGATEWAYREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteNatGatewayRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteNatGatewayRequest : public RpcServiceRequest {
public: public:
DeleteNatGatewayRequest(); DeleteNatGatewayRequest();
~DeleteNatGatewayRequest(); ~DeleteNatGatewayRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETENATGATEWAYREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETENATGATEWAYREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETENETWORKINTERFACEPERMISSIONREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETENETWORKINTERFACEPERMISSIONREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETENETWORKINTERFACEPERMISSIONREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETENETWORKINTERFACEPERMISSIONREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteNetworkInterfacePermissionRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteNetworkInterfacePermissionRequest : public RpcServiceRequest {
public: public:
DeleteNetworkInterfacePermissionRequest(); DeleteNetworkInterfacePermissionRequest();
~DeleteNetworkInterfacePermissionRequest(); ~DeleteNetworkInterfacePermissionRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -58,9 +53,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
bool force_; bool force_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETENETWORKINTERFACEPERMISSIONREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETENETWORKINTERFACEPERMISSIONREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETENETWORKINTERFACEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETENETWORKINTERFACEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETENETWORKINTERFACEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETENETWORKINTERFACEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteNetworkInterfaceRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteNetworkInterfaceRequest : public RpcServiceRequest {
public: public:
DeleteNetworkInterfaceRequest(); DeleteNetworkInterfaceRequest();
~DeleteNetworkInterfaceRequest(); ~DeleteNetworkInterfaceRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string networkInterfaceId_; std::string networkInterfaceId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETENETWORKINTERFACEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETENETWORKINTERFACEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEPHYSICALCONNECTIONREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEPHYSICALCONNECTIONREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEPHYSICALCONNECTIONREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEPHYSICALCONNECTIONREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeletePhysicalConnectionRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeletePhysicalConnectionRequest : public RpcServiceRequest {
public: public:
DeletePhysicalConnectionRequest(); DeletePhysicalConnectionRequest();
~DeletePhysicalConnectionRequest(); ~DeletePhysicalConnectionRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -58,9 +53,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::string physicalConnectionId_; std::string physicalConnectionId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEPHYSICALCONNECTIONREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEPHYSICALCONNECTIONREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEPREFIXLISTREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEPREFIXLISTREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEPREFIXLISTREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEPREFIXLISTREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeletePrefixListRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeletePrefixListRequest : public RpcServiceRequest {
public: public:
DeletePrefixListRequest(); DeletePrefixListRequest();
~DeletePrefixListRequest(); ~DeletePrefixListRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEPREFIXLISTREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEPREFIXLISTREQUEST_H_

View File

@@ -17,30 +17,23 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEROUTEENTRYREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEROUTEENTRYREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEROUTEENTRYREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEROUTEENTRYREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud namespace AlibabaCloud {
{ namespace Ecs {
namespace Ecs namespace Model {
{ class ALIBABACLOUD_ECS_EXPORT DeleteRouteEntryRequest : public RpcServiceRequest {
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteRouteEntryRequest : public RpcServiceRequest
{
public: public:
struct NextHopList struct NextHopList {
{
std::string nextHopId; std::string nextHopId;
std::string nextHopType; std::string nextHopType;
}; };
public:
DeleteRouteEntryRequest(); DeleteRouteEntryRequest();
~DeleteRouteEntryRequest(); ~DeleteRouteEntryRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getRegionId() const; std::string getRegionId() const;
@@ -70,9 +63,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
std::vector<NextHopList> nextHopList_; std::vector<NextHopList> nextHopList_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEROUTEENTRYREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEROUTEENTRYREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETEROUTERINTERFACEREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETEROUTERINTERFACEREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETEROUTERINTERFACEREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETEROUTERINTERFACEREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteRouterInterfaceRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteRouterInterfaceRequest : public RpcServiceRequest {
public: public:
DeleteRouterInterfaceRequest(); DeleteRouterInterfaceRequest();
~DeleteRouterInterfaceRequest(); ~DeleteRouterInterfaceRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getClientToken() const; std::string getClientToken() const;
@@ -61,9 +56,8 @@ namespace AlibabaCloud
std::string ownerAccount_; std::string ownerAccount_;
std::string routerInterfaceId_; std::string routerInterfaceId_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETEROUTERINTERFACEREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETEROUTERINTERFACEREQUEST_H_

View File

@@ -17,24 +17,19 @@
#ifndef ALIBABACLOUD_ECS_MODEL_DELETESECURITYGROUPREQUEST_H_ #ifndef ALIBABACLOUD_ECS_MODEL_DELETESECURITYGROUPREQUEST_H_
#define ALIBABACLOUD_ECS_MODEL_DELETESECURITYGROUPREQUEST_H_ #define ALIBABACLOUD_ECS_MODEL_DELETESECURITYGROUPREQUEST_H_
#include <alibabacloud/ecs/EcsExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <alibabacloud/core/RpcServiceRequest.h> #include <map>
#include <alibabacloud/ecs/EcsExport.h>
namespace AlibabaCloud
{
namespace Ecs
{
namespace Model
{
class ALIBABACLOUD_ECS_EXPORT DeleteSecurityGroupRequest : public RpcServiceRequest
{
namespace AlibabaCloud {
namespace Ecs {
namespace Model {
class ALIBABACLOUD_ECS_EXPORT DeleteSecurityGroupRequest : public RpcServiceRequest {
public: public:
DeleteSecurityGroupRequest(); DeleteSecurityGroupRequest();
~DeleteSecurityGroupRequest(); ~DeleteSecurityGroupRequest();
long getResourceOwnerId() const; long getResourceOwnerId() const;
void setResourceOwnerId(long resourceOwnerId); void setResourceOwnerId(long resourceOwnerId);
std::string getSecurityGroupId() const; std::string getSecurityGroupId() const;
@@ -55,9 +50,8 @@ namespace AlibabaCloud
std::string resourceOwnerAccount_; std::string resourceOwnerAccount_;
std::string ownerAccount_; std::string ownerAccount_;
long ownerId_; long ownerId_;
}; };
} } // namespace Model
} } // namespace Ecs
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_ECS_MODEL_DELETESECURITYGROUPREQUEST_H_ #endif // !ALIBABACLOUD_ECS_MODEL_DELETESECURITYGROUPREQUEST_H_

Some files were not shown because too many files have changed in this diff Show More