Skip to content

Commit 8d9b05c

Browse files
author
fengyikai
committed
星流平台(aicp):资源组节点;
云服务器(kec):AttachNetworkInterface 去除ipv6传参
1 parent 01a1a08 commit 8d9b05c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/ksyun/client/kec/createscalinggroup.v20160304/CreateScalingGroupRequest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,10 @@ public static class SlbDto {
7474
*/
7575
@KsYunField(name="ServerPort")
7676
private List<Integer> ServerPortList;
77-
private List<Int> ServerPortList;
7877
/**端口权重
7978
*/
8079
@KsYunField(name="Weight")
8180
private Integer Weight;
8281
}
8382

84-
}
83+
}

0 commit comments

Comments
 (0)