Generate SDK by new Generator
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -35,8 +35,6 @@ namespace AlibabaCloud
|
||||
ApplyMonitoringTemplateRequest();
|
||||
~ApplyMonitoringTemplateRequest();
|
||||
|
||||
long getEnableStartTime()const;
|
||||
void setEnableStartTime(long enableStartTime);
|
||||
std::string getApplyMode()const;
|
||||
void setApplyMode(const std::string& applyMode);
|
||||
std::string getWebhook()const;
|
||||
@@ -49,17 +47,19 @@ namespace AlibabaCloud
|
||||
void setGroupId(long groupId);
|
||||
long getNotifyLevel()const;
|
||||
void setNotifyLevel(long notifyLevel);
|
||||
long getEnableStartTime()const;
|
||||
void setEnableStartTime(long enableStartTime);
|
||||
long getSilenceTime()const;
|
||||
void setSilenceTime(long silenceTime);
|
||||
|
||||
private:
|
||||
long enableStartTime_;
|
||||
std::string applyMode_;
|
||||
std::string webhook_;
|
||||
std::string templateIds_;
|
||||
long enableEndTime_;
|
||||
long groupId_;
|
||||
long notifyLevel_;
|
||||
long enableStartTime_;
|
||||
long silenceTime_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,8 +35,6 @@ namespace AlibabaCloud
|
||||
ApplyTemplateRequest();
|
||||
~ApplyTemplateRequest();
|
||||
|
||||
long getEnableStartTime()const;
|
||||
void setEnableStartTime(long enableStartTime);
|
||||
std::string getApplyMode()const;
|
||||
void setApplyMode(const std::string& applyMode);
|
||||
std::string getTemplateIds()const;
|
||||
@@ -47,16 +45,18 @@ namespace AlibabaCloud
|
||||
void setGroupId(long groupId);
|
||||
long getNotifyLevel()const;
|
||||
void setNotifyLevel(long notifyLevel);
|
||||
long getEnableStartTime()const;
|
||||
void setEnableStartTime(long enableStartTime);
|
||||
long getSilenceTime()const;
|
||||
void setSilenceTime(long silenceTime);
|
||||
|
||||
private:
|
||||
long enableStartTime_;
|
||||
std::string applyMode_;
|
||||
std::string templateIds_;
|
||||
long enableEndTime_;
|
||||
long groupId_;
|
||||
long notifyLevel_;
|
||||
long enableStartTime_;
|
||||
long silenceTime_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,24 +35,12 @@ namespace AlibabaCloud
|
||||
CreateAlarmRequest();
|
||||
~CreateAlarmRequest();
|
||||
|
||||
int getPeriod()const;
|
||||
void setPeriod(int period);
|
||||
std::string getWebhook()const;
|
||||
void setWebhook(const std::string& webhook);
|
||||
bool getDryRun()const;
|
||||
void setDryRun(bool dryRun);
|
||||
std::string getContactGroups()const;
|
||||
void setContactGroups(const std::string& contactGroups);
|
||||
int getEndTime()const;
|
||||
void setEndTime(int endTime);
|
||||
std::string getThreshold()const;
|
||||
void setThreshold(const std::string& threshold);
|
||||
int getStartTime()const;
|
||||
void setStartTime(int startTime);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
std::string get_Namespace()const;
|
||||
void set_Namespace(const std::string& _namespace);
|
||||
int getEvaluationCount()const;
|
||||
void setEvaluationCount(int evaluationCount);
|
||||
int getSilenceTime()const;
|
||||
@@ -61,6 +49,18 @@ namespace AlibabaCloud
|
||||
void setMetricName(const std::string& metricName);
|
||||
int getNotifyType()const;
|
||||
void setNotifyType(int notifyType);
|
||||
int getPeriod()const;
|
||||
void setPeriod(int period);
|
||||
bool getDryRun()const;
|
||||
void setDryRun(bool dryRun);
|
||||
std::string getContactGroups()const;
|
||||
void setContactGroups(const std::string& contactGroups);
|
||||
int getEndTime()const;
|
||||
void setEndTime(int endTime);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
std::string get_Namespace()const;
|
||||
void set_Namespace(const std::string& _namespace);
|
||||
std::string getComparisonOperator()const;
|
||||
void setComparisonOperator(const std::string& comparisonOperator);
|
||||
std::string getDimensions()const;
|
||||
@@ -69,19 +69,19 @@ namespace AlibabaCloud
|
||||
void setStatistics(const std::string& statistics);
|
||||
|
||||
private:
|
||||
int period_;
|
||||
std::string webhook_;
|
||||
bool dryRun_;
|
||||
std::string contactGroups_;
|
||||
int endTime_;
|
||||
std::string threshold_;
|
||||
int startTime_;
|
||||
std::string name_;
|
||||
std::string _namespace_;
|
||||
int evaluationCount_;
|
||||
int silenceTime_;
|
||||
std::string metricName_;
|
||||
int notifyType_;
|
||||
int period_;
|
||||
bool dryRun_;
|
||||
std::string contactGroups_;
|
||||
int endTime_;
|
||||
std::string name_;
|
||||
std::string _namespace_;
|
||||
std::string comparisonOperator_;
|
||||
std::string dimensions_;
|
||||
std::string statistics_;
|
||||
|
||||
@@ -37,23 +37,23 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getContactGroups()const;
|
||||
void setContactGroups(const std::string& contactGroups);
|
||||
std::string getOptions()const;
|
||||
void setOptions(const std::string& options);
|
||||
std::string getType()const;
|
||||
void setType(const std::string& type);
|
||||
long getServiceId()const;
|
||||
void setServiceId(long serviceId);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getOptions()const;
|
||||
void setOptions(const std::string& options);
|
||||
long getServiceId()const;
|
||||
void setServiceId(long serviceId);
|
||||
std::string getBindUrl()const;
|
||||
void setBindUrl(const std::string& bindUrl);
|
||||
|
||||
private:
|
||||
std::string contactGroups_;
|
||||
std::string options_;
|
||||
std::string type_;
|
||||
long serviceId_;
|
||||
std::string groupName_;
|
||||
std::string options_;
|
||||
long serviceId_;
|
||||
std::string bindUrl_;
|
||||
|
||||
};
|
||||
|
||||
@@ -45,10 +45,10 @@ namespace AlibabaCloud
|
||||
void setEndTime(long endTime);
|
||||
long getStartTime()const;
|
||||
void setStartTime(long startTime);
|
||||
std::string getDimensions()const;
|
||||
void setDimensions(const std::string& dimensions);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getDimensions()const;
|
||||
void setDimensions(const std::string& dimensions);
|
||||
|
||||
private:
|
||||
std::string policyType_;
|
||||
@@ -56,8 +56,8 @@ namespace AlibabaCloud
|
||||
std::string groupId_;
|
||||
long endTime_;
|
||||
long startTime_;
|
||||
std::string dimensions_;
|
||||
std::string accessKeyId_;
|
||||
std::string dimensions_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,33 +35,33 @@ namespace AlibabaCloud
|
||||
CreateTaskRequest();
|
||||
~CreateTaskRequest();
|
||||
|
||||
std::string getCaller()const;
|
||||
void setCaller(const std::string& caller);
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getTaskType()const;
|
||||
void setTaskType(const std::string& taskType);
|
||||
std::string getIspCity()const;
|
||||
void setIspCity(const std::string& ispCity);
|
||||
std::string getTaskName()const;
|
||||
void setTaskName(const std::string& taskName);
|
||||
std::string getAlertIds()const;
|
||||
void setAlertIds(const std::string& alertIds);
|
||||
std::string getOptions()const;
|
||||
void setOptions(const std::string& options);
|
||||
std::string getTaskName()const;
|
||||
void setTaskName(const std::string& taskName);
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getTaskType()const;
|
||||
void setTaskType(const std::string& taskType);
|
||||
std::string getCaller()const;
|
||||
void setCaller(const std::string& caller);
|
||||
std::string getIspCity()const;
|
||||
void setIspCity(const std::string& ispCity);
|
||||
std::string getInterval()const;
|
||||
void setInterval(const std::string& interval);
|
||||
std::string getAlertRule()const;
|
||||
void setAlertRule(const std::string& alertRule);
|
||||
|
||||
private:
|
||||
std::string caller_;
|
||||
std::string address_;
|
||||
std::string taskType_;
|
||||
std::string ispCity_;
|
||||
std::string taskName_;
|
||||
std::string alertIds_;
|
||||
std::string options_;
|
||||
std::string taskName_;
|
||||
std::string address_;
|
||||
std::string taskType_;
|
||||
std::string caller_;
|
||||
std::string ispCity_;
|
||||
std::string interval_;
|
||||
std::string alertRule_;
|
||||
|
||||
|
||||
@@ -37,17 +37,17 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getMetricName()const;
|
||||
void setMetricName(const std::string& metricName);
|
||||
std::string getUUID()const;
|
||||
void setUUID(const std::string& uUID);
|
||||
std::string getMetricName()const;
|
||||
void setMetricName(const std::string& metricName);
|
||||
std::string getMd5()const;
|
||||
void setMd5(const std::string& md5);
|
||||
|
||||
private:
|
||||
std::string groupId_;
|
||||
std::string metricName_;
|
||||
std::string uUID_;
|
||||
std::string metricName_;
|
||||
std::string md5_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
DeleteEventRuleRequest();
|
||||
~DeleteEventRuleRequest();
|
||||
|
||||
std::vector<std::string> getRuleNames()const;
|
||||
void setRuleNames(const std::vector<std::string>& ruleNames);
|
||||
std::string getRuleName()const;
|
||||
void setRuleName(const std::string& ruleName);
|
||||
std::vector<std::string> getRuleNames()const;
|
||||
void setRuleNames(const std::vector<std::string>& ruleNames);
|
||||
|
||||
private:
|
||||
std::vector<std::string> ruleNames_;
|
||||
std::string ruleName_;
|
||||
std::vector<std::string> ruleNames_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
DeleteEventTargetsRequest();
|
||||
~DeleteEventTargetsRequest();
|
||||
|
||||
std::vector<std::string> getIds()const;
|
||||
void setIds(const std::vector<std::string>& ids);
|
||||
std::string getRuleName()const;
|
||||
void setRuleName(const std::string& ruleName);
|
||||
std::vector<std::string> getIds()const;
|
||||
void setIds(const std::vector<std::string>& ids);
|
||||
|
||||
private:
|
||||
std::vector<std::string> ids_;
|
||||
std::string ruleName_;
|
||||
std::vector<std::string> ids_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,19 +35,19 @@ namespace AlibabaCloud
|
||||
DeleteMyGroupInstancesRequest();
|
||||
~DeleteMyGroupInstancesRequest();
|
||||
|
||||
long getGroupId()const;
|
||||
void setGroupId(long groupId);
|
||||
std::string getInstanceIds()const;
|
||||
void setInstanceIds(const std::string& instanceIds);
|
||||
std::string getInstanceIdList()const;
|
||||
void setInstanceIdList(const std::string& instanceIdList);
|
||||
long getGroupId()const;
|
||||
void setGroupId(long groupId);
|
||||
std::string getCategory()const;
|
||||
void setCategory(const std::string& category);
|
||||
|
||||
private:
|
||||
long groupId_;
|
||||
std::string instanceIds_;
|
||||
std::string instanceIdList_;
|
||||
long groupId_;
|
||||
std::string category_;
|
||||
|
||||
};
|
||||
|
||||
@@ -41,20 +41,20 @@ namespace AlibabaCloud
|
||||
void setAlertName(const std::string& alertName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getId()const;
|
||||
void setId(const std::string& id);
|
||||
std::string getDimensions()const;
|
||||
void setDimensions(const std::string& dimensions);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string policyType_;
|
||||
std::string alertName_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string id_;
|
||||
std::string dimensions_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,47 +37,47 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getAlertName()const;
|
||||
void setAlertName(const std::string& alertName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getRuleName()const;
|
||||
void setRuleName(const std::string& ruleName);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
bool getAscending()const;
|
||||
void setAscending(bool ascending);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
bool getOnlyCount()const;
|
||||
void setOnlyCount(bool onlyCount);
|
||||
std::string get_Namespace()const;
|
||||
void set_Namespace(const std::string& _namespace);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
int getPage()const;
|
||||
void setPage(int page);
|
||||
std::string getMetricName()const;
|
||||
void setMetricName(const std::string& metricName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
bool getAscending()const;
|
||||
void setAscending(bool ascending);
|
||||
std::string get_Namespace()const;
|
||||
void set_Namespace(const std::string& _namespace);
|
||||
int getPage()const;
|
||||
void setPage(int page);
|
||||
std::string getStatus()const;
|
||||
void setStatus(const std::string& status);
|
||||
|
||||
private:
|
||||
std::string alertName_;
|
||||
std::string groupId_;
|
||||
std::string endTime_;
|
||||
std::string ruleName_;
|
||||
std::string startTime_;
|
||||
bool ascending_;
|
||||
std::string accessKeyId_;
|
||||
bool onlyCount_;
|
||||
std::string _namespace_;
|
||||
int pageSize_;
|
||||
std::string state_;
|
||||
int page_;
|
||||
std::string metricName_;
|
||||
std::string groupId_;
|
||||
std::string endTime_;
|
||||
bool ascending_;
|
||||
std::string _namespace_;
|
||||
int page_;
|
||||
std::string status_;
|
||||
|
||||
};
|
||||
|
||||
@@ -37,39 +37,39 @@ namespace AlibabaCloud
|
||||
|
||||
bool getEnableState()const;
|
||||
void setEnableState(bool enableState);
|
||||
std::string getPageSize()const;
|
||||
void setPageSize(const std::string& pageSize);
|
||||
std::string getMetricName()const;
|
||||
void setMetricName(const std::string& metricName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getGroupBy()const;
|
||||
void setGroupBy(const std::string& groupBy);
|
||||
std::string getNames()const;
|
||||
void setNames(const std::string& names);
|
||||
std::string getDisplayName()const;
|
||||
void setDisplayName(const std::string& displayName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string get_Namespace()const;
|
||||
void set_Namespace(const std::string& _namespace);
|
||||
std::string getPageSize()const;
|
||||
void setPageSize(const std::string& pageSize);
|
||||
std::string getAlertState()const;
|
||||
void setAlertState(const std::string& alertState);
|
||||
std::string getNameKeyword()const;
|
||||
void setNameKeyword(const std::string& nameKeyword);
|
||||
std::string getGroupBy()const;
|
||||
void setGroupBy(const std::string& groupBy);
|
||||
std::string getPage()const;
|
||||
void setPage(const std::string& page);
|
||||
std::string getMetricName()const;
|
||||
void setMetricName(const std::string& metricName);
|
||||
|
||||
private:
|
||||
bool enableState_;
|
||||
std::string pageSize_;
|
||||
std::string metricName_;
|
||||
std::string groupId_;
|
||||
std::string groupBy_;
|
||||
std::string names_;
|
||||
std::string displayName_;
|
||||
std::string groupId_;
|
||||
std::string _namespace_;
|
||||
std::string pageSize_;
|
||||
std::string alertState_;
|
||||
std::string nameKeyword_;
|
||||
std::string groupBy_;
|
||||
std::string page_;
|
||||
std::string metricName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,47 +37,47 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getAlertName()const;
|
||||
void setAlertName(const std::string& alertName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getRuleName()const;
|
||||
void setRuleName(const std::string& ruleName);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
bool getAscending()const;
|
||||
void setAscending(bool ascending);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
bool getOnlyCount()const;
|
||||
void setOnlyCount(bool onlyCount);
|
||||
std::string get_Namespace()const;
|
||||
void set_Namespace(const std::string& _namespace);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
int getPage()const;
|
||||
void setPage(int page);
|
||||
std::string getMetricName()const;
|
||||
void setMetricName(const std::string& metricName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
bool getAscending()const;
|
||||
void setAscending(bool ascending);
|
||||
std::string get_Namespace()const;
|
||||
void set_Namespace(const std::string& _namespace);
|
||||
int getPage()const;
|
||||
void setPage(int page);
|
||||
std::string getStatus()const;
|
||||
void setStatus(const std::string& status);
|
||||
|
||||
private:
|
||||
std::string alertName_;
|
||||
std::string groupId_;
|
||||
std::string endTime_;
|
||||
std::string ruleName_;
|
||||
std::string startTime_;
|
||||
bool ascending_;
|
||||
std::string accessKeyId_;
|
||||
bool onlyCount_;
|
||||
std::string _namespace_;
|
||||
int pageSize_;
|
||||
std::string state_;
|
||||
int page_;
|
||||
std::string metricName_;
|
||||
std::string groupId_;
|
||||
std::string endTime_;
|
||||
bool ascending_;
|
||||
std::string _namespace_;
|
||||
int page_;
|
||||
std::string status_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
DisableEventRuleRequest();
|
||||
~DisableEventRuleRequest();
|
||||
|
||||
std::vector<std::string> getRuleNames()const;
|
||||
void setRuleNames(const std::vector<std::string>& ruleNames);
|
||||
std::string getRuleName()const;
|
||||
void setRuleName(const std::string& ruleName);
|
||||
std::vector<std::string> getRuleNames()const;
|
||||
void setRuleNames(const std::vector<std::string>& ruleNames);
|
||||
|
||||
private:
|
||||
std::vector<std::string> ruleNames_;
|
||||
std::string ruleName_;
|
||||
std::vector<std::string> ruleNames_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
EnableEventRuleRequest();
|
||||
~EnableEventRuleRequest();
|
||||
|
||||
std::vector<std::string> getRuleNames()const;
|
||||
void setRuleNames(const std::vector<std::string>& ruleNames);
|
||||
std::string getRuleName()const;
|
||||
void setRuleName(const std::string& ruleName);
|
||||
std::vector<std::string> getRuleNames()const;
|
||||
void setRuleNames(const std::vector<std::string>& ruleNames);
|
||||
|
||||
private:
|
||||
std::vector<std::string> ruleNames_;
|
||||
std::string ruleName_;
|
||||
std::vector<std::string> ruleNames_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,23 +37,23 @@ namespace AlibabaCloud
|
||||
|
||||
bool getSelectContactGroups()const;
|
||||
void setSelectContactGroups(bool selectContactGroups);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
long getGroupId()const;
|
||||
void setGroupId(long groupId);
|
||||
std::string getType()const;
|
||||
void setType(const std::string& type);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getBindUrl()const;
|
||||
void setBindUrl(const std::string& bindUrl);
|
||||
|
||||
private:
|
||||
bool selectContactGroups_;
|
||||
std::string instanceId_;
|
||||
long groupId_;
|
||||
std::string type_;
|
||||
std::string groupName_;
|
||||
std::string instanceId_;
|
||||
std::string bindUrl_;
|
||||
|
||||
};
|
||||
|
||||
@@ -41,20 +41,20 @@ namespace AlibabaCloud
|
||||
void setAlertName(const std::string& alertName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getId()const;
|
||||
void setId(const std::string& id);
|
||||
std::string getDimensions()const;
|
||||
void setDimensions(const std::string& dimensions);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string policyType_;
|
||||
std::string alertName_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string id_;
|
||||
std::string dimensions_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,24 +37,24 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCursor()const;
|
||||
void setCursor(const std::string& cursor);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getId()const;
|
||||
void setId(const std::string& id);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getId()const;
|
||||
void setId(const std::string& id);
|
||||
|
||||
private:
|
||||
std::string cursor_;
|
||||
int size_;
|
||||
std::string endTime_;
|
||||
std::string id_;
|
||||
std::string startTime_;
|
||||
std::string accessKeyId_;
|
||||
int size_;
|
||||
std::string id_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,8 @@ namespace AlibabaCloud
|
||||
ListAlarmRequest();
|
||||
~ListAlarmRequest();
|
||||
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
bool getIsEnable()const;
|
||||
void setIsEnable(bool isEnable);
|
||||
std::string getName()const;
|
||||
@@ -49,10 +51,9 @@ namespace AlibabaCloud
|
||||
void setState(const std::string& state);
|
||||
std::string getDimension()const;
|
||||
void setDimension(const std::string& dimension);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
|
||||
private:
|
||||
int pageNumber_;
|
||||
bool isEnable_;
|
||||
std::string name_;
|
||||
std::string _namespace_;
|
||||
@@ -60,7 +61,6 @@ namespace AlibabaCloud
|
||||
std::string id_;
|
||||
std::string state_;
|
||||
std::string dimension_;
|
||||
int pageNumber_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
ListContactGroupRequest();
|
||||
~ListContactGroupRequest();
|
||||
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
|
||||
private:
|
||||
int pageSize_;
|
||||
int pageNumber_;
|
||||
int pageSize_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,10 @@ namespace AlibabaCloud
|
||||
ListMonitoringTemplatesRequest();
|
||||
~ListMonitoringTemplatesRequest();
|
||||
|
||||
bool getHistory()const;
|
||||
void setHistory(bool history);
|
||||
long getPageNumber()const;
|
||||
void setPageNumber(long pageNumber);
|
||||
bool getTotal()const;
|
||||
void setTotal(bool total);
|
||||
std::string getName()const;
|
||||
@@ -43,21 +47,17 @@ namespace AlibabaCloud
|
||||
void setPageSize(long pageSize);
|
||||
long getId()const;
|
||||
void setId(long id);
|
||||
bool getHistory()const;
|
||||
void setHistory(bool history);
|
||||
std::string getKeyword()const;
|
||||
void setKeyword(const std::string& keyword);
|
||||
long getPageNumber()const;
|
||||
void setPageNumber(long pageNumber);
|
||||
|
||||
private:
|
||||
bool history_;
|
||||
long pageNumber_;
|
||||
bool total_;
|
||||
std::string name_;
|
||||
long pageSize_;
|
||||
long id_;
|
||||
bool history_;
|
||||
std::string keyword_;
|
||||
long pageNumber_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,29 +35,29 @@ namespace AlibabaCloud
|
||||
ListMyGroupInstancesDetailsRequest();
|
||||
~ListMyGroupInstancesDetailsRequest();
|
||||
|
||||
long getGroupId()const;
|
||||
void setGroupId(long groupId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
bool getTotal()const;
|
||||
void setTotal(bool total);
|
||||
std::string getInstanceIds()const;
|
||||
void setInstanceIds(const std::string& instanceIds);
|
||||
long getGroupId()const;
|
||||
void setGroupId(long groupId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getCategory()const;
|
||||
void setCategory(const std::string& category);
|
||||
std::string getKeyword()const;
|
||||
void setKeyword(const std::string& keyword);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
|
||||
private:
|
||||
long groupId_;
|
||||
int pageNumber_;
|
||||
bool total_;
|
||||
std::string instanceIds_;
|
||||
long groupId_;
|
||||
int pageSize_;
|
||||
std::string category_;
|
||||
std::string keyword_;
|
||||
int pageNumber_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,29 +35,29 @@ namespace AlibabaCloud
|
||||
ListMyGroupInstancesRequest();
|
||||
~ListMyGroupInstancesRequest();
|
||||
|
||||
long getGroupId()const;
|
||||
void setGroupId(long groupId);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
bool getTotal()const;
|
||||
void setTotal(bool total);
|
||||
std::string getInstanceIds()const;
|
||||
void setInstanceIds(const std::string& instanceIds);
|
||||
long getGroupId()const;
|
||||
void setGroupId(long groupId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getCategory()const;
|
||||
void setCategory(const std::string& category);
|
||||
std::string getKeyword()const;
|
||||
void setKeyword(const std::string& keyword);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
|
||||
private:
|
||||
long groupId_;
|
||||
int pageNumber_;
|
||||
bool total_;
|
||||
std::string instanceIds_;
|
||||
long groupId_;
|
||||
int pageSize_;
|
||||
std::string category_;
|
||||
std::string keyword_;
|
||||
int pageNumber_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,30 +37,30 @@ namespace AlibabaCloud
|
||||
|
||||
bool getSelectContactGroups()const;
|
||||
void setSelectContactGroups(bool selectContactGroups);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getType()const;
|
||||
void setType(const std::string& type);
|
||||
std::string getKeyword()const;
|
||||
void setKeyword(const std::string& keyword);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getBindUrls()const;
|
||||
void setBindUrls(const std::string& bindUrls);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getKeyword()const;
|
||||
void setKeyword(const std::string& keyword);
|
||||
|
||||
private:
|
||||
bool selectContactGroups_;
|
||||
std::string instanceId_;
|
||||
int pageSize_;
|
||||
std::string type_;
|
||||
std::string keyword_;
|
||||
std::string groupName_;
|
||||
int pageNumber_;
|
||||
std::string bindUrls_;
|
||||
std::string instanceId_;
|
||||
int pageSize_;
|
||||
std::string keyword_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,23 +41,23 @@ namespace AlibabaCloud
|
||||
void setAlertName(const std::string& alertName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getId()const;
|
||||
void setId(const std::string& id);
|
||||
std::string getDimensions()const;
|
||||
void setDimensions(const std::string& dimensions);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string policyType_;
|
||||
std::string alertName_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
int pageSize_;
|
||||
std::string id_;
|
||||
std::string dimensions_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,35 +35,35 @@ namespace AlibabaCloud
|
||||
ModifyTaskRequest();
|
||||
~ModifyTaskRequest();
|
||||
|
||||
std::string getCaller()const;
|
||||
void setCaller(const std::string& caller);
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getIspCity()const;
|
||||
void setIspCity(const std::string& ispCity);
|
||||
std::string getTaskName()const;
|
||||
void setTaskName(const std::string& taskName);
|
||||
std::string getAlertIds()const;
|
||||
void setAlertIds(const std::string& alertIds);
|
||||
std::string getOptions()const;
|
||||
void setOptions(const std::string& options);
|
||||
std::string getTaskName()const;
|
||||
void setTaskName(const std::string& taskName);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getCaller()const;
|
||||
void setCaller(const std::string& caller);
|
||||
std::string getIspCity()const;
|
||||
void setIspCity(const std::string& ispCity);
|
||||
std::string getInterval()const;
|
||||
void setInterval(const std::string& interval);
|
||||
std::string getAlertRule()const;
|
||||
void setAlertRule(const std::string& alertRule);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
|
||||
private:
|
||||
std::string caller_;
|
||||
std::string address_;
|
||||
std::string ispCity_;
|
||||
std::string taskName_;
|
||||
std::string alertIds_;
|
||||
std::string options_;
|
||||
std::string taskName_;
|
||||
std::string taskId_;
|
||||
std::string address_;
|
||||
std::string caller_;
|
||||
std::string ispCity_;
|
||||
std::string interval_;
|
||||
std::string alertRule_;
|
||||
std::string taskId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,12 @@ namespace AlibabaCloud
|
||||
NodeListRequest();
|
||||
~NodeListRequest();
|
||||
|
||||
long getUserId()const;
|
||||
void setUserId(long userId);
|
||||
std::string getSerialNumbers()const;
|
||||
void setSerialNumbers(const std::string& serialNumbers);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getHostName()const;
|
||||
void setHostName(const std::string& hostName);
|
||||
std::string getInstanceIds()const;
|
||||
@@ -45,24 +51,18 @@ namespace AlibabaCloud
|
||||
void setPageSize(int pageSize);
|
||||
std::string getKeyWord()const;
|
||||
void setKeyWord(const std::string& keyWord);
|
||||
long getUserId()const;
|
||||
void setUserId(long userId);
|
||||
std::string getSerialNumbers()const;
|
||||
void setSerialNumbers(const std::string& serialNumbers);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getStatus()const;
|
||||
void setStatus(const std::string& status);
|
||||
|
||||
private:
|
||||
long userId_;
|
||||
std::string serialNumbers_;
|
||||
int pageNumber_;
|
||||
std::string hostName_;
|
||||
std::string instanceIds_;
|
||||
std::string instanceRegionId_;
|
||||
int pageSize_;
|
||||
std::string keyWord_;
|
||||
long userId_;
|
||||
std::string serialNumbers_;
|
||||
int pageNumber_;
|
||||
std::string status_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
NodeProcessCreateRequest();
|
||||
~NodeProcessCreateRequest();
|
||||
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getProcessName()const;
|
||||
void setProcessName(const std::string& processName);
|
||||
std::string getCommand()const;
|
||||
void setCommand(const std::string& command);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
std::string getProcessUser()const;
|
||||
void setProcessUser(const std::string& processUser);
|
||||
std::string getCommand()const;
|
||||
void setCommand(const std::string& command);
|
||||
|
||||
private:
|
||||
std::string instanceId_;
|
||||
std::string processName_;
|
||||
std::string command_;
|
||||
std::string instanceId_;
|
||||
std::string name_;
|
||||
std::string processUser_;
|
||||
std::string command_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,35 +32,35 @@ namespace AlibabaCloud
|
||||
{
|
||||
struct EventPattern
|
||||
{
|
||||
std::vector<std::string> levelList;
|
||||
LevelList levelList;
|
||||
std::string product;
|
||||
std::vector<std::string> statusList;
|
||||
std::vector<std::string> nameList;
|
||||
std::vector<std::string> eventTypeList;
|
||||
StatusList statusList;
|
||||
NameList nameList;
|
||||
EventTypeList eventTypeList;
|
||||
};
|
||||
|
||||
public:
|
||||
PutEventRuleRequest();
|
||||
~PutEventRuleRequest();
|
||||
|
||||
std::vector<EventPattern> getEventPattern()const;
|
||||
void setEventPattern(const std::vector<EventPattern>& eventPattern);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::vector<EventPattern> getEventPattern()const;
|
||||
void setEventPattern(const std::vector<EventPattern>& eventPattern);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
std::string getEventType()const;
|
||||
void setEventType(const std::string& eventType);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
|
||||
private:
|
||||
std::vector<EventPattern> eventPattern_;
|
||||
std::string groupId_;
|
||||
std::string name_;
|
||||
std::string description_;
|
||||
std::vector<EventPattern> eventPattern_;
|
||||
std::string name_;
|
||||
std::string eventType_;
|
||||
std::string state_;
|
||||
|
||||
|
||||
@@ -50,6 +50,12 @@ namespace AlibabaCloud
|
||||
std::string region;
|
||||
std::string logStore;
|
||||
};
|
||||
struct MnsParameters
|
||||
{
|
||||
std::string id;
|
||||
std::string region;
|
||||
std::string queue;
|
||||
};
|
||||
struct FcParameters
|
||||
{
|
||||
std::string functionName;
|
||||
@@ -57,12 +63,6 @@ namespace AlibabaCloud
|
||||
std::string id;
|
||||
std::string region;
|
||||
};
|
||||
struct MnsParameters
|
||||
{
|
||||
std::string id;
|
||||
std::string region;
|
||||
std::string queue;
|
||||
};
|
||||
|
||||
public:
|
||||
PutEventTargetsRequest();
|
||||
@@ -74,20 +74,20 @@ namespace AlibabaCloud
|
||||
void setContactParameters(const std::vector<ContactParameters>& contactParameters);
|
||||
std::vector<SlsParameters> getSlsParameters()const;
|
||||
void setSlsParameters(const std::vector<SlsParameters>& slsParameters);
|
||||
std::vector<FcParameters> getFcParameters()const;
|
||||
void setFcParameters(const std::vector<FcParameters>& fcParameters);
|
||||
std::string getRuleName()const;
|
||||
void setRuleName(const std::string& ruleName);
|
||||
std::vector<MnsParameters> getMnsParameters()const;
|
||||
void setMnsParameters(const std::vector<MnsParameters>& mnsParameters);
|
||||
std::vector<FcParameters> getFcParameters()const;
|
||||
void setFcParameters(const std::vector<FcParameters>& fcParameters);
|
||||
|
||||
private:
|
||||
std::vector<WebhookParameters> webhookParameters_;
|
||||
std::vector<ContactParameters> contactParameters_;
|
||||
std::vector<SlsParameters> slsParameters_;
|
||||
std::vector<FcParameters> fcParameters_;
|
||||
std::string ruleName_;
|
||||
std::vector<MnsParameters> mnsParameters_;
|
||||
std::vector<FcParameters> fcParameters_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,48 +35,48 @@ namespace AlibabaCloud
|
||||
PutMetricAlarmRequest();
|
||||
~PutMetricAlarmRequest();
|
||||
|
||||
std::string getPeriod()const;
|
||||
void setPeriod(const std::string& period);
|
||||
std::string getWebhook()const;
|
||||
void setWebhook(const std::string& webhook);
|
||||
std::string getContactGroups()const;
|
||||
void setContactGroups(const std::string& contactGroups);
|
||||
int getLevel()const;
|
||||
void setLevel(int level);
|
||||
std::string getSubject()const;
|
||||
void setSubject(const std::string& subject);
|
||||
std::string getAlertName()const;
|
||||
void setAlertName(const std::string& alertName);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
std::string getResources()const;
|
||||
void setResources(const std::string& resources);
|
||||
std::string getThreshold()const;
|
||||
void setThreshold(const std::string& threshold);
|
||||
std::string getEffectiveInterval()const;
|
||||
void setEffectiveInterval(const std::string& effectiveInterval);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getFilter()const;
|
||||
void setFilter(const std::string& filter);
|
||||
std::string getNoEffectiveInterval()const;
|
||||
void setNoEffectiveInterval(const std::string& noEffectiveInterval);
|
||||
std::string getDisplayName()const;
|
||||
void setDisplayName(const std::string& displayName);
|
||||
std::string get_Namespace()const;
|
||||
void set_Namespace(const std::string& _namespace);
|
||||
int getEvaluationCount()const;
|
||||
void setEvaluationCount(int evaluationCount);
|
||||
int getSilenceTime()const;
|
||||
void setSilenceTime(int silenceTime);
|
||||
std::string getInterval()const;
|
||||
void setInterval(const std::string& interval);
|
||||
std::string getMetricName()const;
|
||||
void setMetricName(const std::string& metricName);
|
||||
std::string getDeepDive()const;
|
||||
void setDeepDive(const std::string& deepDive);
|
||||
std::string getPeriod()const;
|
||||
void setPeriod(const std::string& period);
|
||||
std::string getContactGroups()const;
|
||||
void setContactGroups(const std::string& contactGroups);
|
||||
int getLevel()const;
|
||||
void setLevel(int level);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getResources()const;
|
||||
void setResources(const std::string& resources);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getFilter()const;
|
||||
void setFilter(const std::string& filter);
|
||||
std::string getDisplayName()const;
|
||||
void setDisplayName(const std::string& displayName);
|
||||
std::string get_Namespace()const;
|
||||
void set_Namespace(const std::string& _namespace);
|
||||
std::string getInterval()const;
|
||||
void setInterval(const std::string& interval);
|
||||
std::string getComparisonOperator()const;
|
||||
void setComparisonOperator(const std::string& comparisonOperator);
|
||||
std::string getDimensions()const;
|
||||
@@ -85,27 +85,27 @@ namespace AlibabaCloud
|
||||
void setStatistics(const std::string& statistics);
|
||||
|
||||
private:
|
||||
std::string period_;
|
||||
std::string webhook_;
|
||||
std::string contactGroups_;
|
||||
int level_;
|
||||
std::string subject_;
|
||||
std::string alertName_;
|
||||
std::string groupId_;
|
||||
std::string description_;
|
||||
std::string resources_;
|
||||
std::string threshold_;
|
||||
std::string effectiveInterval_;
|
||||
std::string groupName_;
|
||||
std::string filter_;
|
||||
std::string noEffectiveInterval_;
|
||||
std::string displayName_;
|
||||
std::string _namespace_;
|
||||
int evaluationCount_;
|
||||
int silenceTime_;
|
||||
std::string interval_;
|
||||
std::string metricName_;
|
||||
std::string deepDive_;
|
||||
std::string period_;
|
||||
std::string contactGroups_;
|
||||
int level_;
|
||||
std::string groupId_;
|
||||
std::string resources_;
|
||||
std::string groupName_;
|
||||
std::string filter_;
|
||||
std::string displayName_;
|
||||
std::string _namespace_;
|
||||
std::string interval_;
|
||||
std::string comparisonOperator_;
|
||||
std::string dimensions_;
|
||||
std::string statistics_;
|
||||
|
||||
@@ -43,15 +43,15 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getRuleName()const;
|
||||
void setRuleName(const std::string& ruleName);
|
||||
std::string getActions()const;
|
||||
void setActions(const std::string& actions);
|
||||
std::vector<Targets> getTargets()const;
|
||||
void setTargets(const std::vector<Targets>& targets);
|
||||
std::string getActions()const;
|
||||
void setActions(const std::string& actions);
|
||||
|
||||
private:
|
||||
std::string ruleName_;
|
||||
std::string actions_;
|
||||
std::vector<Targets> targets_;
|
||||
std::string actions_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,28 +35,28 @@ namespace AlibabaCloud
|
||||
QueryCustomMetricListRequest();
|
||||
~QueryCustomMetricListRequest();
|
||||
|
||||
std::string getSize()const;
|
||||
void setSize(const std::string& size);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getSize()const;
|
||||
void setSize(const std::string& size);
|
||||
std::string getPage()const;
|
||||
void setPage(const std::string& page);
|
||||
std::string getMetricName()const;
|
||||
void setMetricName(const std::string& metricName);
|
||||
std::string getDimension()const;
|
||||
void setDimension(const std::string& dimension);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getMd5()const;
|
||||
void setMd5(const std::string& md5);
|
||||
|
||||
private:
|
||||
std::string size_;
|
||||
std::string groupId_;
|
||||
std::string accessKeyId_;
|
||||
std::string size_;
|
||||
std::string page_;
|
||||
std::string metricName_;
|
||||
std::string dimension_;
|
||||
std::string accessKeyId_;
|
||||
std::string md5_;
|
||||
|
||||
};
|
||||
|
||||
@@ -39,8 +39,6 @@ namespace AlibabaCloud
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getPeriod()const;
|
||||
void setPeriod(const std::string& period);
|
||||
std::string getMetric()const;
|
||||
void setMetric(const std::string& metric);
|
||||
std::string getLength()const;
|
||||
void setLength(const std::string& length);
|
||||
std::string getProject()const;
|
||||
@@ -53,19 +51,21 @@ namespace AlibabaCloud
|
||||
void setStartTime(const std::string& startTime);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getMetric()const;
|
||||
void setMetric(const std::string& metric);
|
||||
std::string getDimensions()const;
|
||||
void setDimensions(const std::string& dimensions);
|
||||
|
||||
private:
|
||||
long resourceOwnerId_;
|
||||
std::string period_;
|
||||
std::string metric_;
|
||||
std::string length_;
|
||||
std::string project_;
|
||||
std::string endTime_;
|
||||
std::string express_;
|
||||
std::string startTime_;
|
||||
std::string accessKeyId_;
|
||||
std::string metric_;
|
||||
std::string dimensions_;
|
||||
|
||||
};
|
||||
|
||||
@@ -39,20 +39,20 @@ namespace AlibabaCloud
|
||||
void setCursor(const std::string& cursor);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getPeriod()const;
|
||||
void setPeriod(const std::string& period);
|
||||
std::string getLength()const;
|
||||
void setLength(const std::string& length);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getExpress()const;
|
||||
void setExpress(const std::string& express);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getPeriod()const;
|
||||
void setPeriod(const std::string& period);
|
||||
std::string getLength()const;
|
||||
void setLength(const std::string& length);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getMetric()const;
|
||||
void setMetric(const std::string& metric);
|
||||
std::string getPage()const;
|
||||
@@ -63,13 +63,13 @@ namespace AlibabaCloud
|
||||
private:
|
||||
std::string cursor_;
|
||||
long resourceOwnerId_;
|
||||
std::string period_;
|
||||
std::string length_;
|
||||
std::string project_;
|
||||
std::string endTime_;
|
||||
std::string express_;
|
||||
std::string startTime_;
|
||||
std::string accessKeyId_;
|
||||
std::string period_;
|
||||
std::string length_;
|
||||
std::string endTime_;
|
||||
std::string metric_;
|
||||
std::string page_;
|
||||
std::string dimensions_;
|
||||
|
||||
@@ -39,36 +39,36 @@ namespace AlibabaCloud
|
||||
void setCursor(const std::string& cursor);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getPeriod()const;
|
||||
void setPeriod(const std::string& period);
|
||||
std::string getMetric()const;
|
||||
void setMetric(const std::string& metric);
|
||||
std::string getLength()const;
|
||||
void setLength(const std::string& length);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getExpress()const;
|
||||
void setExpress(const std::string& express);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getPeriod()const;
|
||||
void setPeriod(const std::string& period);
|
||||
std::string getLength()const;
|
||||
void setLength(const std::string& length);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getMetric()const;
|
||||
void setMetric(const std::string& metric);
|
||||
std::string getDimensions()const;
|
||||
void setDimensions(const std::string& dimensions);
|
||||
|
||||
private:
|
||||
std::string cursor_;
|
||||
long resourceOwnerId_;
|
||||
std::string period_;
|
||||
std::string metric_;
|
||||
std::string length_;
|
||||
std::string project_;
|
||||
std::string endTime_;
|
||||
std::string express_;
|
||||
std::string startTime_;
|
||||
std::string accessKeyId_;
|
||||
std::string period_;
|
||||
std::string length_;
|
||||
std::string endTime_;
|
||||
std::string metric_;
|
||||
std::string dimensions_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,44 +35,44 @@ namespace AlibabaCloud
|
||||
QueryMetricTopRequest();
|
||||
~QueryMetricTopRequest();
|
||||
|
||||
std::string getPeriod()const;
|
||||
void setPeriod(const std::string& period);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getMetric()const;
|
||||
void setMetric(const std::string& metric);
|
||||
std::string getLength()const;
|
||||
void setLength(const std::string& length);
|
||||
std::string getProject()const;
|
||||
void setProject(const std::string& project);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getOrderby()const;
|
||||
void setOrderby(const std::string& orderby);
|
||||
std::string getExpress()const;
|
||||
void setExpress(const std::string& express);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
std::string getDimensions()const;
|
||||
void setDimensions(const std::string& dimensions);
|
||||
std::string getOrderDesc()const;
|
||||
void setOrderDesc(const std::string& orderDesc);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getPeriod()const;
|
||||
void setPeriod(const std::string& period);
|
||||
std::string getLength()const;
|
||||
void setLength(const std::string& length);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getOrderby()const;
|
||||
void setOrderby(const std::string& orderby);
|
||||
std::string getOrderDesc()const;
|
||||
void setOrderDesc(const std::string& orderDesc);
|
||||
std::string getMetric()const;
|
||||
void setMetric(const std::string& metric);
|
||||
std::string getDimensions()const;
|
||||
void setDimensions(const std::string& dimensions);
|
||||
|
||||
private:
|
||||
std::string period_;
|
||||
long resourceOwnerId_;
|
||||
std::string metric_;
|
||||
std::string length_;
|
||||
std::string project_;
|
||||
std::string endTime_;
|
||||
std::string orderby_;
|
||||
std::string express_;
|
||||
std::string startTime_;
|
||||
std::string dimensions_;
|
||||
std::string orderDesc_;
|
||||
std::string accessKeyId_;
|
||||
std::string period_;
|
||||
std::string length_;
|
||||
std::string endTime_;
|
||||
std::string orderby_;
|
||||
std::string orderDesc_;
|
||||
std::string metric_;
|
||||
std::string dimensions_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,12 +37,6 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCursor()const;
|
||||
void setCursor(const std::string& cursor);
|
||||
std::string getPeriod()const;
|
||||
void setPeriod(const std::string& period);
|
||||
int getLength()const;
|
||||
void setLength(int length);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
std::string getStartTime()const;
|
||||
void setStartTime(const std::string& startTime);
|
||||
std::string getType()const;
|
||||
@@ -51,16 +45,22 @@ namespace AlibabaCloud
|
||||
void setMetricName(const std::string& metricName);
|
||||
std::string getTaskId()const;
|
||||
void setTaskId(const std::string& taskId);
|
||||
std::string getPeriod()const;
|
||||
void setPeriod(const std::string& period);
|
||||
int getLength()const;
|
||||
void setLength(int length);
|
||||
std::string getEndTime()const;
|
||||
void setEndTime(const std::string& endTime);
|
||||
|
||||
private:
|
||||
std::string cursor_;
|
||||
std::string period_;
|
||||
int length_;
|
||||
std::string endTime_;
|
||||
std::string startTime_;
|
||||
std::string type_;
|
||||
std::string metricName_;
|
||||
std::string taskId_;
|
||||
std::string period_;
|
||||
int length_;
|
||||
std::string endTime_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
RemoveMetricRuleTargetsRequest();
|
||||
~RemoveMetricRuleTargetsRequest();
|
||||
|
||||
std::vector<std::string> getContactGroupTargetIds()const;
|
||||
void setContactGroupTargetIds(const std::vector<std::string>& contactGroupTargetIds);
|
||||
std::vector<std::string> getTargetIds()const;
|
||||
void setTargetIds(const std::vector<std::string>& targetIds);
|
||||
std::vector<std::string> getWebhookTargetIds()const;
|
||||
void setWebhookTargetIds(const std::vector<std::string>& webhookTargetIds);
|
||||
std::string getRuleName()const;
|
||||
void setRuleName(const std::string& ruleName);
|
||||
std::vector<std::string> getContactGroupTargetIds()const;
|
||||
void setContactGroupTargetIds(const std::vector<std::string>& contactGroupTargetIds);
|
||||
std::vector<std::string> getWebhookTargetIds()const;
|
||||
void setWebhookTargetIds(const std::vector<std::string>& webhookTargetIds);
|
||||
|
||||
private:
|
||||
std::vector<std::string> contactGroupTargetIds_;
|
||||
std::vector<std::string> targetIds_;
|
||||
std::vector<std::string> webhookTargetIds_;
|
||||
std::string ruleName_;
|
||||
std::vector<std::string> contactGroupTargetIds_;
|
||||
std::vector<std::string> webhookTargetIds_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,8 +41,6 @@ namespace AlibabaCloud
|
||||
void setJsonData(const std::string& jsonData);
|
||||
std::string getTaskType()const;
|
||||
void setTaskType(const std::string& taskType);
|
||||
std::string getTaskScope()const;
|
||||
void setTaskScope(const std::string& taskScope);
|
||||
std::string getAlertConfig()const;
|
||||
void setAlertConfig(const std::string& alertConfig);
|
||||
long getGroupId()const;
|
||||
@@ -51,16 +49,18 @@ namespace AlibabaCloud
|
||||
void setTaskName(const std::string& taskName);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getTaskScope()const;
|
||||
void setTaskScope(const std::string& taskScope);
|
||||
|
||||
private:
|
||||
std::vector<std::string> instanceList_;
|
||||
std::string jsonData_;
|
||||
std::string taskType_;
|
||||
std::string taskScope_;
|
||||
std::string alertConfig_;
|
||||
long groupId_;
|
||||
std::string taskName_;
|
||||
std::string groupName_;
|
||||
std::string taskScope_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,21 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
long getGroupId()const;
|
||||
void setGroupId(long groupId);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getTaskName()const;
|
||||
void setTaskName(const std::string& taskName);
|
||||
long getId()const;
|
||||
void setId(long id);
|
||||
int getPageNumber()const;
|
||||
void setPageNumber(int pageNumber);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
long getId()const;
|
||||
void setId(long id);
|
||||
|
||||
private:
|
||||
long groupId_;
|
||||
int pageSize_;
|
||||
std::string taskName_;
|
||||
long id_;
|
||||
int pageNumber_;
|
||||
int pageSize_;
|
||||
long id_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,29 +41,29 @@ namespace AlibabaCloud
|
||||
void setJsonData(const std::string& jsonData);
|
||||
std::string getTaskType()const;
|
||||
void setTaskType(const std::string& taskType);
|
||||
std::string getTaskScope()const;
|
||||
void setTaskScope(const std::string& taskScope);
|
||||
std::string getAlertConfig()const;
|
||||
void setAlertConfig(const std::string& alertConfig);
|
||||
long getGroupId()const;
|
||||
void setGroupId(long groupId);
|
||||
std::string getTaskName()const;
|
||||
void setTaskName(const std::string& taskName);
|
||||
long getId()const;
|
||||
void setId(long id);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getTaskScope()const;
|
||||
void setTaskScope(const std::string& taskScope);
|
||||
long getId()const;
|
||||
void setId(long id);
|
||||
|
||||
private:
|
||||
std::vector<std::string> instanceList_;
|
||||
std::string jsonData_;
|
||||
std::string taskType_;
|
||||
std::string taskScope_;
|
||||
std::string alertConfig_;
|
||||
long groupId_;
|
||||
std::string taskName_;
|
||||
long id_;
|
||||
std::string groupName_;
|
||||
std::string taskScope_;
|
||||
long id_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,22 +35,12 @@ namespace AlibabaCloud
|
||||
UpdateAlarmRequest();
|
||||
~UpdateAlarmRequest();
|
||||
|
||||
int getPeriod()const;
|
||||
void setPeriod(int period);
|
||||
std::string getWebhook()const;
|
||||
void setWebhook(const std::string& webhook);
|
||||
bool getDryRun()const;
|
||||
void setDryRun(bool dryRun);
|
||||
std::string getContactGroups()const;
|
||||
void setContactGroups(const std::string& contactGroups);
|
||||
int getEndTime()const;
|
||||
void setEndTime(int endTime);
|
||||
std::string getThreshold()const;
|
||||
void setThreshold(const std::string& threshold);
|
||||
int getStartTime()const;
|
||||
void setStartTime(int startTime);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
int getEvaluationCount()const;
|
||||
void setEvaluationCount(int evaluationCount);
|
||||
int getSilenceTime()const;
|
||||
@@ -59,24 +49,34 @@ namespace AlibabaCloud
|
||||
void setId(const std::string& id);
|
||||
int getNotifyType()const;
|
||||
void setNotifyType(int notifyType);
|
||||
int getPeriod()const;
|
||||
void setPeriod(int period);
|
||||
bool getDryRun()const;
|
||||
void setDryRun(bool dryRun);
|
||||
std::string getContactGroups()const;
|
||||
void setContactGroups(const std::string& contactGroups);
|
||||
int getEndTime()const;
|
||||
void setEndTime(int endTime);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
std::string getComparisonOperator()const;
|
||||
void setComparisonOperator(const std::string& comparisonOperator);
|
||||
std::string getStatistics()const;
|
||||
void setStatistics(const std::string& statistics);
|
||||
|
||||
private:
|
||||
int period_;
|
||||
std::string webhook_;
|
||||
bool dryRun_;
|
||||
std::string contactGroups_;
|
||||
int endTime_;
|
||||
std::string threshold_;
|
||||
int startTime_;
|
||||
std::string name_;
|
||||
int evaluationCount_;
|
||||
int silenceTime_;
|
||||
std::string id_;
|
||||
int notifyType_;
|
||||
int period_;
|
||||
bool dryRun_;
|
||||
std::string contactGroups_;
|
||||
int endTime_;
|
||||
std::string name_;
|
||||
std::string comparisonOperator_;
|
||||
std::string statistics_;
|
||||
|
||||
|
||||
@@ -37,24 +37,24 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getEventRuleTemplatesJson()const;
|
||||
void setEventRuleTemplatesJson(const std::string& eventRuleTemplatesJson);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
long getRestVersion()const;
|
||||
void setRestVersion(long restVersion);
|
||||
std::string getDescription()const;
|
||||
void setDescription(const std::string& description);
|
||||
long getId()const;
|
||||
void setId(long id);
|
||||
std::string getAlertTemplatesJson()const;
|
||||
void setAlertTemplatesJson(const std::string& alertTemplatesJson);
|
||||
std::string getName()const;
|
||||
void setName(const std::string& name);
|
||||
long getId()const;
|
||||
void setId(long id);
|
||||
|
||||
private:
|
||||
std::string eventRuleTemplatesJson_;
|
||||
std::string name_;
|
||||
long restVersion_;
|
||||
std::string description_;
|
||||
long id_;
|
||||
std::string alertTemplatesJson_;
|
||||
std::string name_;
|
||||
long id_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,22 +39,22 @@ namespace AlibabaCloud
|
||||
void setContactGroups(const std::string& contactGroups);
|
||||
std::string getGroupId()const;
|
||||
void setGroupId(const std::string& groupId);
|
||||
long getServiceId()const;
|
||||
void setServiceId(long serviceId);
|
||||
std::string getType()const;
|
||||
void setType(const std::string& type);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getBindUrls()const;
|
||||
void setBindUrls(const std::string& bindUrls);
|
||||
long getServiceId()const;
|
||||
void setServiceId(long serviceId);
|
||||
|
||||
private:
|
||||
std::string contactGroups_;
|
||||
std::string groupId_;
|
||||
long serviceId_;
|
||||
std::string type_;
|
||||
std::string groupName_;
|
||||
std::string bindUrls_;
|
||||
long serviceId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user