|
|
@@ -36,6 +36,8 @@ public:
|
|
|
void setQueueName(const std::string &queueName);
|
|
|
std::string getClusterId() const;
|
|
|
void setClusterId(const std::string &clusterId);
|
|
|
+ std::string getNetworkInterfaceTrafficMode() const;
|
|
|
+ void setNetworkInterfaceTrafficMode(const std::string &networkInterfaceTrafficMode);
|
|
|
std::string getAccessKeyId() const;
|
|
|
void setAccessKeyId(const std::string &accessKeyId);
|
|
|
std::string getResourceGroupId() const;
|
|
|
@@ -47,6 +49,7 @@ private:
|
|
|
std::string deploymentSetId_;
|
|
|
std::string queueName_;
|
|
|
std::string clusterId_;
|
|
|
+ std::string networkInterfaceTrafficMode_;
|
|
|
std::string accessKeyId_;
|
|
|
std::string resourceGroupId_;
|
|
|
std::string computeInstanceType_;
|