Explorar el Código

由荣旸发起的TESLAMAXCOMPUTE SDK自动发布, BUILD_ID=331, 版本号:1.2.4

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao hace 7 años
padre
commit
26e327409a
Se han modificado 2 ficheros con 10 adiciones y 5 borrados
  1. 3 0
      ChangeLog.txt
  2. 7 5
      services/teslamaxcompute/get_quota_instance.go

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2018-03-16 Version: 1.2.4
+1, Update GetQuotaInstance API.
+
 2018-03-16 Version: 1.2.4
 1, Synchronize to the latest api list
 

+ 7 - 5
services/teslamaxcompute/get_quota_instance.go

@@ -76,11 +76,13 @@ func (client *Client) GetQuotaInstanceWithCallback(request *GetQuotaInstanceRequ
 // GetQuotaInstanceRequest is the request struct for api GetQuotaInstance
 type GetQuotaInstanceRequest struct {
 	*requests.RpcRequest
-	Cluster  string           `position:"Query" name:"Cluster"`
-	QuotaId  string           `position:"Query" name:"QuotaId"`
-	PageNum  requests.Integer `position:"Query" name:"PageNum"`
-	PageSize requests.Integer `position:"Query" name:"PageSize"`
-	Status   string           `position:"Query" name:"Status"`
+	Cluster   string           `position:"Query" name:"Cluster"`
+	QuotaId   string           `position:"Query" name:"QuotaId"`
+	PageNum   requests.Integer `position:"Query" name:"PageNum"`
+	PageSize  requests.Integer `position:"Query" name:"PageSize"`
+	Status    string           `position:"Query" name:"Status"`
+	Region    string           `position:"Query" name:"Region"`
+	QuotaName string           `position:"Query" name:"QuotaName"`
 }
 
 // GetQuotaInstanceResponse is the response struct for api GetQuotaInstance