Skip to content

Commit d615494

Browse files
author
金山云SDK
authored
Merge pull request KscSDK#42 from KscSDK/trunk
Trunk
2 parents 5040ba5 + d56b7f7 commit d615494

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Install 安装
1212
+ pip install ksc-sdk-python
1313

1414
+ github 安装
15-
+ 通过 `GitHub <https://github.com/liuyichen/kscore>`__ 下载
16-
+ 进入`kscore`目录通过命令 python setup.py install 安装
15+
+ 通过 `GitHub <https://github.com/KscSDK/ksc-sdk-python>`__ 下载
16+
+ 通过命令 python setup.py install 安装
1717

1818
----------------
1919
Config 配置

kscore/data/endpoints.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ partitions:
2626
cn-beijing-5:
2727
description: China Beijing (ZaoJunMiao)
2828

29+
cn-hongkong-2:
30+
description: China HongKong 2
31+
32+
cn-hongkong-1:
33+
description: China HongKong 1
34+
2935
cn-beijing-1:
3036
description: China Beijing (YiZhuang)
3137

kscore/data/vpc/2016-03-04/service-2.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,30 @@ operations:
129129
name: DescribeSubnetAvailableAddresses
130130
http:
131131
method: GET
132+
CreateNat:
133+
name: CreateNat
134+
http:
135+
method: GET
136+
DeleteNat:
137+
name: DeleteNat
138+
http:
139+
method: GET
132140
ModifyNat:
133141
name: ModifyNat
134142
http:
135143
method: GET
144+
DescribeNats:
145+
name: DescribeNats
146+
http:
147+
method: GET
148+
AssociateNat:
149+
name: AssociateNat
150+
http:
151+
method: GET
152+
DisassociateNat:
153+
name: DisassociateNat
154+
http:
155+
method: GET
136156

137157
shapes:
138158
Id:

0 commit comments

Comments
 (0)