|
@@ -35,6 +35,8 @@ namespace AlibabaCloud
|
|
|
ModifyNetworkInterfaceAttributeRequest();
|
|
ModifyNetworkInterfaceAttributeRequest();
|
|
|
~ModifyNetworkInterfaceAttributeRequest();
|
|
~ModifyNetworkInterfaceAttributeRequest();
|
|
|
|
|
|
|
|
|
|
+ int getQueueNumber()const;
|
|
|
|
|
+ void setQueueNumber(int queueNumber);
|
|
|
long getResourceOwnerId()const;
|
|
long getResourceOwnerId()const;
|
|
|
void setResourceOwnerId(long resourceOwnerId);
|
|
void setResourceOwnerId(long resourceOwnerId);
|
|
|
std::vector<std::string> getSecurityGroupId()const;
|
|
std::vector<std::string> getSecurityGroupId()const;
|
|
@@ -55,6 +57,7 @@ namespace AlibabaCloud
|
|
|
void setNetworkInterfaceId(const std::string& networkInterfaceId);
|
|
void setNetworkInterfaceId(const std::string& networkInterfaceId);
|
|
|
|
|
|
|
|
private:
|
|
private:
|
|
|
|
|
+ int queueNumber_;
|
|
|
long resourceOwnerId_;
|
|
long resourceOwnerId_;
|
|
|
std::vector<std::string> securityGroupId_;
|
|
std::vector<std::string> securityGroupId_;
|
|
|
std::string description_;
|
|
std::string description_;
|