Parameter changes in SubmitServerlessJob.
This commit is contained in:
@@ -40,6 +40,8 @@ public:
|
||||
void setNetworkInterfaceTrafficMode(const std::string &networkInterfaceTrafficMode);
|
||||
std::string getAccessKeyId() const;
|
||||
void setAccessKeyId(const std::string &accessKeyId);
|
||||
bool getUseESS() const;
|
||||
void setUseESS(bool useESS);
|
||||
|
||||
private:
|
||||
std::string deploymentSetId_;
|
||||
@@ -47,6 +49,7 @@ private:
|
||||
std::string clusterId_;
|
||||
std::string networkInterfaceTrafficMode_;
|
||||
std::string accessKeyId_;
|
||||
bool useESS_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace EHPC
|
||||
|
||||
@@ -68,6 +68,7 @@ namespace AlibabaCloud
|
||||
long maxNodesPerCycle;
|
||||
bool enableAutoShrink;
|
||||
std::string systemDiskCategory;
|
||||
bool autoMinNodesPerCycle;
|
||||
std::string hostNamePrefix;
|
||||
float spotPriceLimit;
|
||||
std::vector<QueueInfo::InstanceTypeInfo> instanceTypes;
|
||||
|
||||
@@ -39,17 +39,19 @@ namespace AlibabaCloud
|
||||
float spotPriceLimit;
|
||||
std::string instanceType;
|
||||
};
|
||||
std::string deploymentSetId;
|
||||
std::string hostNameSuffix;
|
||||
std::string type;
|
||||
std::string networkInterfaceTrafficMode;
|
||||
std::vector<QueueInfo::Instance> spotInstanceTypes;
|
||||
bool enableAutoGrow;
|
||||
std::string resourceGroupId;
|
||||
std::vector<std::string> computeInstanceType;
|
||||
std::string deploymentSetId;
|
||||
bool useESS;
|
||||
std::string type;
|
||||
std::string imageId;
|
||||
std::string hostNamePrefix;
|
||||
std::string queueName;
|
||||
std::string spotStrategy;
|
||||
std::vector<std::string> computeInstanceType;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -47,6 +47,7 @@ public:
|
||||
float spotPriceLimit;
|
||||
bool enableAutoShrink;
|
||||
std::string spotStrategy;
|
||||
bool autoMinNodesPerCycle;
|
||||
struct DataDisks {
|
||||
bool dataDiskDeleteWithInstance;
|
||||
bool dataDiskEncrypted;
|
||||
|
||||
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user