tencentcloud-sdk-nodejs-vpc 4.0.886 → 4.0.888
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/services/vpc/v20170312/vpc_client.ts +339 -100
- package/src/services/vpc/v20170312/vpc_models.ts +1130 -160
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +111 -39
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +158 -50
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1076 -153
|
@@ -65,6 +65,7 @@ import {
|
|
|
65
65
|
DescribeLocalGatewayRequest,
|
|
66
66
|
FlowLog,
|
|
67
67
|
DescribeVpcLimitsResponse,
|
|
68
|
+
CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
|
|
68
69
|
IpField,
|
|
69
70
|
AddBandwidthPackageResourcesRequest,
|
|
70
71
|
AssignIpv6SubnetCidrBlockRequest,
|
|
@@ -98,6 +99,7 @@ import {
|
|
|
98
99
|
DescribeIpGeolocationInfosResponse,
|
|
99
100
|
DescribeVpcTaskResultRequest,
|
|
100
101
|
AssociateNetworkAclSubnetsResponse,
|
|
102
|
+
DeletePrivateNatGatewayTranslationNatRuleRequest,
|
|
101
103
|
DeleteNatGatewayDestinationIpPortTranslationNatRuleRequest,
|
|
102
104
|
ResetRoutesRequest,
|
|
103
105
|
CheckDefaultSubnetRequest,
|
|
@@ -118,6 +120,8 @@ import {
|
|
|
118
120
|
DescribeNatGatewaysRequest,
|
|
119
121
|
ModifyFlowLogAttributeResponse,
|
|
120
122
|
DescribeBandwidthPackagesResponse,
|
|
123
|
+
ResetRoutesResponse,
|
|
124
|
+
DescribePrivateNatGatewayRegionsResponse,
|
|
121
125
|
ReplaceSecurityGroupPoliciesResponse,
|
|
122
126
|
DescribeDirectConnectGatewaysRequest,
|
|
123
127
|
DescribeSpecificTrafficPackageUsedDetailsResponse,
|
|
@@ -134,10 +138,12 @@ import {
|
|
|
134
138
|
CreateNetworkAclQuintupleEntriesResponse,
|
|
135
139
|
DescribeGatewayFlowMonitorDetailResponse,
|
|
136
140
|
IpGeolocationInfo,
|
|
141
|
+
TranslationNatRuleInput,
|
|
137
142
|
DeleteFlowLogRequest,
|
|
138
143
|
NetDetectState,
|
|
139
144
|
DescribeSnapshotFilesRequest,
|
|
140
145
|
HaVipDisassociateAddressIpResponse,
|
|
146
|
+
TranslationNatRuleDiff,
|
|
141
147
|
DisassociateVpcEndPointSecurityGroupsRequest,
|
|
142
148
|
IKEOptionsSpecification,
|
|
143
149
|
DescribeTaskResultRequest,
|
|
@@ -167,11 +173,13 @@ import {
|
|
|
167
173
|
TrafficFlow,
|
|
168
174
|
AddIp6RulesRequest,
|
|
169
175
|
DescribeAccountAttributesResponse,
|
|
176
|
+
ReturnNormalAddressesRequest,
|
|
177
|
+
ModifyPrivateNatGatewayTranslationNatRuleRequest,
|
|
170
178
|
AssignPrivateIpAddressesResponse,
|
|
171
179
|
DescribeSecurityGroupsRequest,
|
|
172
180
|
RefreshDirectConnectGatewayRouteToNatGatewayRequest,
|
|
173
181
|
DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest,
|
|
174
|
-
|
|
182
|
+
NetworkAclEntry,
|
|
175
183
|
ModifyNetworkAclAttributeResponse,
|
|
176
184
|
CreateVpnGatewayRoutesRequest,
|
|
177
185
|
DisassociateNetworkAclSubnetsResponse,
|
|
@@ -206,6 +214,7 @@ import {
|
|
|
206
214
|
ModifySecurityGroupAttributeRequest,
|
|
207
215
|
DescribeVpnGatewaySslServersRequest,
|
|
208
216
|
ModifyNetDetectRequest,
|
|
217
|
+
SetVpnGatewaysRenewFlagResponse,
|
|
209
218
|
DescribeSgSnapshotFileContentResponse,
|
|
210
219
|
DescribeNetDetectStatesResponse,
|
|
211
220
|
DeleteVpnGatewaySslServerRequest,
|
|
@@ -221,10 +230,11 @@ import {
|
|
|
221
230
|
IpAddressStates,
|
|
222
231
|
InstanceStatistic,
|
|
223
232
|
CreateVpnConnectionRequest,
|
|
233
|
+
PrivateNatGatewayLimit,
|
|
224
234
|
CcnRoute,
|
|
225
235
|
ModifyIpv6AddressesAttributeResponse,
|
|
226
236
|
DescribeTrafficPackagesRequest,
|
|
227
|
-
|
|
237
|
+
DeleteSecurityGroupPoliciesRequest,
|
|
228
238
|
VpnConnection,
|
|
229
239
|
DescribeCcnsRequest,
|
|
230
240
|
ModifyNatGatewayAttributeResponse,
|
|
@@ -248,11 +258,13 @@ import {
|
|
|
248
258
|
DescribeVpcResourceDashboardRequest,
|
|
249
259
|
ModifyIp6RuleRequest,
|
|
250
260
|
ReplaceRouteTableAssociationRequest,
|
|
261
|
+
LocalDestinationIpPortTranslationNatRule,
|
|
251
262
|
AssociateNetworkAclSubnetsRequest,
|
|
252
263
|
ModifyVpnGatewaySslServerResponse,
|
|
253
264
|
AdjustPublicAddressResponse,
|
|
254
265
|
RenewVpnGatewayRequest,
|
|
255
266
|
SecurityGroupPolicy,
|
|
267
|
+
DescribePrivateNatGatewayRegionsRequest,
|
|
256
268
|
DescribeSnapshotPoliciesRequest,
|
|
257
269
|
DeleteTrafficPackagesRequest,
|
|
258
270
|
NotifyRoutesRequest,
|
|
@@ -264,6 +276,7 @@ import {
|
|
|
264
276
|
DescribeSecurityGroupPoliciesResponse,
|
|
265
277
|
DescribeGatewayFlowQosResponse,
|
|
266
278
|
ModifySecurityGroupPoliciesRequest,
|
|
279
|
+
ModifyPrivateNatGatewayAttributeResponse,
|
|
267
280
|
NatGateway,
|
|
268
281
|
AssociateDhcpIpWithAddressIpRequest,
|
|
269
282
|
ReplaceRoutesRequest,
|
|
@@ -291,7 +304,7 @@ import {
|
|
|
291
304
|
ModifyDirectConnectGatewayAttributeRequest,
|
|
292
305
|
ModifyBandwidthPackageAttributeResponse,
|
|
293
306
|
CreateVpnGatewaySslServerResponse,
|
|
294
|
-
|
|
307
|
+
PrivateNatDestinationIpPortTranslationNatRule,
|
|
295
308
|
DeleteNetworkAclRequest,
|
|
296
309
|
NatGatewayDestinationIpPortTranslationNatRule,
|
|
297
310
|
CloneSecurityGroupResponse,
|
|
@@ -306,9 +319,11 @@ import {
|
|
|
306
319
|
VpnGatewayRouteModify,
|
|
307
320
|
DisableSnapshotPoliciesRequest,
|
|
308
321
|
MemberInfo,
|
|
322
|
+
ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
|
|
309
323
|
ResumeSnapshotInstanceRequest,
|
|
310
324
|
ReplaceSecurityGroupPolicyRequest,
|
|
311
325
|
ModifyVpcEndPointServiceAttributeResponse,
|
|
326
|
+
DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse,
|
|
312
327
|
ResourceDashboard,
|
|
313
328
|
DescribeSnapshotFilesResponse,
|
|
314
329
|
DescribeCcnAttachedInstancesResponse,
|
|
@@ -321,7 +336,8 @@ import {
|
|
|
321
336
|
DeleteAddressTemplateGroupRequest,
|
|
322
337
|
CreateVpnGatewaySslClientResponse,
|
|
323
338
|
DescribeNetworkInterfaceLimitRequest,
|
|
324
|
-
|
|
339
|
+
ModifyVpnGatewayRoutesResponse,
|
|
340
|
+
AddressTemplateItem,
|
|
325
341
|
DescribeIp6AddressesResponse,
|
|
326
342
|
ModifyRouteTableAttributeRequest,
|
|
327
343
|
ModifyDirectConnectGatewayAttributeResponse,
|
|
@@ -332,6 +348,7 @@ import {
|
|
|
332
348
|
DescribeVpcEndPointServiceRequest,
|
|
333
349
|
DisableSnapshotPoliciesResponse,
|
|
334
350
|
ModifyServiceTemplateAttributeRequest,
|
|
351
|
+
ModifyPrivateNatGatewayAttributeRequest,
|
|
335
352
|
AssociateAddressResponse,
|
|
336
353
|
AccessPolicy,
|
|
337
354
|
ModifyCcnAttachedInstancesAttributeResponse,
|
|
@@ -342,12 +359,14 @@ import {
|
|
|
342
359
|
CreateSecurityGroupResponse,
|
|
343
360
|
DisassociateNetworkInterfaceSecurityGroupsResponse,
|
|
344
361
|
DescribeVpcsResponse,
|
|
362
|
+
DescribePrivateNatGatewayLimitsResponse,
|
|
345
363
|
DescribeNetworkInterfaceLimitResponse,
|
|
346
364
|
AssignIpv6CidrBlockResponse,
|
|
347
365
|
CreateCcnRequest,
|
|
348
366
|
DeleteTemplateMemberResponse,
|
|
349
367
|
ModifyNatGatewaySourceIpTranslationNatRuleRequest,
|
|
350
368
|
RemoveIp6RulesRequest,
|
|
369
|
+
CreatePrivateNatGatewayTranslationNatRuleRequest,
|
|
351
370
|
DescribeIpGeolocationDatabaseUrlRequest,
|
|
352
371
|
DescribeVpcEndPointResponse,
|
|
353
372
|
DescribeNetworkAclQuintupleEntriesRequest,
|
|
@@ -355,9 +374,10 @@ import {
|
|
|
355
374
|
DisableGatewayFlowMonitorRequest,
|
|
356
375
|
EnableRoutesResponse,
|
|
357
376
|
HaVipAssociateAddressIpResponse,
|
|
377
|
+
DeletePrivateNatGatewayTranslationAclRuleResponse,
|
|
358
378
|
DescribeSpecificTrafficPackageUsedDetailsRequest,
|
|
359
379
|
DeleteVpnConnectionRequest,
|
|
360
|
-
|
|
380
|
+
DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesRequest,
|
|
361
381
|
DescribeDhcpIpsRequest,
|
|
362
382
|
DescribeAssistantCidrRequest,
|
|
363
383
|
RenewVpnGatewayResponse,
|
|
@@ -399,10 +419,13 @@ import {
|
|
|
399
419
|
DescribeNetworkAccountTypeResponse,
|
|
400
420
|
ResetVpnConnectionResponse,
|
|
401
421
|
CreateVpcEndPointServiceRequest,
|
|
422
|
+
DescribePrivateNatGatewaysRequest,
|
|
402
423
|
Ipv6Address,
|
|
424
|
+
DescribePrivateNatGatewayTranslationAclRulesResponse,
|
|
403
425
|
CreateNetworkInterfaceRequest,
|
|
404
426
|
BandwidthPackageBillBandwidth,
|
|
405
|
-
|
|
427
|
+
DescribePrivateNatGatewayTranslationAclRulesRequest,
|
|
428
|
+
DeletePrivateNatGatewayTranslationNatRuleResponse,
|
|
406
429
|
DescribeFlowLogsResponse,
|
|
407
430
|
VpcPrivateIpAddress,
|
|
408
431
|
CvmInstance,
|
|
@@ -441,7 +464,8 @@ import {
|
|
|
441
464
|
ModifyNetworkInterfaceQosResponse,
|
|
442
465
|
ModifySecurityGroupAttributeResponse,
|
|
443
466
|
AssociateDirectConnectGatewayNatGatewayRequest,
|
|
444
|
-
|
|
467
|
+
DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
|
|
468
|
+
CreatePrivateNatGatewayTranslationNatRuleResponse,
|
|
445
469
|
ModifyAddressAttributeResponse,
|
|
446
470
|
AttachClassicLinkVpcRequest,
|
|
447
471
|
GatewayFlowMonitorDetail,
|
|
@@ -455,10 +479,11 @@ import {
|
|
|
455
479
|
AttachCcnInstancesRequest,
|
|
456
480
|
DescribeDirectConnectGatewayCcnRoutesRequest,
|
|
457
481
|
CcnInstance,
|
|
458
|
-
|
|
482
|
+
DescribeLocalGatewayResponse,
|
|
459
483
|
ItemPrice,
|
|
460
484
|
DeleteNatGatewayRequest,
|
|
461
485
|
ModifyCustomerGatewayAttributeResponse,
|
|
486
|
+
CreatePrivateNatGatewayTranslationAclRuleResponse,
|
|
462
487
|
ConflictItem,
|
|
463
488
|
BgpConfig,
|
|
464
489
|
InquiryPriceRenewVpnGatewayResponse,
|
|
@@ -470,6 +495,7 @@ import {
|
|
|
470
495
|
EnableSnapshotPoliciesRequest,
|
|
471
496
|
DescribeAddressesResponse,
|
|
472
497
|
GatewayQos,
|
|
498
|
+
DescribePrivateNatGatewayTranslationNatRulesRequest,
|
|
473
499
|
GetCcnRegionBandwidthLimitsRequest,
|
|
474
500
|
ModifyIpv6AddressesAttributeRequest,
|
|
475
501
|
DescribeCustomerGatewayVendorsRequest,
|
|
@@ -480,14 +506,18 @@ import {
|
|
|
480
506
|
LockCcnBandwidthsRequest,
|
|
481
507
|
AddressChargePrepaid,
|
|
482
508
|
DescribeCrossBorderFlowMonitorRequest,
|
|
509
|
+
DestinationIpPortTranslationNatRuleDiff,
|
|
510
|
+
PrivateNatGateway,
|
|
483
511
|
DescribeVpnGatewayRoutesResponse,
|
|
484
512
|
DescribeNetworkAclsResponse,
|
|
485
513
|
DeleteFlowLogResponse,
|
|
486
514
|
CreateVpnConnRoute,
|
|
515
|
+
CreatePrivateNatGatewayRequest,
|
|
487
516
|
AttachCcnInstancesResponse,
|
|
488
517
|
CreateDefaultVpcResponse,
|
|
489
518
|
ModifyVpcAttributeResponse,
|
|
490
519
|
ModifyVpnConnectionAttributeResponse,
|
|
520
|
+
DescribePrivateNatGatewayTranslationNatRulesResponse,
|
|
491
521
|
PrivateIpAddressSpecification,
|
|
492
522
|
AlgType,
|
|
493
523
|
DestinationIpPortTranslationNatRule,
|
|
@@ -516,14 +546,14 @@ import {
|
|
|
516
546
|
DisassociateDirectConnectGatewayNatGatewayRequest,
|
|
517
547
|
EnableRoutesRequest,
|
|
518
548
|
DescribeAddressTemplateGroupsResponse,
|
|
519
|
-
|
|
549
|
+
ModifyPrivateNatGatewayTranslationAclRuleResponse,
|
|
520
550
|
CreateDirectConnectGatewayCcnRoutesRequest,
|
|
521
551
|
ModifyGatewayFlowQosRequest,
|
|
522
552
|
CreateDirectConnectGatewayCcnRoutesResponse,
|
|
523
553
|
CreateRouteTableRequest,
|
|
524
554
|
MigrateNetworkInterfaceRequest,
|
|
525
555
|
DescribeCustomerGatewaysRequest,
|
|
526
|
-
|
|
556
|
+
InquiryPriceCreateVpnGatewayRequest,
|
|
527
557
|
ProductQuota,
|
|
528
558
|
DisableRoutesResponse,
|
|
529
559
|
ModifySnapshotPoliciesRequest,
|
|
@@ -545,15 +575,17 @@ import {
|
|
|
545
575
|
DeleteNetDetectRequest,
|
|
546
576
|
IPSECOptionsSpecification,
|
|
547
577
|
UnassignIpv6AddressesRequest,
|
|
578
|
+
ModifyPrivateNatGatewayTranslationAclRuleRequest,
|
|
548
579
|
CreateTrafficPackagesRequest,
|
|
549
580
|
CreateAndAttachNetworkInterfaceResponse,
|
|
550
581
|
ModifyCcnAttributeRequest,
|
|
582
|
+
TranslationNatRule,
|
|
551
583
|
ResourceStatistics,
|
|
552
584
|
DeleteSecurityGroupPoliciesResponse,
|
|
553
585
|
DisassociateDhcpIpWithAddressIpResponse,
|
|
554
586
|
CreateVpcEndPointServiceResponse,
|
|
555
587
|
ModifyNetworkAclAttributeRequest,
|
|
556
|
-
|
|
588
|
+
CreatePrivateNatGatewayTranslationAclRuleRequest,
|
|
557
589
|
DeleteVpnGatewayResponse,
|
|
558
590
|
DescribeHaVipsRequest,
|
|
559
591
|
SnapshotPolicy,
|
|
@@ -563,7 +595,9 @@ import {
|
|
|
563
595
|
VpnGateway,
|
|
564
596
|
EnableVpcEndPointConnectRequest,
|
|
565
597
|
EnableGatewayFlowMonitorResponse,
|
|
598
|
+
ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse,
|
|
566
599
|
Resource,
|
|
600
|
+
DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse,
|
|
567
601
|
DeleteDhcpIpRequest,
|
|
568
602
|
AllocateAddressesResponse,
|
|
569
603
|
DescribeVpnConnectionsResponse,
|
|
@@ -572,7 +606,7 @@ import {
|
|
|
572
606
|
DescribeIp6TranslatorsResponse,
|
|
573
607
|
CreateSecurityGroupPoliciesRequest,
|
|
574
608
|
DeleteVpcPeeringConnectionRequest,
|
|
575
|
-
|
|
609
|
+
CreateBandwidthPackageRequest,
|
|
576
610
|
CrossBorderFlowMonitorData,
|
|
577
611
|
ModifyRouteTableAttributeResponse,
|
|
578
612
|
DescribeSecurityGroupReferencesResponse,
|
|
@@ -583,6 +617,7 @@ import {
|
|
|
583
617
|
DeleteServiceTemplateGroupRequest,
|
|
584
618
|
DeleteNatGatewayResponse,
|
|
585
619
|
ReplaceSecurityGroupPoliciesRequest,
|
|
620
|
+
DeletePrivateNatGatewayRequest,
|
|
586
621
|
AdjustPublicAddressRequest,
|
|
587
622
|
CreateDirectConnectGatewayResponse,
|
|
588
623
|
ModifyVpcEndPointAttributeRequest,
|
|
@@ -603,12 +638,14 @@ import {
|
|
|
603
638
|
DeleteVpcPeeringConnectionResponse,
|
|
604
639
|
DeleteSnapshotPoliciesRequest,
|
|
605
640
|
CreateDefaultVpcRequest,
|
|
641
|
+
DeletePrivateNatGatewayResponse,
|
|
606
642
|
DescribeSubnetsResponse,
|
|
607
643
|
DescribeCustomerGatewaysResponse,
|
|
608
644
|
CheckAssistantCidrResponse,
|
|
609
645
|
DescribeVpcTaskResultResponse,
|
|
610
646
|
InquiryPriceRenewVpnGatewayRequest,
|
|
611
647
|
EnableCcnRoutesResponse,
|
|
648
|
+
DescribePrivateNatGatewaysResponse,
|
|
612
649
|
ModifyVpnGatewayCcnRoutesResponse,
|
|
613
650
|
DetachCcnInstancesResponse,
|
|
614
651
|
ModifyServiceTemplateGroupAttributeResponse,
|
|
@@ -678,6 +715,7 @@ import {
|
|
|
678
715
|
ModifySecurityGroupPoliciesResponse,
|
|
679
716
|
ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest,
|
|
680
717
|
DescribeServiceTemplatesRequest,
|
|
718
|
+
ModifyPrivateNatGatewayTranslationNatRuleResponse,
|
|
681
719
|
ServiceTemplateSpecification,
|
|
682
720
|
DetachNetworkInterfaceRequest,
|
|
683
721
|
Ip6Rule,
|
|
@@ -687,6 +725,7 @@ import {
|
|
|
687
725
|
DescribeNatGatewaysResponse,
|
|
688
726
|
NatDirectConnectGatewayRoute,
|
|
689
727
|
NetworkAclQuintupleEntries,
|
|
728
|
+
CreatePrivateNatGatewayResponse,
|
|
690
729
|
AttachNetworkInterfaceRequest,
|
|
691
730
|
DescribeCcnRoutesResponse,
|
|
692
731
|
CcnInstanceInfo,
|
|
@@ -712,6 +751,7 @@ import {
|
|
|
712
751
|
ModifyHaVipAttributeRequest,
|
|
713
752
|
ModifyAddressTemplateGroupAttributeResponse,
|
|
714
753
|
VpcLimit,
|
|
754
|
+
NatRegionInfoWithArea,
|
|
715
755
|
DetachClassicLinkVpcResponse,
|
|
716
756
|
UnassignPrivateIpAddressesRequest,
|
|
717
757
|
DeleteVpnGatewayRoutesRequest,
|
|
@@ -720,11 +760,12 @@ import {
|
|
|
720
760
|
CreateHaVipRequest,
|
|
721
761
|
Ipv6SubnetCidrBlock,
|
|
722
762
|
EnableFlowLogsResponse,
|
|
723
|
-
|
|
763
|
+
DeletePrivateNatGatewayTranslationAclRuleRequest,
|
|
724
764
|
DescribeAddressQuotaResponse,
|
|
725
765
|
CreateCustomerGatewayRequest,
|
|
726
766
|
DeleteSecurityGroupRequest,
|
|
727
767
|
DescribeDhcpIpsResponse,
|
|
768
|
+
TranslationAclRule,
|
|
728
769
|
CreateRouteTableResponse,
|
|
729
770
|
DescribeCrossBorderCcnRegionBandwidthLimitsRequest,
|
|
730
771
|
DescribeSnapshotAttachedInstancesRequest,
|
|
@@ -742,7 +783,8 @@ import {
|
|
|
742
783
|
DeleteNetworkInterfaceResponse,
|
|
743
784
|
DisableCcnRoutesResponse,
|
|
744
785
|
DescribeCcnRegionBandwidthLimitsRequest,
|
|
745
|
-
|
|
786
|
+
DeleteHaVipResponse,
|
|
787
|
+
HealthCheckConfig,
|
|
746
788
|
CreateAssistantCidrResponse,
|
|
747
789
|
CustomerGatewayVendor,
|
|
748
790
|
DescribeAddressTemplatesRequest,
|
|
@@ -750,15 +792,19 @@ import {
|
|
|
750
792
|
CreateDhcpIpRequest,
|
|
751
793
|
DeleteTrafficPackagesResponse,
|
|
752
794
|
DeleteCustomerGatewayRequest,
|
|
795
|
+
LockCcnBandwidthsResponse,
|
|
753
796
|
DescribeAddressTemplatesResponse,
|
|
754
797
|
Quota,
|
|
755
798
|
WithdrawNotifyRoutesResponse,
|
|
756
799
|
AcceptVpcPeeringConnectionRequest,
|
|
800
|
+
DescribePrivateNatGatewayLimitsRequest,
|
|
801
|
+
CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse,
|
|
757
802
|
DescribeNetworkInterfacesResponse,
|
|
758
803
|
DeleteNetworkAclResponse,
|
|
759
804
|
DeleteNetworkAclQuintupleEntriesResponse,
|
|
760
805
|
DescribeServiceTemplateGroupsRequest,
|
|
761
806
|
CreateSecurityGroupWithPoliciesRequest,
|
|
807
|
+
ReleaseAddressesRequest,
|
|
762
808
|
CreateVpcRequest,
|
|
763
809
|
DescribeSubnetResourceDashboardResponse,
|
|
764
810
|
DeleteServiceTemplateRequest,
|
|
@@ -767,6 +813,7 @@ import {
|
|
|
767
813
|
Route,
|
|
768
814
|
EnableVpnGatewaySslClientCertResponse,
|
|
769
815
|
ModifySubnetAttributeRequest,
|
|
816
|
+
RenewAddressesRequest,
|
|
770
817
|
ModifyVpcEndPointServiceWhiteListResponse,
|
|
771
818
|
DescribeCrossBorderFlowMonitorResponse,
|
|
772
819
|
DescribeBandwidthPackageQuotaRequest,
|
|
@@ -822,14 +869,15 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
822
869
|
}
|
|
823
870
|
|
|
824
871
|
/**
|
|
825
|
-
* 本接口(
|
|
826
|
-
|
|
872
|
+
* 本接口(DisassociateDhcpIpWithAddressIp)用于将DhcpIp已绑定的弹性公网IP(EIP)解除绑定。<br />
|
|
873
|
+
>?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
874
|
+
>
|
|
827
875
|
*/
|
|
828
|
-
async
|
|
829
|
-
req:
|
|
830
|
-
cb?: (error: string, rep:
|
|
831
|
-
): Promise<
|
|
832
|
-
return this.request("
|
|
876
|
+
async DisassociateDhcpIpWithAddressIp(
|
|
877
|
+
req: DisassociateDhcpIpWithAddressIpRequest,
|
|
878
|
+
cb?: (error: string, rep: DisassociateDhcpIpWithAddressIpResponse) => void
|
|
879
|
+
): Promise<DisassociateDhcpIpWithAddressIpResponse> {
|
|
880
|
+
return this.request("DisassociateDhcpIpWithAddressIp", req, cb)
|
|
833
881
|
}
|
|
834
882
|
|
|
835
883
|
/**
|
|
@@ -1033,24 +1081,23 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1033
1081
|
}
|
|
1034
1082
|
|
|
1035
1083
|
/**
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
return this.request("ResetRoutes", req, cb)
|
|
1084
|
+
* 本接口(DescribePrivateNatGatewayRegions)用于查询查询私网NAT网关可支持地域
|
|
1085
|
+
*/
|
|
1086
|
+
async DescribePrivateNatGatewayRegions(
|
|
1087
|
+
req?: DescribePrivateNatGatewayRegionsRequest,
|
|
1088
|
+
cb?: (error: string, rep: DescribePrivateNatGatewayRegionsResponse) => void
|
|
1089
|
+
): Promise<DescribePrivateNatGatewayRegionsResponse> {
|
|
1090
|
+
return this.request("DescribePrivateNatGatewayRegions", req, cb)
|
|
1044
1091
|
}
|
|
1045
1092
|
|
|
1046
1093
|
/**
|
|
1047
|
-
*
|
|
1094
|
+
* 本接口(CreatePrivateNatGateway)用于创建私网NAT网关。
|
|
1048
1095
|
*/
|
|
1049
|
-
async
|
|
1050
|
-
req:
|
|
1051
|
-
cb?: (error: string, rep:
|
|
1052
|
-
): Promise<
|
|
1053
|
-
return this.request("
|
|
1096
|
+
async CreatePrivateNatGateway(
|
|
1097
|
+
req: CreatePrivateNatGatewayRequest,
|
|
1098
|
+
cb?: (error: string, rep: CreatePrivateNatGatewayResponse) => void
|
|
1099
|
+
): Promise<CreatePrivateNatGatewayResponse> {
|
|
1100
|
+
return this.request("CreatePrivateNatGateway", req, cb)
|
|
1054
1101
|
}
|
|
1055
1102
|
|
|
1056
1103
|
/**
|
|
@@ -1231,6 +1278,17 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1231
1278
|
return this.request("ModifyVpnGatewaySslServer", req, cb)
|
|
1232
1279
|
}
|
|
1233
1280
|
|
|
1281
|
+
/**
|
|
1282
|
+
* 本接口(ReplaceSecurityGroupPolicy)用于替换单条安全组规则(SecurityGroupPolicy)。
|
|
1283
|
+
单个请求中只能替换单个方向的一条规则, 必须要指定索引(PolicyIndex)。
|
|
1284
|
+
*/
|
|
1285
|
+
async ReplaceSecurityGroupPolicy(
|
|
1286
|
+
req: ReplaceSecurityGroupPolicyRequest,
|
|
1287
|
+
cb?: (error: string, rep: ReplaceSecurityGroupPolicyResponse) => void
|
|
1288
|
+
): Promise<ReplaceSecurityGroupPolicyResponse> {
|
|
1289
|
+
return this.request("ReplaceSecurityGroupPolicy", req, cb)
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1234
1292
|
/**
|
|
1235
1293
|
* 本接口(EnableVpnGatewaySslClientCert)用于启用SSL-VPN-CLIENT 证书。
|
|
1236
1294
|
*/
|
|
@@ -1273,6 +1331,17 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1273
1331
|
return this.request("ModifyNetworkAclEntries", req, cb)
|
|
1274
1332
|
}
|
|
1275
1333
|
|
|
1334
|
+
/**
|
|
1335
|
+
* 本接口(ResetRoutes)用于对某个路由表名称和所有路由策略(Route)进行重新设置。<br />
|
|
1336
|
+
注意: 调用本接口是先删除当前路由表中所有路由策略, 再保存新提交的路由策略内容, 会引起网络中断。
|
|
1337
|
+
*/
|
|
1338
|
+
async ResetRoutes(
|
|
1339
|
+
req: ResetRoutesRequest,
|
|
1340
|
+
cb?: (error: string, rep: ResetRoutesResponse) => void
|
|
1341
|
+
): Promise<ResetRoutesResponse> {
|
|
1342
|
+
return this.request("ResetRoutes", req, cb)
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1276
1345
|
/**
|
|
1277
1346
|
* 本接口(UnassignIpv6Addresses)用于释放弹性网卡`IPv6`地址。<br />
|
|
1278
1347
|
本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询`DescribeVpcTaskResult`接口。
|
|
@@ -1315,6 +1384,39 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1315
1384
|
return this.request("AssociateNatGatewayAddress", req, cb)
|
|
1316
1385
|
}
|
|
1317
1386
|
|
|
1387
|
+
/**
|
|
1388
|
+
* 本接口(CreatePrivateNatGatewayTranslationNatRule)用于创建私网NAT网关源端转换规则。
|
|
1389
|
+
*/
|
|
1390
|
+
async CreatePrivateNatGatewayTranslationNatRule(
|
|
1391
|
+
req: CreatePrivateNatGatewayTranslationNatRuleRequest,
|
|
1392
|
+
cb?: (error: string, rep: CreatePrivateNatGatewayTranslationNatRuleResponse) => void
|
|
1393
|
+
): Promise<CreatePrivateNatGatewayTranslationNatRuleResponse> {
|
|
1394
|
+
return this.request("CreatePrivateNatGatewayTranslationNatRule", req, cb)
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
/**
|
|
1398
|
+
* 本接口(ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule)用于修改私网NAT网关目的端口转换规则
|
|
1399
|
+
*/
|
|
1400
|
+
async ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule(
|
|
1401
|
+
req: ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
|
|
1402
|
+
cb?: (
|
|
1403
|
+
error: string,
|
|
1404
|
+
rep: ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse
|
|
1405
|
+
) => void
|
|
1406
|
+
): Promise<ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse> {
|
|
1407
|
+
return this.request("ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule", req, cb)
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
/**
|
|
1411
|
+
* 本接口(ModifyPrivateNatGatewayTranslationNatRule)用于修改私网NAT网关源端转换规则
|
|
1412
|
+
*/
|
|
1413
|
+
async ModifyPrivateNatGatewayTranslationNatRule(
|
|
1414
|
+
req: ModifyPrivateNatGatewayTranslationNatRuleRequest,
|
|
1415
|
+
cb?: (error: string, rep: ModifyPrivateNatGatewayTranslationNatRuleResponse) => void
|
|
1416
|
+
): Promise<ModifyPrivateNatGatewayTranslationNatRuleResponse> {
|
|
1417
|
+
return this.request("ModifyPrivateNatGatewayTranslationNatRule", req, cb)
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1318
1420
|
/**
|
|
1319
1421
|
* 本接口(ModifyPrivateIpAddressesAttribute)用于修改弹性网卡内网IP属性。
|
|
1320
1422
|
*/
|
|
@@ -1336,13 +1438,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1336
1438
|
}
|
|
1337
1439
|
|
|
1338
1440
|
/**
|
|
1339
|
-
* 本接口(
|
|
1441
|
+
* 本接口(DescribeSnapshotPolicies)用于查询快照策略。
|
|
1340
1442
|
*/
|
|
1341
|
-
async
|
|
1342
|
-
req:
|
|
1343
|
-
cb?: (error: string, rep:
|
|
1344
|
-
): Promise<
|
|
1345
|
-
return this.request("
|
|
1443
|
+
async DescribeSnapshotPolicies(
|
|
1444
|
+
req: DescribeSnapshotPoliciesRequest,
|
|
1445
|
+
cb?: (error: string, rep: DescribeSnapshotPoliciesResponse) => void
|
|
1446
|
+
): Promise<DescribeSnapshotPoliciesResponse> {
|
|
1447
|
+
return this.request("DescribeSnapshotPolicies", req, cb)
|
|
1346
1448
|
}
|
|
1347
1449
|
|
|
1348
1450
|
/**
|
|
@@ -1706,6 +1808,19 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1706
1808
|
return this.request("LockCcnBandwidths", req, cb)
|
|
1707
1809
|
}
|
|
1708
1810
|
|
|
1811
|
+
/**
|
|
1812
|
+
* 本接口(DescribePrivateNatGatewayDestinationIpPortTranslationNatRules)用于查询私网NAT网关目的端口转换规则
|
|
1813
|
+
*/
|
|
1814
|
+
async DescribePrivateNatGatewayDestinationIpPortTranslationNatRules(
|
|
1815
|
+
req: DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesRequest,
|
|
1816
|
+
cb?: (
|
|
1817
|
+
error: string,
|
|
1818
|
+
rep: DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse
|
|
1819
|
+
) => void
|
|
1820
|
+
): Promise<DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse> {
|
|
1821
|
+
return this.request("DescribePrivateNatGatewayDestinationIpPortTranslationNatRules", req, cb)
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1709
1824
|
/**
|
|
1710
1825
|
* 本接口(ModifyAddressTemplateAttribute)用于修改IP地址模板。
|
|
1711
1826
|
>?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
@@ -1975,6 +2090,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1975
2090
|
return this.request("DisableSnapshotPolicies", req, cb)
|
|
1976
2091
|
}
|
|
1977
2092
|
|
|
2093
|
+
/**
|
|
2094
|
+
* 本接口(DeletePrivateNatGatewayTranslationNatRule)用于删除私网NAT网关源端转换规则
|
|
2095
|
+
*/
|
|
2096
|
+
async DeletePrivateNatGatewayTranslationNatRule(
|
|
2097
|
+
req: DeletePrivateNatGatewayTranslationNatRuleRequest,
|
|
2098
|
+
cb?: (error: string, rep: DeletePrivateNatGatewayTranslationNatRuleResponse) => void
|
|
2099
|
+
): Promise<DeletePrivateNatGatewayTranslationNatRuleResponse> {
|
|
2100
|
+
return this.request("DeletePrivateNatGatewayTranslationNatRule", req, cb)
|
|
2101
|
+
}
|
|
2102
|
+
|
|
1978
2103
|
/**
|
|
1979
2104
|
* 本接口(DescribeDhcpIps)用于查询DhcpIp列表
|
|
1980
2105
|
*/
|
|
@@ -2034,6 +2159,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2034
2159
|
return this.request("DeleteSubnet", req, cb)
|
|
2035
2160
|
}
|
|
2036
2161
|
|
|
2162
|
+
/**
|
|
2163
|
+
* 删除SSL-VPN-SERVER 实例
|
|
2164
|
+
*/
|
|
2165
|
+
async DeleteVpnGatewaySslServer(
|
|
2166
|
+
req: DeleteVpnGatewaySslServerRequest,
|
|
2167
|
+
cb?: (error: string, rep: DeleteVpnGatewaySslServerResponse) => void
|
|
2168
|
+
): Promise<DeleteVpnGatewaySslServerResponse> {
|
|
2169
|
+
return this.request("DeleteVpnGatewaySslServer", req, cb)
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2037
2172
|
/**
|
|
2038
2173
|
* 本接口(AttachClassicLinkVpc)用于创建私有网络和基础网络设备互通。
|
|
2039
2174
|
* 私有网络和基础网络设备必须在同一个地域。
|
|
@@ -2048,6 +2183,17 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2048
2183
|
return this.request("AttachClassicLinkVpc", req, cb)
|
|
2049
2184
|
}
|
|
2050
2185
|
|
|
2186
|
+
/**
|
|
2187
|
+
* 本接口(UnassignIpv6SubnetCidrBlock)用于释放IPv6子网段。<br />
|
|
2188
|
+
子网段如果还有IP占用且未回收,则子网段无法释放。
|
|
2189
|
+
*/
|
|
2190
|
+
async UnassignIpv6SubnetCidrBlock(
|
|
2191
|
+
req: UnassignIpv6SubnetCidrBlockRequest,
|
|
2192
|
+
cb?: (error: string, rep: UnassignIpv6SubnetCidrBlockResponse) => void
|
|
2193
|
+
): Promise<UnassignIpv6SubnetCidrBlockResponse> {
|
|
2194
|
+
return this.request("UnassignIpv6SubnetCidrBlock", req, cb)
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2051
2197
|
/**
|
|
2052
2198
|
* 本接口(DisassociateNatGatewayAddress)用于NAT网关解绑弹性IP。
|
|
2053
2199
|
*/
|
|
@@ -2225,6 +2371,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2225
2371
|
return this.request("CreateVpcEndPointService", req, cb)
|
|
2226
2372
|
}
|
|
2227
2373
|
|
|
2374
|
+
/**
|
|
2375
|
+
* 本接口(DescribeVpcEndPoint)用于查询终端节点列表。
|
|
2376
|
+
*/
|
|
2377
|
+
async DescribeVpcEndPoint(
|
|
2378
|
+
req: DescribeVpcEndPointRequest,
|
|
2379
|
+
cb?: (error: string, rep: DescribeVpcEndPointResponse) => void
|
|
2380
|
+
): Promise<DescribeVpcEndPointResponse> {
|
|
2381
|
+
return this.request("DescribeVpcEndPoint", req, cb)
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2228
2384
|
/**
|
|
2229
2385
|
* 本接口(HaVipDisassociateAddressIp)用于将高可用虚拟IP(HAVIP)已绑定的弹性公网IP(EIP)解除绑定。<br />
|
|
2230
2386
|
本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询`DescribeVpcTaskResult`接口。
|
|
@@ -2258,14 +2414,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2258
2414
|
}
|
|
2259
2415
|
|
|
2260
2416
|
/**
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2417
|
+
* 本接口(DeletePrivateNatGatewayDestinationIpPortTranslationNatRule)用于删除私网NAT网关目的端口转换规则
|
|
2418
|
+
*/
|
|
2419
|
+
async DeletePrivateNatGatewayDestinationIpPortTranslationNatRule(
|
|
2420
|
+
req: DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
|
|
2421
|
+
cb?: (
|
|
2422
|
+
error: string,
|
|
2423
|
+
rep: DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse
|
|
2424
|
+
) => void
|
|
2425
|
+
): Promise<DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse> {
|
|
2426
|
+
return this.request("DeletePrivateNatGatewayDestinationIpPortTranslationNatRule", req, cb)
|
|
2269
2427
|
}
|
|
2270
2428
|
|
|
2271
2429
|
/**
|
|
@@ -2310,6 +2468,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2310
2468
|
return this.request("DeleteVpnGatewayRoutes", req, cb)
|
|
2311
2469
|
}
|
|
2312
2470
|
|
|
2471
|
+
/**
|
|
2472
|
+
* 本接口(ModifyCcnAttribute)用于修改云联网(CCN)的相关属性。
|
|
2473
|
+
*/
|
|
2474
|
+
async ModifyCcnAttribute(
|
|
2475
|
+
req: ModifyCcnAttributeRequest,
|
|
2476
|
+
cb?: (error: string, rep: ModifyCcnAttributeResponse) => void
|
|
2477
|
+
): Promise<ModifyCcnAttributeResponse> {
|
|
2478
|
+
return this.request("ModifyCcnAttribute", req, cb)
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2313
2481
|
/**
|
|
2314
2482
|
* 本接口(ModifyDhcpIpAttribute)用于修改DhcpIp属性
|
|
2315
2483
|
*/
|
|
@@ -2759,6 +2927,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2759
2927
|
return this.request("DeleteVpcEndPointService", req, cb)
|
|
2760
2928
|
}
|
|
2761
2929
|
|
|
2930
|
+
/**
|
|
2931
|
+
* 本接口(DeletePrivateNatGatewayTranslationAclRule)用于删除私网NAT网关源端转换访问控制规则
|
|
2932
|
+
*/
|
|
2933
|
+
async DeletePrivateNatGatewayTranslationAclRule(
|
|
2934
|
+
req: DeletePrivateNatGatewayTranslationAclRuleRequest,
|
|
2935
|
+
cb?: (error: string, rep: DeletePrivateNatGatewayTranslationAclRuleResponse) => void
|
|
2936
|
+
): Promise<DeletePrivateNatGatewayTranslationAclRuleResponse> {
|
|
2937
|
+
return this.request("DeletePrivateNatGatewayTranslationAclRule", req, cb)
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2762
2940
|
/**
|
|
2763
2941
|
* 本接口(CreateNetworkAclQuintupleEntries)用于增量网络ACL五元组的入站规则和出站规则。
|
|
2764
2942
|
*/
|
|
@@ -2800,14 +2978,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2800
2978
|
}
|
|
2801
2979
|
|
|
2802
2980
|
/**
|
|
2803
|
-
* 本接口(
|
|
2804
|
-
|
|
2981
|
+
* 本接口(RejectAttachCcnInstances)用于跨账号关联实例时,云联网所有者拒绝关联操作。
|
|
2982
|
+
|
|
2805
2983
|
*/
|
|
2806
|
-
async
|
|
2807
|
-
req:
|
|
2808
|
-
cb?: (error: string, rep:
|
|
2809
|
-
): Promise<
|
|
2810
|
-
return this.request("
|
|
2984
|
+
async RejectAttachCcnInstances(
|
|
2985
|
+
req: RejectAttachCcnInstancesRequest,
|
|
2986
|
+
cb?: (error: string, rep: RejectAttachCcnInstancesResponse) => void
|
|
2987
|
+
): Promise<RejectAttachCcnInstancesResponse> {
|
|
2988
|
+
return this.request("RejectAttachCcnInstances", req, cb)
|
|
2811
2989
|
}
|
|
2812
2990
|
|
|
2813
2991
|
/**
|
|
@@ -2910,6 +3088,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2910
3088
|
return this.request("DescribeVpcEndPointServiceWhiteList", req, cb)
|
|
2911
3089
|
}
|
|
2912
3090
|
|
|
3091
|
+
/**
|
|
3092
|
+
* 本接口(UnlockCcnBandwidths)用户解锁云联网限速实例。
|
|
3093
|
+
该接口一般用来封禁地域间限速的云联网实例下的限速实例, 目前联通内部运营系统通过云API调用, 如果是出口限速, 一般使用更粗的云联网实例粒度封禁(SecurityUnlockCcns)。
|
|
3094
|
+
如有需要, 可以封禁任意限速实例, 可接入到内部运营系统。
|
|
3095
|
+
*/
|
|
3096
|
+
async UnlockCcnBandwidths(
|
|
3097
|
+
req: UnlockCcnBandwidthsRequest,
|
|
3098
|
+
cb?: (error: string, rep: UnlockCcnBandwidthsResponse) => void
|
|
3099
|
+
): Promise<UnlockCcnBandwidthsResponse> {
|
|
3100
|
+
return this.request("UnlockCcnBandwidths", req, cb)
|
|
3101
|
+
}
|
|
3102
|
+
|
|
2913
3103
|
/**
|
|
2914
3104
|
* 本接口(RejectVpcPeeringConnection)用于驳回对等连接请求。
|
|
2915
3105
|
*/
|
|
@@ -2940,6 +3130,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2940
3130
|
return this.request("CreateCustomerGateway", req, cb)
|
|
2941
3131
|
}
|
|
2942
3132
|
|
|
3133
|
+
/**
|
|
3134
|
+
* 本接口(DescribePrivateNatGatewayLimits)用于查询可创建的私网NAT网关配额数量
|
|
3135
|
+
*/
|
|
3136
|
+
async DescribePrivateNatGatewayLimits(
|
|
3137
|
+
req: DescribePrivateNatGatewayLimitsRequest,
|
|
3138
|
+
cb?: (error: string, rep: DescribePrivateNatGatewayLimitsResponse) => void
|
|
3139
|
+
): Promise<DescribePrivateNatGatewayLimitsResponse> {
|
|
3140
|
+
return this.request("DescribePrivateNatGatewayLimits", req, cb)
|
|
3141
|
+
}
|
|
3142
|
+
|
|
2943
3143
|
/**
|
|
2944
3144
|
* 本接口(DescribeCrossBorderCompliance)用于查询用户创建的合规化资质审批单。
|
|
2945
3145
|
服务商可以查询服务名下的任意 `APPID` 创建的审批单;非服务商,只能查询自己审批单。
|
|
@@ -2962,15 +3162,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2962
3162
|
}
|
|
2963
3163
|
|
|
2964
3164
|
/**
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
): Promise<UnlockCcnBandwidthsResponse> {
|
|
2973
|
-
return this.request("UnlockCcnBandwidths", req, cb)
|
|
3165
|
+
* 本接口(ModifyPrivateNatGatewayAttribute)用于修改私网NAT网关属性
|
|
3166
|
+
*/
|
|
3167
|
+
async ModifyPrivateNatGatewayAttribute(
|
|
3168
|
+
req: ModifyPrivateNatGatewayAttributeRequest,
|
|
3169
|
+
cb?: (error: string, rep: ModifyPrivateNatGatewayAttributeResponse) => void
|
|
3170
|
+
): Promise<ModifyPrivateNatGatewayAttributeResponse> {
|
|
3171
|
+
return this.request("ModifyPrivateNatGatewayAttribute", req, cb)
|
|
2974
3172
|
}
|
|
2975
3173
|
|
|
2976
3174
|
/**
|
|
@@ -3395,14 +3593,13 @@ LimitTypes取值范围:
|
|
|
3395
3593
|
}
|
|
3396
3594
|
|
|
3397
3595
|
/**
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
return this.request("UnassignIpv6SubnetCidrBlock", req, cb)
|
|
3596
|
+
* 本接口(DescribePrivateNatGateways)用于查询私网NAT网关
|
|
3597
|
+
*/
|
|
3598
|
+
async DescribePrivateNatGateways(
|
|
3599
|
+
req: DescribePrivateNatGatewaysRequest,
|
|
3600
|
+
cb?: (error: string, rep: DescribePrivateNatGatewaysResponse) => void
|
|
3601
|
+
): Promise<DescribePrivateNatGatewaysResponse> {
|
|
3602
|
+
return this.request("DescribePrivateNatGateways", req, cb)
|
|
3406
3603
|
}
|
|
3407
3604
|
|
|
3408
3605
|
/**
|
|
@@ -3538,6 +3735,16 @@ LimitTypes取值范围:
|
|
|
3538
3735
|
return this.request("DescribeSubnets", req, cb)
|
|
3539
3736
|
}
|
|
3540
3737
|
|
|
3738
|
+
/**
|
|
3739
|
+
* 本接口(DescribeVpnGatewayRoutes)用于查询VPN网关路由。
|
|
3740
|
+
*/
|
|
3741
|
+
async DescribeVpnGatewayRoutes(
|
|
3742
|
+
req: DescribeVpnGatewayRoutesRequest,
|
|
3743
|
+
cb?: (error: string, rep: DescribeVpnGatewayRoutesResponse) => void
|
|
3744
|
+
): Promise<DescribeVpnGatewayRoutesResponse> {
|
|
3745
|
+
return this.request("DescribeVpnGatewayRoutes", req, cb)
|
|
3746
|
+
}
|
|
3747
|
+
|
|
3541
3748
|
/**
|
|
3542
3749
|
* 本接口 (DescribeAddressQuota) 用于查询您账户的[弹性公网IP](https://cloud.tencent.com/document/product/213/1941)(简称 EIP)在当前地域的配额信息。配额详情可参见 [EIP 产品简介](https://cloud.tencent.com/document/product/213/5733)。
|
|
3543
3750
|
*/
|
|
@@ -3570,6 +3777,17 @@ LimitTypes取值范围:
|
|
|
3570
3777
|
return this.request("ModifyCustomerGatewayAttribute", req, cb)
|
|
3571
3778
|
}
|
|
3572
3779
|
|
|
3780
|
+
/**
|
|
3781
|
+
* 本接口(ReturnNormalAddresses)用于解绑并释放普通公网IP。
|
|
3782
|
+
为完善公网IP的访问管理功能,此接口于2022年12月15日升级优化鉴权功能,升级后子用户调用此接口需向主账号申请CAM策略授权,否则可能调用失败。您可以提前为子账号配置操作授权,详情见[授权指南](https://cloud.tencent.com/document/product/598/34545)。
|
|
3783
|
+
*/
|
|
3784
|
+
async ReturnNormalAddresses(
|
|
3785
|
+
req: ReturnNormalAddressesRequest,
|
|
3786
|
+
cb?: (error: string, rep: ReturnNormalAddressesResponse) => void
|
|
3787
|
+
): Promise<ReturnNormalAddressesResponse> {
|
|
3788
|
+
return this.request("ReturnNormalAddresses", req, cb)
|
|
3789
|
+
}
|
|
3790
|
+
|
|
3573
3791
|
/**
|
|
3574
3792
|
* 本接口(DescribeNetworkAcls)用于查询网络ACL列表。
|
|
3575
3793
|
*/
|
|
@@ -3600,6 +3818,16 @@ LimitTypes取值范围:
|
|
|
3600
3818
|
return this.request("DescribeSecurityGroups", req, cb)
|
|
3601
3819
|
}
|
|
3602
3820
|
|
|
3821
|
+
/**
|
|
3822
|
+
* 本接口(DescribePrivateNatGatewayTranslationNatRules)用于查询私网NAT网关源端转换规则
|
|
3823
|
+
*/
|
|
3824
|
+
async DescribePrivateNatGatewayTranslationNatRules(
|
|
3825
|
+
req: DescribePrivateNatGatewayTranslationNatRulesRequest,
|
|
3826
|
+
cb?: (error: string, rep: DescribePrivateNatGatewayTranslationNatRulesResponse) => void
|
|
3827
|
+
): Promise<DescribePrivateNatGatewayTranslationNatRulesResponse> {
|
|
3828
|
+
return this.request("DescribePrivateNatGatewayTranslationNatRules", req, cb)
|
|
3829
|
+
}
|
|
3830
|
+
|
|
3603
3831
|
/**
|
|
3604
3832
|
* 本接口(CreateVpnGateway)用于创建VPN网关。
|
|
3605
3833
|
*/
|
|
@@ -3694,15 +3922,16 @@ LimitTypes取值范围:
|
|
|
3694
3922
|
}
|
|
3695
3923
|
|
|
3696
3924
|
/**
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3925
|
+
* 本接口(CreatePrivateNatGatewayDestinationIpPortTranslationNatRule)用于创建私网NAT网关目的端口转换规则
|
|
3926
|
+
*/
|
|
3927
|
+
async CreatePrivateNatGatewayDestinationIpPortTranslationNatRule(
|
|
3928
|
+
req: CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
|
|
3929
|
+
cb?: (
|
|
3930
|
+
error: string,
|
|
3931
|
+
rep: CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse
|
|
3932
|
+
) => void
|
|
3933
|
+
): Promise<CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse> {
|
|
3934
|
+
return this.request("CreatePrivateNatGatewayDestinationIpPortTranslationNatRule", req, cb)
|
|
3706
3935
|
}
|
|
3707
3936
|
|
|
3708
3937
|
/**
|
|
@@ -3973,13 +4202,23 @@ LimitTypes取值范围:
|
|
|
3973
4202
|
}
|
|
3974
4203
|
|
|
3975
4204
|
/**
|
|
3976
|
-
* 本接口(
|
|
4205
|
+
* 本接口( CreatePrivateNatGatewayTranslationAclRule)用于创建私网NAT网关源端转换访问控制规则
|
|
3977
4206
|
*/
|
|
3978
|
-
async
|
|
3979
|
-
req:
|
|
3980
|
-
cb?: (error: string, rep:
|
|
3981
|
-
): Promise<
|
|
3982
|
-
return this.request("
|
|
4207
|
+
async CreatePrivateNatGatewayTranslationAclRule(
|
|
4208
|
+
req: CreatePrivateNatGatewayTranslationAclRuleRequest,
|
|
4209
|
+
cb?: (error: string, rep: CreatePrivateNatGatewayTranslationAclRuleResponse) => void
|
|
4210
|
+
): Promise<CreatePrivateNatGatewayTranslationAclRuleResponse> {
|
|
4211
|
+
return this.request("CreatePrivateNatGatewayTranslationAclRule", req, cb)
|
|
4212
|
+
}
|
|
4213
|
+
|
|
4214
|
+
/**
|
|
4215
|
+
* 本接口(ModifyPrivateNatGatewayTranslationAclRule)用于修改私网NAT网关源端转换访问控制规则
|
|
4216
|
+
*/
|
|
4217
|
+
async ModifyPrivateNatGatewayTranslationAclRule(
|
|
4218
|
+
req: ModifyPrivateNatGatewayTranslationAclRuleRequest,
|
|
4219
|
+
cb?: (error: string, rep: ModifyPrivateNatGatewayTranslationAclRuleResponse) => void
|
|
4220
|
+
): Promise<ModifyPrivateNatGatewayTranslationAclRuleResponse> {
|
|
4221
|
+
return this.request("ModifyPrivateNatGatewayTranslationAclRule", req, cb)
|
|
3983
4222
|
}
|
|
3984
4223
|
|
|
3985
4224
|
/**
|
|
@@ -4013,13 +4252,13 @@ LimitTypes取值范围:
|
|
|
4013
4252
|
}
|
|
4014
4253
|
|
|
4015
4254
|
/**
|
|
4016
|
-
* 本接口(
|
|
4255
|
+
* 本接口(DescribePrivateNatGatewayTranslationAclRules)用于查询私网NAT网关源端转换访问控制规则
|
|
4017
4256
|
*/
|
|
4018
|
-
async
|
|
4019
|
-
req:
|
|
4020
|
-
cb?: (error: string, rep:
|
|
4021
|
-
): Promise<
|
|
4022
|
-
return this.request("
|
|
4257
|
+
async DescribePrivateNatGatewayTranslationAclRules(
|
|
4258
|
+
req: DescribePrivateNatGatewayTranslationAclRulesRequest,
|
|
4259
|
+
cb?: (error: string, rep: DescribePrivateNatGatewayTranslationAclRulesResponse) => void
|
|
4260
|
+
): Promise<DescribePrivateNatGatewayTranslationAclRulesResponse> {
|
|
4261
|
+
return this.request("DescribePrivateNatGatewayTranslationAclRules", req, cb)
|
|
4023
4262
|
}
|
|
4024
4263
|
|
|
4025
4264
|
/**
|
|
@@ -4192,13 +4431,13 @@ LimitTypes取值范围:
|
|
|
4192
4431
|
}
|
|
4193
4432
|
|
|
4194
4433
|
/**
|
|
4195
|
-
* 本接口(
|
|
4434
|
+
* 本接口(DeletePrivateNatGateway)用于删除私网NAT网关。
|
|
4196
4435
|
*/
|
|
4197
|
-
async
|
|
4198
|
-
req:
|
|
4199
|
-
cb?: (error: string, rep:
|
|
4200
|
-
): Promise<
|
|
4201
|
-
return this.request("
|
|
4436
|
+
async DeletePrivateNatGateway(
|
|
4437
|
+
req: DeletePrivateNatGatewayRequest,
|
|
4438
|
+
cb?: (error: string, rep: DeletePrivateNatGatewayResponse) => void
|
|
4439
|
+
): Promise<DeletePrivateNatGatewayResponse> {
|
|
4440
|
+
return this.request("DeletePrivateNatGateway", req, cb)
|
|
4202
4441
|
}
|
|
4203
4442
|
|
|
4204
4443
|
/**
|