Supported ScaleApp totalPartitions.
This commit is contained in:
@@ -44,9 +44,9 @@ namespace AlibabaCloud
|
||||
std::string deployTypeName;
|
||||
std::string envType;
|
||||
std::string failureRate;
|
||||
long deployOrderId;
|
||||
std::string name;
|
||||
int result;
|
||||
long deployOrderId;
|
||||
int totalAppInstanceCt;
|
||||
std::string resultName;
|
||||
int currentPartitionNum;
|
||||
|
||||
@@ -35,12 +35,15 @@ namespace AlibabaCloud
|
||||
ScaleAppRequest();
|
||||
~ScaleAppRequest();
|
||||
|
||||
int getTotalPartitions()const;
|
||||
void setTotalPartitions(int totalPartitions);
|
||||
int getReplicas()const;
|
||||
void setReplicas(int replicas);
|
||||
long getEnvId()const;
|
||||
void setEnvId(long envId);
|
||||
|
||||
private:
|
||||
int totalPartitions_;
|
||||
int replicas_;
|
||||
long envId_;
|
||||
|
||||
|
||||
@@ -34,8 +34,8 @@ namespace AlibabaCloud
|
||||
public:
|
||||
struct Result
|
||||
{
|
||||
bool admitted;
|
||||
std::string businessCode;
|
||||
bool admitted;
|
||||
long deployOrderId;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user