File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Install 安装
12
12
+ pip install ksc-sdk-python
13
13
14
14
+ 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 安装
17
17
18
18
----------------
19
19
Config 配置
Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ partitions:
26
26
cn-beijing-5 :
27
27
description : China Beijing (ZaoJunMiao)
28
28
29
+ cn-hongkong-2 :
30
+ description : China HongKong 2
31
+
32
+ cn-hongkong-1 :
33
+ description : China HongKong 1
34
+
29
35
cn-beijing-1 :
30
36
description : China Beijing (YiZhuang)
31
37
Original file line number Diff line number Diff line change @@ -129,10 +129,30 @@ operations:
129
129
name : DescribeSubnetAvailableAddresses
130
130
http :
131
131
method : GET
132
+ CreateNat :
133
+ name : CreateNat
134
+ http :
135
+ method : GET
136
+ DeleteNat :
137
+ name : DeleteNat
138
+ http :
139
+ method : GET
132
140
ModifyNat :
133
141
name : ModifyNat
134
142
http :
135
143
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
136
156
137
157
shapes :
138
158
Id :
You can’t perform that action at this time.
0 commit comments