tccli 3.0.1140.1__py2.py3-none-any.whl → 3.0.1142.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/csip/v20221121/api.json +158 -159
  3. tccli/services/csip/v20221121/examples.json +12 -12
  4. tccli/services/cynosdb/v20190107/api.json +113 -33
  5. tccli/services/cynosdb/v20190107/examples.json +3 -3
  6. tccli/services/dcdb/v20180411/api.json +21 -11
  7. tccli/services/domain/v20180808/api.json +30 -30
  8. tccli/services/dts/v20211206/api.json +11 -0
  9. tccli/services/emr/v20190103/api.json +2 -2
  10. tccli/services/ess/v20201111/api.json +13 -4
  11. tccli/services/ess/v20201111/examples.json +2 -2
  12. tccli/services/essbasic/v20210526/api.json +1 -1
  13. tccli/services/gaap/gaap_client.py +61 -8
  14. tccli/services/gaap/v20180529/api.json +52 -0
  15. tccli/services/gaap/v20180529/examples.json +8 -0
  16. tccli/services/ims/v20201229/api.json +2 -2
  17. tccli/services/mariadb/v20170312/api.json +21 -11
  18. tccli/services/mmps/v20200710/api.json +3 -3
  19. tccli/services/monitor/v20180724/api.json +10 -1
  20. tccli/services/ocr/v20181119/api.json +41 -4
  21. tccli/services/ocr/v20181119/examples.json +2 -2
  22. tccli/services/organization/v20210331/api.json +2 -2
  23. tccli/services/scf/v20180416/api.json +10 -11
  24. tccli/services/scf/v20180416/examples.json +1 -1
  25. tccli/services/ssl/v20191205/api.json +63 -22
  26. tccli/services/ssl/v20191205/examples.json +4 -4
  27. tccli/services/tdmq/v20200217/api.json +22 -3
  28. tccli/services/tdmq/v20200217/examples.json +2 -2
  29. tccli/services/teo/v20220901/api.json +61 -6
  30. tccli/services/teo/v20220901/examples.json +6 -0
  31. tccli/services/vpc/v20170312/api.json +2164 -214
  32. tccli/services/vpc/v20170312/examples.json +154 -4
  33. tccli/services/vpc/vpc_client.py +1180 -226
  34. tccli/services/waf/v20180125/api.json +51 -91
  35. tccli/services/waf/v20180125/examples.json +0 -8
  36. tccli/services/waf/waf_client.py +0 -53
  37. tccli/services/wedata/v20210820/api.json +360 -0
  38. tccli/services/wedata/v20210820/examples.json +28 -0
  39. tccli/services/wedata/wedata_client.py +114 -8
  40. {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/METADATA +2 -2
  41. {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/RECORD +44 -44
  42. {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/WHEEL +0 -0
  43. {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/entry_points.txt +0 -0
  44. {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/license_files/LICENSE +0 -0
@@ -492,6 +492,38 @@
492
492
  "title": "创建弹性网卡"
493
493
  }
494
494
  ],
495
+ "CreatePrivateNatGateway": [
496
+ {
497
+ "document": "创建一个私网NAT网关",
498
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateNatGateway\n<公共请求参数>\n\n{\n \"NatGatewayName\": \"test\",\n \"VpcId\": \"vpc-m7sr81gh\"\n}",
499
+ "output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"Status\": \"AVILIABLE\",\n \"VpcId\": \"vpc-noanwmed\",\n \"CrossDomain\": false,\n \"NatGatewayName\": \"test_nat\",\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TagSet\": [],\n \"CreatedTime\": \"2022-10-01 00:00:00\"\n }\n ],\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\",\n \"TotalCount\": 1\n }\n}",
500
+ "title": "创建一个私网NAT网关"
501
+ }
502
+ ],
503
+ "CreatePrivateNatGatewayDestinationIpPortTranslationNatRule": [
504
+ {
505
+ "document": "创建私网NAT网关目的端口转换规则",
506
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateNatGatewayDestinationIpPortTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"LocalDestinationIpPortTranslationNatRules\": [\n {\n \"Protocol\": \"TCP\",\n \"TranslationPort\": 5666,\n \"TranslationIp\": \"10.0.0.14\",\n \"OriginalPort\": 8888,\n \"OriginalIp\": \"10.0.0.26\",\n \"Description\": \"desc\"\n }\n ]\n}",
507
+ "output": "{\n \"Response\": {\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
508
+ "title": "创建私网NAT网关目的端口转换规则"
509
+ }
510
+ ],
511
+ "CreatePrivateNatGatewayTranslationAclRule": [
512
+ {
513
+ "document": "创建私网NAT网关源端转换访问控制规则",
514
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateNatGatewayTranslationAclRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"TRANSPORT_LAYER\",\n \"TranslationIp\": \"10.0.0.156-10.0.0.200\",\n \"TranslationAclRules\": [\n {\n \"Protocol\": \"TCP\",\n \"SourcePort\": \"5666\",\n \"SourceCidr\": \"10.0.1.0/24\",\n \"DestinationPort\": \"8888\",\n \"DestinationCidr\": \"10.0.2.0/24\"\n }\n ]\n}",
515
+ "output": "{\n \"Response\": {\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
516
+ "title": "创建私网NAT网关源端转换访问控制规则"
517
+ }
518
+ ],
519
+ "CreatePrivateNatGatewayTranslationNatRule": [
520
+ {
521
+ "document": "创建私网NAT网关源端转换规则",
522
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateNatGatewayTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationNatRules\": [\n {\n \"TranslationDirection\": \"PEER\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"OriginalIp\": \"10.0.0.86\",\n \"TranslationIp\": \"10.0.0.222\",\n \"Description\": \"desc\"\n },\n {\n \"TranslationDirection\": \"PEER\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"OriginalIp\": \"10.0.0.34\",\n \"TranslationIp\": \"10.0.0.56\",\n \"Description\": \"desc\"\n },\n {\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"OriginalIp\": \"10.0.0.90\",\n \"TranslationIp\": \"10.0.0.123\",\n \"Description\": \"desc\"\n },\n {\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"TRANSPORT_LAYER\",\n \"TranslationIp\": \"10.0.0.156-10.0.0.200\",\n \"Description\": \"desc\"\n }\n ]\n}",
523
+ "output": "{\n \"Response\": {\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
524
+ "title": "创建私网NAT网关源端转换规则"
525
+ }
526
+ ],
495
527
  "CreateRouteTable": [
496
528
  {
497
529
  "document": "创建路由表",
@@ -840,6 +872,38 @@
840
872
  "title": "删除弹性网卡"
841
873
  }
842
874
  ],
875
+ "DeletePrivateNatGateway": [
876
+ {
877
+ "document": "",
878
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateNatGateway\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\"\n}",
879
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d8877515-7b7a-4109-914d-957001d67eaf\"\n }\n}",
880
+ "title": "删除私网NAT网关"
881
+ }
882
+ ],
883
+ "DeletePrivateNatGatewayDestinationIpPortTranslationNatRule": [
884
+ {
885
+ "document": "删除私网NAT网关目的端口转换规则",
886
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateNatGatewayDestinationIpPortTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"LocalDestinationIpPortTranslationNatRules\": [\n {\n \"Protocol\": \"TCP\",\n \"TranslationPort\": 5666,\n \"TranslationIp\": \"10.0.0.14\",\n \"OriginalPort\": 8888,\n \"OriginalIp\": \"10.0.0.26\",\n \"Description\": \"desc\"\n }\n ]\n}",
887
+ "output": "{\n \"Response\": {\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
888
+ "title": "删除私网NAT网关目的端口转换规则"
889
+ }
890
+ ],
891
+ "DeletePrivateNatGatewayTranslationAclRule": [
892
+ {
893
+ "document": "删除私网NAT网关源端转换访问控制规则",
894
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateNatGatewayTranslationAclRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"TranslationIp\": \"10.0.0.24\",\n \"OriginalIp\": \"10.0.0.14\",\n \"AclRuleIds\": [\n 26\n ]\n}",
895
+ "output": "{\n \"Response\": {\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
896
+ "title": "删除私网NAT网关源端转换访问控制规则"
897
+ }
898
+ ],
899
+ "DeletePrivateNatGatewayTranslationNatRule": [
900
+ {
901
+ "document": "",
902
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateNatGatewayTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationNatRules\": [\n {\n \"TranslationDirection\": \"PEER\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"OriginalIp\": \"10.0.0.34\",\n \"TranslationIp\": \"10.0.0.56\",\n \"Description\": \"desc\"\n }\n ]\n}",
903
+ "output": "{\n \"Response\": {\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"RequestId\": \"e6da1f54-293d-4fda-a2e2-6f4c6f2bd97e\"\n }\n}",
904
+ "title": "删除私网NAT网关源端转换规则"
905
+ }
906
+ ],
843
907
  "DeleteRouteTable": [
844
908
  {
845
909
  "document": "删除路由表",
@@ -1263,14 +1327,14 @@
1263
1327
  "DescribeDirectConnectGateways": [
1264
1328
  {
1265
1329
  "document": "",
1266
- "input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGateways\r\n&DirectConnectGatewayIds.0=dcg-dimeg9zd\r\n&DirectConnectGatewayIds.1=dcg-6eeis68f\r\n&DirectConnectGatewayIds.2=dcg-94cdyvfr\r\n&<公共请求参数>",
1267
- "output": "{\n \"Response\": {\n \"DirectConnectGatewaySet\": [\n {\n \"DirectConnectGatewayId\": \"dcg-6eeis68f\",\n \"DirectConnectGatewayName\": \"shiliangxie_test\",\n \"DirectConnectGatewayIp\": \"10.6.223.4\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-jkmjx7pd\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-10-22 21:22:26\"\n },\n {\n \"DirectConnectGatewayId\": \"dcg-94cdyvfr\",\n \"DirectConnectGatewayName\": \"test\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-f796it7v\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-08-21 11:40:09\"\n },\n {\n \"DirectConnectGatewayId\": \"dcg-dimeg9zd\",\n \"DirectConnectGatewayName\": \"test\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"ccn-atw2c2j1\",\n \"VpcId\": \"vpc-eg3eig77\",\n \"CcnId\": \"ccn-atw2c2j1\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-08-21 11:36:50\"\n }\n ],\n \"TotalCount\": 3,\n \"RequestId\": \"1b64d03b-7d2d-4d9b-b46e-49de115ac283\"\n }\n}",
1330
+ "input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGateways\n&DirectConnectGatewayIds.0=dcg-dimeg9zd\n&DirectConnectGatewayIds.1=dcg-6eeis68f\n&DirectConnectGatewayIds.2=dcg-94cdyvfr\n&<公共请求参数>",
1331
+ "output": "{\n \"Response\": {\n \"DirectConnectGatewaySet\": [\n {\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"demo\",\n \"DirectConnectGatewayId\": \"dcg-6eeis68f\",\n \"DirectConnectGatewayName\": \"shiliangxie_test\",\n \"DirectConnectGatewayIp\": \"10.6.223.4\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-jkmjx7pd\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-10-22 21:22:26\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"EnableFlowDetails\": 1\n },\n {\n \"DirectConnectGatewayId\": \"dcg-94cdyvfr\",\n \"DirectConnectGatewayName\": \"test\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"EnableFlowDetails\": 1,\n \"VpcId\": \"vpc-f796it7v\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-08-21 11:40:09\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"demo\"\n },\n {\n \"DirectConnectGatewayId\": \"dcg-dimeg9zd\",\n \"DirectConnectGatewayName\": \"test\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"ccn-atw2c2j1\",\n \"VpcId\": \"vpc-eg3eig77\",\n \"CcnId\": \"ccn-atw2c2j1\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableFlowDetails\": 1,\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-08-21 11:36:50\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"nat\"\n }\n ],\n \"TotalCount\": 3,\n \"RequestId\": \"1b64d03b-7d2d-4d9b-b46e-49de115ac283\"\n }\n}",
1268
1332
  "title": "按ID过滤查询专线网关"
1269
1333
  },
1270
1334
  {
1271
1335
  "document": "",
1272
- "input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGateways\r\n&Filters.0.Name=direct-connect-gateway-name\r\n&Filters.0.Values.0=test\r\n&Filters.1.Name=gateway-type\r\n&Filters.1.Values.0=NORMAL\r\n&Filters.2.Name=vpc-id\r\n&Filters.2.Values.0=vpc-f796it7v\r\n&Filters.2.Values.1=vpc-jkmjx7pd\r\n&<公共请求参数>",
1273
- "output": "{\n \"Response\": {\n \"DirectConnectGatewaySet\": [\n {\n \"DirectConnectGatewayId\": \"dcg-94cdyvfr\",\n \"DirectConnectGatewayName\": \"test\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-f796it7v\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-08-21 11:40:09\"\n },\n {\n \"DirectConnectGatewayId\": \"dcg-6eeis68f\",\n \"DirectConnectGatewayName\": \"shiliangxie_test\",\n \"DirectConnectGatewayIp\": \"10.6.223.4\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-jkmjx7pd\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-10-22 21:22:26\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"8c77ce69-68e2-4dfa-94ea-a6df5c914f52\"\n }\n}",
1336
+ "input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGateways\n&Filters.0.Name=direct-connect-gateway-name\n&Filters.0.Values.0=test\n&Filters.1.Name=gateway-type\n&Filters.1.Values.0=NORMAL\n&Filters.2.Name=vpc-id\n&Filters.2.Values.0=vpc-f796it7v\n&Filters.2.Values.1=vpc-jkmjx7pd\n&<公共请求参数>",
1337
+ "output": "{\n \"Response\": {\n \"DirectConnectGatewaySet\": [\n {\n \"DirectConnectGatewayId\": \"dcg-94cdyvfr\",\n \"DirectConnectGatewayName\": \"test\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-f796it7v\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"EnableFlowDetails\": 1,\n \"CreateTime\": \"2018-08-21 11:40:09\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"demo\"\n },\n {\n \"DirectConnectGatewayId\": \"dcg-6eeis68f\",\n \"DirectConnectGatewayName\": \"shiliangxie_test\",\n \"DirectConnectGatewayIp\": \"10.6.223.4\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-jkmjx7pd\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-10-22 21:22:26\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"EnableFlowDetails\": 1,\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"demo\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"8c77ce69-68e2-4dfa-94ea-a6df5c914f52\"\n }\n}",
1274
1338
  "title": "多条件过滤查询专线网关列表"
1275
1339
  }
1276
1340
  ],
@@ -1516,6 +1580,60 @@
1516
1580
  "title": "查询绑定了标签的网卡列表"
1517
1581
  }
1518
1582
  ],
1583
+ "DescribePrivateNatGatewayDestinationIpPortTranslationNatRules": [
1584
+ {
1585
+ "document": "",
1586
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGatewayDestinationIpPortTranslationNatRules\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"Filters\": [\n {\n \"Name\": \"Description\",\n \"Values\": [\n \"desc\"\n ]\n }\n ]\n}",
1587
+ "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"LocalDestinationIpPortTranslationNatRuleSet\": [\n {\n \"Protocol\": \"TCP\",\n \"TranslationIp\": \"10.0.0.34\",\n \"TranslationPort\": 5666,\n \"OriginalIp\": \"10.0.0.88\",\n \"OriginalPort\": 8888,\n \"Description\": \"chdesc\",\n \"CreateTime\": \"2022-09-30 14:23:10\",\n \"UpdateTime\": \"2022-09-30 14:33:16\"\n },\n {\n \"Protocol\": \"TCP\",\n \"TranslationIp\": \"10.0.0.35\",\n \"TranslationPort\": 5666,\n \"OriginalIp\": \"10.0.0.26\",\n \"OriginalPort\": 8888,\n \"Description\": \"desc\",\n \"CreateTime\": \"2022-09-30 14:24:38\",\n \"UpdateTime\": \"2022-09-30 14:24:38\"\n }\n ],\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
1588
+ "title": "查询私网NAT网关目的端口转换规则"
1589
+ }
1590
+ ],
1591
+ "DescribePrivateNatGatewayLimits": [
1592
+ {
1593
+ "document": "",
1594
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGatewayLimits\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"VpcId\",\n \"Values\": [\n \"vpc-12234568\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 20\n}",
1595
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"PrivateNatGatewayLimitSet\": [\n {\n \"UniqVpcId\": \"vpc-12234568\",\n \"TotalLimit\": 1000,\n \"Available\": 998\n }\n ],\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
1596
+ "title": "查询可创建的私网NAT网关配额数量"
1597
+ }
1598
+ ],
1599
+ "DescribePrivateNatGatewayRegions": [
1600
+ {
1601
+ "document": "",
1602
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGatewayRegions\n<公共请求参数>\n\n{}",
1603
+ "output": "{\n \"Response\": {\n \"RegionSet\": [\n {},\n {},\n {},\n {},\n {}\n ],\n \"TotalCount\": 5,\n \"RequestId\": \"5f24dd8e-bb8d-4e32-aba5-31a368745c7e\"\n }\n}",
1604
+ "title": "查询私网NAT网关可支持地域"
1605
+ }
1606
+ ],
1607
+ "DescribePrivateNatGatewayTranslationAclRules": [
1608
+ {
1609
+ "document": "查询私网NAT网关源端转换访问控制规则",
1610
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGatewayTranslationAclRules\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"TranslationIp\": \"10.0.0.24\",\n \"OriginalIp\": \"10.0.0.14\"\n}",
1611
+ "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"TranslationAclRuleSet\": [\n {\n \"Protocol\": \"ALL\",\n \"Action\": 0,\n \"AclRuleId\": 1,\n \"SourcePort\": \"0-65535\",\n \"SourceCidr\": \"0.0.0.0/0\",\n \"DestinationPort\": \"0-65535\",\n \"DestinationCidr\": \"0.0.0.0/0\"\n },\n {\n \"Protocol\": \"TCP\",\n \"Action\": 0,\n \"AclRuleId\": 26,\n \"SourcePort\": \"5666\",\n \"SourceCidr\": \"10.0.0.14\",\n \"DestinationPort\": \"8888\",\n \"DestinationCidr\": \"10.0.0.24\"\n }\n ],\n \"RequestId\": \"41fe53eb-6f90-4fde-9e37-c48fa4f8f2ed\"\n }\n}",
1612
+ "title": "查询私网NAT网关源端转换访问控制规则"
1613
+ }
1614
+ ],
1615
+ "DescribePrivateNatGatewayTranslationNatRules": [
1616
+ {
1617
+ "document": "",
1618
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGatewayTranslationNatRules\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"Filters\": [\n {\n \"Name\": \"TranslationIp\",\n \"Values\": [\n \"10.0.0.24\"\n ]\n },\n {\n \"Name\": \"Description\",\n \"Values\": [\n \"desc\"\n ]\n }\n ]\n}",
1619
+ "output": "{\n \"Response\": {\n \"TotalCount\": 3,\n \"TranslationNatRuleSet\": [\n {\n \"Description\": \"desc\",\n \"CreateTime\": \"2022-09-29 20:48:28\",\n \"UpdateTime\": \"2022-09-29 20:48:28\",\n \"TranslationDirection\": \"PEER\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"TranslationIp\": \"10.0.0.222\",\n \"OriginalIp\": \"10.0.0.86\"\n },\n {\n \"Description\": \"desc\",\n \"CreateTime\": \"2022-09-29 20:48:28\",\n \"UpdateTime\": \"2022-09-29 20:48:28\",\n \"TranslationDirection\": \"PEER\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"TranslationIp\": \"10.0.0.56\",\n \"OriginalIp\": \"10.0.0.34\"\n },\n {\n \"Description\": \"desc\",\n \"CreateTime\": \"2022-09-29 20:48:42\",\n \"UpdateTime\": \"2022-09-29 20:48:42\",\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"TRANSPORT_LAYER\",\n \"TranslationIp\": \"10.0.0.156-10.0.0.200\"\n }\n ],\n \"RequestId\": \"35dc4665-6c7a-474d-bd4a-8c0ed92f1d02\"\n }\n}",
1620
+ "title": "查询私网NAT网关源端转换规则"
1621
+ }
1622
+ ],
1623
+ "DescribePrivateNatGateways": [
1624
+ {
1625
+ "document": "按ID过滤查询私网NAT网关",
1626
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGateways\n<公共请求参数>\n\n{\n \"NatGatewayIds\": [\n \"intranat-0g3blj80\"\n ]\n}",
1627
+ "output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"NatGatewayName\": \"test_nat\",\n \"VpcId\": \"vpc-noanwmed\",\n \"Status\": \"AVAILABLE\",\n \"CrossDomain\": false,\n \"CreatedTime\": \"2022-09-29 15:58:00\",\n \"TagSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"757e8409-faa3-4b7f-bfc3-7e1670bf40af\"\n }\n}",
1628
+ "title": "按ID过滤查询私网NAT网关"
1629
+ },
1630
+ {
1631
+ "document": "按标签过滤查询私网NAT网关",
1632
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGateways\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"TagKey\",\n \"Values\": [\n \"负责人\"\n ]\n }\n ]\n}",
1633
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"PrivateNatGatewaySet\": [\n {\n \"NatGatewayId\": \"intranat-ryur99m8\",\n \"NatGatewayName\": \"example\",\n \"VpcId\": \"vpc-d3rrkwej\",\n \"Status\": \"AVAILABLE\",\n \"CrossDomain\": false,\n \"CreatedTime\": \"2023-03-09 16:19:24\",\n \"TagSet\": [\n {\n \"Key\": \"负责人\",\n \"Value\": \"abc\"\n }\n ]\n }\n ],\n \"RequestId\": \"e13d67ca-4b7b-4337-b8c5-7df7707c89ca\"\n }\n}",
1634
+ "title": "按标签过滤查询私网NAT网关"
1635
+ }
1636
+ ],
1519
1637
  "DescribeProductQuota": [
1520
1638
  {
1521
1639
  "document": "查询云联网产品配额信息",
@@ -2470,6 +2588,38 @@
2470
2588
  "title": "修改弹性网卡内网IP属性"
2471
2589
  }
2472
2590
  ],
2591
+ "ModifyPrivateNatGatewayAttribute": [
2592
+ {
2593
+ "document": "修改私网NAT网关属性",
2594
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPrivateNatGatewayAttribute\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"NatGatewayName\": \"new_name\"\n}",
2595
+ "output": "{\n \"Response\": {\n \"RequestId\": \"fcb47621-838b-428e-8c33-6e210d93c451\"\n }\n}",
2596
+ "title": "修改私网NAT网关属性"
2597
+ }
2598
+ ],
2599
+ "ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule": [
2600
+ {
2601
+ "document": "修改私网NAT网关目的端口转换规则",
2602
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"LocalDestinationIpPortTranslationNatRules\": [\n {\n \"OldProtocol\": \"TCP\",\n \"OldTranslationPort\": 5666,\n \"OldTranslationIp\": \"10.0.0.34\",\n \"OldOriginalPort\": 8888,\n \"OldOriginalIp\": \"10.0.0.88\",\n \"Protocol\": \"TCP\",\n \"TranslationPort\": 5666,\n \"TranslationIp\": \"10.0.0.34\",\n \"OriginalPort\": 8888,\n \"OriginalIp\": \"10.0.0.88\",\n \"Description\": \"chdesc\"\n }\n ]\n}",
2603
+ "output": "{\n \"Response\": {\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
2604
+ "title": "修改私网NAT网关目的端口转换规则"
2605
+ }
2606
+ ],
2607
+ "ModifyPrivateNatGatewayTranslationAclRule": [
2608
+ {
2609
+ "document": "修改私网NAT网关源端转换访问控制规则",
2610
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPrivateNatGatewayTranslationAclRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"TRANSPORT_LAYER\",\n \"TranslationIp\": \"10.0.0.156-10.0.0.200\",\n \"TranslationAclRules\": [\n {\n \"AclRuleId\": 26,\n \"Protocol\": \"TCP\",\n \"SourcePort\": \"5666\",\n \"SourceCidr\": \"10.0.0.34\",\n \"DestinationPort\": \"8888\",\n \"DestinationCidr\": \"10.0.0.24\"\n }\n ]\n}",
2611
+ "output": "{\n \"Response\": {\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\"\n }\n}",
2612
+ "title": "修改私网NAT网关源端转换访问控制规则"
2613
+ }
2614
+ ],
2615
+ "ModifyPrivateNatGatewayTranslationNatRule": [
2616
+ {
2617
+ "document": "修改私网NAT网关源端转换规则",
2618
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPrivateNatGatewayTranslationNatRule\n<公共请求参数>\n\n{\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TranslationNatRules\": [\n {\n \"TranslationDirection\": \"LOCAL\",\n \"TranslationType\": \"NETWORK_LAYER\",\n \"OriginalIp\": \"10.0.0.14\",\n \"OldOriginalIp\": \"10.0.0.90\",\n \"TranslationIp\": \"10.0.0.24\",\n \"OldTranslationIp\": \"10.0.0.123\",\n \"Description\": \"desc\"\n }\n ]\n}",
2619
+ "output": "{\n \"Response\": {\n \"RequestId\": \"41fe53eb-6f90-4fde-9e37-c48fa4f8f2ed\"\n }\n}",
2620
+ "title": "修改私网NAT网关源端转换规则"
2621
+ }
2622
+ ],
2473
2623
  "ModifyRouteTableAttribute": [
2474
2624
  {
2475
2625
  "document": "修改路由表属性",