Skip to content

Commit c31f78f

Browse files
author
金山云SDK
authored
Merge pull request KscSDK#38 from chrischengti/master
add nat related actions in vpc service
2 parents d43f253 + 9638649 commit c31f78f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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)