فهرست منبع

ECS SDK Auto Released By wujin.lhr,Version:1.27.2

Signed-off-by: yixiong.jxy <yixiong.jxy@alibaba-inc.com>
yixiong.jxy 7 سال پیش
والد
کامیت
dc6b98de2e
3فایلهای تغییر یافته به همراه8 افزوده شده و 4 حذف شده
  1. 3 0
      ChangeLog.txt
  2. 4 4
      services/ecs/describe_route_tables.go
  3. 1 0
      services/ecs/run_instances.go

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2018-08-23 Version: 1.27.2
+1, RunInstance add privateIpAddress.
+
 2018-08-23 Version: 1.27.1
 1, This is an example of release-log.
 2, Please strictly follow this format to edit in English.

+ 4 - 4
services/ecs/describe_route_tables.go

@@ -76,16 +76,16 @@ func (client *Client) DescribeRouteTablesWithCallback(request *DescribeRouteTabl
 // DescribeRouteTablesRequest is the request struct for api DescribeRouteTables
 type DescribeRouteTablesRequest struct {
 	*requests.RpcRequest
-	RouterType           string           `position:"Query" name:"RouterType"`
 	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
-	RouteTableName       string           `position:"Query" name:"RouteTableName"`
 	VRouterId            string           `position:"Query" name:"VRouterId"`
 	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
-	RouterId             string           `position:"Query" name:"RouterId"`
 	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
-	PageSize             requests.Integer `position:"Query" name:"PageSize"`
 	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
 	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
+	RouterType           string           `position:"Query" name:"RouterType"`
+	RouteTableName       string           `position:"Query" name:"RouteTableName"`
+	RouterId             string           `position:"Query" name:"RouterId"`
+	PageSize             requests.Integer `position:"Query" name:"PageSize"`
 	RouteTableId         string           `position:"Query" name:"RouteTableId"`
 }
 

+ 1 - 0
services/ecs/run_instances.go

@@ -94,6 +94,7 @@ type RunInstancesRequest struct {
 	OwnerId                     requests.Integer                `position:"Query" name:"OwnerId"`
 	VSwitchId                   string                          `position:"Query" name:"VSwitchId"`
 	SpotStrategy                string                          `position:"Query" name:"SpotStrategy"`
+	PrivateIpAddress            string                          `position:"Query" name:"PrivateIpAddress"`
 	PeriodUnit                  string                          `position:"Query" name:"PeriodUnit"`
 	InstanceName                string                          `position:"Query" name:"InstanceName"`
 	AutoRenew                   requests.Boolean                `position:"Query" name:"AutoRenew"`