tccli 3.0.947.1__py2.py3-none-any.whl → 3.0.949.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 (84) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/apigateway/v20180808/DescribeService.md +1 -0
  3. tccli/examples/bma/v20221115/CreateBPWhiteList.md +5 -1
  4. tccli/examples/bma/v20221115/DescribeBPWhiteLists.md +14 -1
  5. tccli/examples/cdwch/v20200915/DeleteBackUpData.md +21 -0
  6. tccli/examples/cdwch/v20200915/DescribeBackUpJob.md +32 -0
  7. tccli/examples/cdwch/v20200915/DescribeBackUpJobDetail.md +30 -0
  8. tccli/examples/cdwch/v20200915/DescribeCkSqlApis.md +2 -32
  9. tccli/examples/cdwch/v20200915/RecoverBackUpJob.md +21 -0
  10. tccli/examples/cfw/v20190904/DescribeNatAcRule.md +31 -22
  11. tccli/examples/csip/v20221121/DescribeListenerList.md +35 -3
  12. tccli/examples/cvm/v20170312/ModifyImageSharePermission.md +2 -2
  13. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideDistributed.md +35 -0
  14. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideList.md +27 -0
  15. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskTemplateVulnerableList.md +2 -1
  16. tccli/examples/dsgc/v20190723/DescribeDSPAESDiscoveryTaskResultDetail.md +8 -2
  17. tccli/examples/faceid/v20180301/GetEidResult.md +55 -24
  18. tccli/examples/lcic/v20220817/DescribeGroupList.md +79 -9
  19. tccli/examples/vpc/v20170312/CreateNetworkAclEntries.md +30 -0
  20. tccli/examples/vpc/v20170312/DeleteNetworkAclEntries.md +22 -0
  21. tccli/examples/vpc/v20170312/ModifyNetworkAclEntries.md +0 -5
  22. tccli/examples/waf/v20180125/AddAntiFakeUrl.md +46 -0
  23. tccli/examples/waf/v20180125/AddAntiInfoLeakRules.md +26 -0
  24. tccli/examples/waf/v20180125/DeleteAntiFakeUrl.md +21 -0
  25. tccli/examples/waf/v20180125/DeleteAntiInfoLeakRule.md +21 -0
  26. tccli/examples/waf/v20180125/DeleteCCRule.md +23 -0
  27. tccli/examples/waf/v20180125/DescribeAntiFakeRules.md +28 -0
  28. tccli/examples/waf/v20180125/DescribeAntiFakeUrl.md +57 -0
  29. tccli/examples/waf/v20180125/DescribeAntiInfoLeakRules.md +40 -0
  30. tccli/examples/waf/v20180125/DescribeAntiInfoLeakageRules.md +38 -0
  31. tccli/examples/waf/v20180125/DescribeBatchIpAccessControl.md +42 -0
  32. tccli/examples/waf/v20180125/DescribeCCRule.md +71 -0
  33. tccli/examples/waf/v20180125/DescribeCCRuleList.md +36 -0
  34. tccli/examples/waf/v20180125/DescribeSession.md +51 -0
  35. tccli/examples/waf/v20180125/ModifyAntiFakeUrl.md +24 -0
  36. tccli/examples/waf/v20180125/ModifyAntiFakeUrlStatus.md +22 -0
  37. tccli/examples/waf/v20180125/ModifyAntiInfoLeakRuleStatus.md +22 -0
  38. tccli/examples/waf/v20180125/ModifyAntiInfoLeakRules.md +26 -0
  39. tccli/examples/waf/v20180125/ModifyCustomWhiteRuleStatus.md +26 -0
  40. tccli/examples/waf/v20180125/UpsertCCRule.md +95 -0
  41. tccli/examples/waf/v20180125/UpsertSession.md +25 -0
  42. tccli/services/apigateway/v20180808/api.json +22 -2
  43. tccli/services/apigateway/v20180808/examples.json +1 -1
  44. tccli/services/asr/v20190614/api.json +3 -3
  45. tccli/services/bma/v20221115/api.json +27 -6
  46. tccli/services/bma/v20221115/examples.json +2 -2
  47. tccli/services/cdwch/cdwch_client.py +278 -66
  48. tccli/services/cdwch/v20200915/api.json +314 -1
  49. tccli/services/cdwch/v20200915/examples.json +33 -1
  50. tccli/services/cfw/v20190904/api.json +3 -0
  51. tccli/services/cfw/v20190904/examples.json +2 -2
  52. tccli/services/ckafka/v20190819/api.json +83 -15
  53. tccli/services/csip/v20221121/api.json +24 -12
  54. tccli/services/csip/v20221121/examples.json +1 -1
  55. tccli/services/cvm/v20170312/api.json +4 -4
  56. tccli/services/cvm/v20170312/examples.json +1 -1
  57. tccli/services/cwp/v20180228/api.json +20 -2
  58. tccli/services/cynosdb/v20190107/api.json +3 -3
  59. tccli/services/dbbrain/v20210527/api.json +53 -33
  60. tccli/services/dsgc/dsgc_client.py +106 -0
  61. tccli/services/dsgc/v20190723/api.json +414 -46
  62. tccli/services/dsgc/v20190723/examples.json +18 -2
  63. tccli/services/ess/v20201111/api.json +1 -1
  64. tccli/services/faceid/v20180301/api.json +26 -7
  65. tccli/services/faceid/v20180301/examples.json +1 -1
  66. tccli/services/lcic/v20220817/api.json +2 -0
  67. tccli/services/lcic/v20220817/examples.json +10 -4
  68. tccli/services/lighthouse/v20200324/api.json +1 -1
  69. tccli/services/oceanus/v20190422/api.json +122 -36
  70. tccli/services/trtc/v20190722/api.json +3 -3
  71. tccli/services/tsf/v20180326/api.json +26 -8
  72. tccli/services/vod/v20180717/api.json +57 -11
  73. tccli/services/vpc/v20170312/api.json +155 -18
  74. tccli/services/vpc/v20170312/examples.json +19 -3
  75. tccli/services/vpc/vpc_client.py +195 -89
  76. tccli/services/waf/v20180125/api.json +2671 -582
  77. tccli/services/waf/v20180125/examples.json +202 -0
  78. tccli/services/waf/waf_client.py +1365 -305
  79. tccli/services/wedata/v20210820/api.json +40 -30
  80. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/METADATA +2 -2
  81. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/RECORD +84 -56
  82. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/WHEEL +0 -0
  83. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/entry_points.txt +0 -0
  84. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/license_files/LICENSE +0 -0
@@ -27721,6 +27721,7 @@
27721
27721
  "example": "无",
27722
27722
  "member": "string",
27723
27723
  "name": "Relationship",
27724
+ "output_required": true,
27724
27725
  "required": true,
27725
27726
  "type": "string",
27726
27727
  "value_allowed_null": false
@@ -27731,6 +27732,7 @@
27731
27732
  "example": "无",
27732
27733
  "member": "string",
27733
27734
  "name": "DestNamespaceId",
27735
+ "output_required": true,
27734
27736
  "required": true,
27735
27737
  "type": "string",
27736
27738
  "value_allowed_null": false
@@ -27741,6 +27743,7 @@
27741
27743
  "example": "无",
27742
27744
  "member": "string",
27743
27745
  "name": "DestNamespaceName",
27746
+ "output_required": true,
27744
27747
  "required": true,
27745
27748
  "type": "string",
27746
27749
  "value_allowed_null": false
@@ -27751,6 +27754,7 @@
27751
27754
  "example": "无",
27752
27755
  "member": "string",
27753
27756
  "name": "Name",
27757
+ "output_required": true,
27754
27758
  "required": true,
27755
27759
  "type": "string",
27756
27760
  "value_allowed_null": false
@@ -27761,6 +27765,7 @@
27761
27765
  "example": "无",
27762
27766
  "member": "string",
27763
27767
  "name": "Id",
27768
+ "output_required": true,
27764
27769
  "required": false,
27765
27770
  "type": "string",
27766
27771
  "value_allowed_null": true
@@ -27771,6 +27776,7 @@
27771
27776
  "example": "无",
27772
27777
  "member": "string",
27773
27778
  "name": "UnitRuleId",
27779
+ "output_required": true,
27774
27780
  "required": false,
27775
27781
  "type": "string",
27776
27782
  "value_allowed_null": true
@@ -27781,6 +27787,7 @@
27781
27787
  "example": "无",
27782
27788
  "member": "int64",
27783
27789
  "name": "Priority",
27790
+ "output_required": true,
27784
27791
  "required": false,
27785
27792
  "type": "int",
27786
27793
  "value_allowed_null": true
@@ -27791,6 +27798,7 @@
27791
27798
  "example": "无",
27792
27799
  "member": "string",
27793
27800
  "name": "Description",
27801
+ "output_required": true,
27794
27802
  "required": false,
27795
27803
  "type": "string",
27796
27804
  "value_allowed_null": true
@@ -27801,16 +27809,18 @@
27801
27809
  "example": "无",
27802
27810
  "member": "UnitRuleTag",
27803
27811
  "name": "UnitRuleTagList",
27812
+ "output_required": true,
27804
27813
  "required": false,
27805
27814
  "type": "list",
27806
27815
  "value_allowed_null": true
27807
27816
  },
27808
27817
  {
27809
27818
  "disabled": false,
27810
- "document": "项目id\n注意:此字段可能返回 null,表示取不到有效值。",
27819
+ "document": "规则项索引\n注意:此字段可能返回 null,表示取不到有效值。",
27811
27820
  "example": "无",
27812
27821
  "member": "int64",
27813
27822
  "name": "ItemIndex",
27823
+ "output_required": true,
27814
27824
  "required": false,
27815
27825
  "type": "int",
27816
27826
  "value_allowed_null": true
@@ -27821,6 +27831,7 @@
27821
27831
  "example": "无",
27822
27832
  "member": "string",
27823
27833
  "name": "CreatedTime",
27834
+ "output_required": true,
27824
27835
  "required": false,
27825
27836
  "type": "string",
27826
27837
  "value_allowed_null": true
@@ -27831,6 +27842,7 @@
27831
27842
  "example": "无",
27832
27843
  "member": "string",
27833
27844
  "name": "UpdatedTime",
27845
+ "output_required": true,
27834
27846
  "required": false,
27835
27847
  "type": "string",
27836
27848
  "value_allowed_null": true
@@ -27843,10 +27855,11 @@
27843
27855
  "members": [
27844
27856
  {
27845
27857
  "disabled": false,
27846
- "document": "标签类型 : U(用户标签)",
27847
- "example": "",
27858
+ "document": "标签类型 : U(用户标签)/S(系统标签)",
27859
+ "example": "",
27848
27860
  "member": "string",
27849
27861
  "name": "TagType",
27862
+ "output_required": true,
27850
27863
  "required": true,
27851
27864
  "type": "string",
27852
27865
  "value_allowed_null": false
@@ -27854,9 +27867,10 @@
27854
27867
  {
27855
27868
  "disabled": false,
27856
27869
  "document": "标签名",
27857
- "example": "",
27870
+ "example": "",
27858
27871
  "member": "string",
27859
27872
  "name": "TagField",
27873
+ "output_required": true,
27860
27874
  "required": true,
27861
27875
  "type": "string",
27862
27876
  "value_allowed_null": false
@@ -27864,9 +27878,10 @@
27864
27878
  {
27865
27879
  "disabled": false,
27866
27880
  "document": "操作符:IN/NOT_IN/EQUAL/NOT_EQUAL/REGEX",
27867
- "example": "",
27881
+ "example": "",
27868
27882
  "member": "string",
27869
27883
  "name": "TagOperator",
27884
+ "output_required": true,
27870
27885
  "required": true,
27871
27886
  "type": "string",
27872
27887
  "value_allowed_null": false
@@ -27874,9 +27889,10 @@
27874
27889
  {
27875
27890
  "disabled": false,
27876
27891
  "document": "标签值",
27877
- "example": "",
27892
+ "example": "",
27878
27893
  "member": "string",
27879
27894
  "name": "TagValue",
27895
+ "output_required": true,
27880
27896
  "required": true,
27881
27897
  "type": "string",
27882
27898
  "value_allowed_null": false
@@ -27884,9 +27900,10 @@
27884
27900
  {
27885
27901
  "disabled": false,
27886
27902
  "document": "单元化规则项ID\n注意:此字段可能返回 null,表示取不到有效值。",
27887
- "example": "",
27903
+ "example": "",
27888
27904
  "member": "string",
27889
27905
  "name": "UnitRuleItemId",
27906
+ "output_required": true,
27890
27907
  "required": false,
27891
27908
  "type": "string",
27892
27909
  "value_allowed_null": true
@@ -27894,9 +27911,10 @@
27894
27911
  {
27895
27912
  "disabled": false,
27896
27913
  "document": "规则ID\n注意:此字段可能返回 null,表示取不到有效值。",
27897
- "example": "",
27914
+ "example": "",
27898
27915
  "member": "string",
27899
27916
  "name": "Id",
27917
+ "output_required": true,
27900
27918
  "required": false,
27901
27919
  "type": "string",
27902
27920
  "value_allowed_null": true
@@ -26998,7 +26998,7 @@
26998
26998
  "example": "ResourcePackage",
26999
26999
  "member": "string",
27000
27000
  "name": "ProductType",
27001
- "required": true,
27001
+ "output_required": true,
27002
27002
  "type": "string",
27003
27003
  "value_allowed_null": false
27004
27004
  },
@@ -27008,7 +27008,7 @@
27008
27008
  "example": "2019-02-23T16:00:00Z",
27009
27009
  "member": "string",
27010
27010
  "name": "StartTime",
27011
- "required": true,
27011
+ "output_required": true,
27012
27012
  "type": "string",
27013
27013
  "value_allowed_null": false
27014
27014
  },
@@ -27018,7 +27018,7 @@
27018
27018
  "example": "2020-02-23T16:01:00Z",
27019
27019
  "member": "string",
27020
27020
  "name": "ExpireTime",
27021
- "required": true,
27021
+ "output_required": true,
27022
27022
  "type": "string",
27023
27023
  "value_allowed_null": false
27024
27024
  },
@@ -27028,7 +27028,7 @@
27028
27028
  "example": "50011-251007502-27891",
27029
27029
  "member": "string",
27030
27030
  "name": "ProductInstanceId",
27031
- "required": true,
27031
+ "output_required": true,
27032
27032
  "type": "string",
27033
27033
  "value_allowed_null": false
27034
27034
  },
@@ -27038,7 +27038,7 @@
27038
27038
  "example": "2020-02-22T16:00:00Z",
27039
27039
  "member": "string",
27040
27040
  "name": "LastConsumeDate",
27041
- "required": true,
27041
+ "output_required": true,
27042
27042
  "type": "string",
27043
27043
  "value_allowed_null": false
27044
27044
  },
@@ -27048,17 +27048,27 @@
27048
27048
  "example": "0",
27049
27049
  "member": "int64",
27050
27050
  "name": "BindStatus",
27051
- "required": true,
27051
+ "output_required": true,
27052
27052
  "type": "int",
27053
27053
  "value_allowed_null": false
27054
27054
  },
27055
27055
  {
27056
- "disabled": false,
27056
+ "disabled": true,
27057
27057
  "document": "预付费资源包实例中包含的资源包列表。",
27058
27058
  "example": "*",
27059
27059
  "member": "ProductInstanceRecource",
27060
27060
  "name": "ProductInstanceResourceSet",
27061
- "required": true,
27061
+ "output_required": true,
27062
+ "type": "list",
27063
+ "value_allowed_null": false
27064
+ },
27065
+ {
27066
+ "disabled": false,
27067
+ "document": "预付费资源包实例中包含的资源包列表。",
27068
+ "example": "无",
27069
+ "member": "ProductInstanceResource",
27070
+ "name": "ResourceSet",
27071
+ "output_required": true,
27062
27072
  "type": "list",
27063
27073
  "value_allowed_null": false
27064
27074
  },
@@ -27068,7 +27078,7 @@
27068
27078
  "example": "Effective",
27069
27079
  "member": "string",
27070
27080
  "name": "ProductInstanceStatus",
27071
- "required": true,
27081
+ "output_required": true,
27072
27082
  "type": "string",
27073
27083
  "value_allowed_null": false
27074
27084
  },
@@ -27078,7 +27088,7 @@
27078
27088
  "example": "Denied",
27079
27089
  "member": "string",
27080
27090
  "name": "RefundStatus",
27081
- "required": true,
27091
+ "output_required": true,
27082
27092
  "type": "string",
27083
27093
  "value_allowed_null": false
27084
27094
  },
@@ -27088,7 +27098,7 @@
27088
27098
  "example": "Expire",
27089
27099
  "member": "string",
27090
27100
  "name": "RenewStatus",
27091
- "required": true,
27101
+ "output_required": true,
27092
27102
  "type": "string",
27093
27103
  "value_allowed_null": false
27094
27104
  }
@@ -27131,6 +27141,42 @@
27131
27141
  ],
27132
27142
  "usage": "out"
27133
27143
  },
27144
+ "ProductInstanceResource": {
27145
+ "document": "资源包中包含的资源。",
27146
+ "members": [
27147
+ {
27148
+ "disabled": false,
27149
+ "document": "资源类型。\n<li>Storage:存储资源包。</li>\n<li>Traffic:流量资源包。</li>\n<li>Transcode:普通转码资源包。</li>\n<li>TESHD:极速高清转码资源包。</li>\n<li>Review:音视频审核转码资源包。</li>\n<li>MediaProcess:媒体处理时长资源包。</li>",
27150
+ "example": "无",
27151
+ "member": "string",
27152
+ "name": "ResourceType",
27153
+ "output_required": true,
27154
+ "type": "string",
27155
+ "value_allowed_null": false
27156
+ },
27157
+ {
27158
+ "disabled": false,
27159
+ "document": "资源包额度。\n<li>音视频存储资源包,单位为字节。</li>\n<li>音视频转码资源包,单位为秒。</li>\n<li>音视频审核资源包,单位为秒。</li>\n<li>音视频极速高清资源包,单位为秒。</li>\n<li>音视频加速资源包,单位为字节。</li>\n<li>媒体处理时长资源包,单位为秒。</li>",
27160
+ "example": "无",
27161
+ "member": "int64",
27162
+ "name": "Amount",
27163
+ "output_required": true,
27164
+ "type": "int",
27165
+ "value_allowed_null": false
27166
+ },
27167
+ {
27168
+ "disabled": false,
27169
+ "document": "资源包余量。\n<li>音视频存储资源包,单位为字节。</li>\n<li>音视频转码资源包,单位为秒。</li>\n<li>音视频审核资源包,单位为秒。</li>\n<li>音视频极速高清资源包,单位为秒。</li>\n<li>音视频加速资源包,单位为字节。</li>\n<li>媒体处理时长资源包,单位为秒。</li>",
27170
+ "example": "无",
27171
+ "member": "int64",
27172
+ "name": "Left",
27173
+ "output_required": true,
27174
+ "type": "int",
27175
+ "value_allowed_null": false
27176
+ }
27177
+ ],
27178
+ "usage": "out"
27179
+ },
27134
27180
  "ProhibitedAsrReviewTemplateInfo": {
27135
27181
  "document": "语音违禁任务控制参数",
27136
27182
  "members": [
@@ -336,6 +336,13 @@
336
336
  "output": "CreateNetworkAclResponse",
337
337
  "status": "online"
338
338
  },
339
+ "CreateNetworkAclEntries": {
340
+ "document": "本接口(CreateNetworkAclEntries)用于增量添加网络ACL三元组的入站规则和出站规则。",
341
+ "input": "CreateNetworkAclEntriesRequest",
342
+ "name": "增量添加网络ACL三元组规则接口",
343
+ "output": "CreateNetworkAclEntriesResponse",
344
+ "status": "online"
345
+ },
339
346
  "CreateNetworkAclQuintupleEntries": {
340
347
  "document": "本接口(CreateNetworkAclQuintupleEntries)用于增量网络ACL五元组的入站规则和出站规则。",
341
348
  "input": "CreateNetworkAclQuintupleEntriesRequest",
@@ -623,6 +630,13 @@
623
630
  "output": "DeleteNetworkAclResponse",
624
631
  "status": "online"
625
632
  },
633
+ "DeleteNetworkAclEntries": {
634
+ "document": "本接口(DeleteNetworkAclEntries)用于删除三元组网络ACL的入站规则和出站规则。在NetworkAclEntrySet参数中:\n* 删除IPv4规则,需要传入NetworkAclIpv4EntryId。\n* 删除IPv6规则,需要传入NetworkAclIpv6EntryId。",
635
+ "input": "DeleteNetworkAclEntriesRequest",
636
+ "name": "删除ACL三元组单条规则",
637
+ "output": "DeleteNetworkAclEntriesResponse",
638
+ "status": "online"
639
+ },
626
640
  "DeleteNetworkAclQuintupleEntries": {
627
641
  "document": "本接口(DeleteNetworkAclQuintupleEntries)用于删除网络ACL五元组指定的入站规则和出站规则(但不是全量删除该ACL下的所有条目)。在NetworkAclQuintupleEntrySet参数中:NetworkAclQuintupleEntry需要提供NetworkAclQuintupleEntryId。",
628
642
  "input": "DeleteNetworkAclQuintupleEntriesRequest",
@@ -5695,7 +5709,7 @@
5695
5709
  },
5696
5710
  {
5697
5711
  "disabled": false,
5698
- "document": "带宽包计费类型, 默认为: TOP5_POSTPAID_BY_MONTH, 可选值:\n<li>TOP5_POSTPAID_BY_MONTH: 按月后付费TOP5计费</li>\n<li>PERCENT95_POSTPAID_BY_MONTH: 按月后付费月95计费</li>\n<li>FIXED_PREPAID_BY_MONTH: 包月预付费计费</li>",
5712
+ "document": "带宽包计费类型, 默认为: TOP5_POSTPAID_BY_MONTH, 可选值:\n<li>TOP5_POSTPAID_BY_MONTH: 按月后付费TOP5计费</li>\n<li>PERCENT95_POSTPAID_BY_MONTH: 按月后付费月95计费</li>\n<li>FIXED_PREPAID_BY_MONTH: 包月预付费计费</li>\n<li>ENHANCED95_POSTPAID_BY_MONTH: 按月后付费增强型95计费</li>\n<li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: 后付费日结按带宽计费</li>\n",
5699
5713
  "example": "TOP5_POSTPAID_BY_MONTH",
5700
5714
  "member": "string",
5701
5715
  "name": "ChargeType",
@@ -5768,6 +5782,7 @@
5768
5782
  "example": "bwp-8rolc8ec",
5769
5783
  "member": "string",
5770
5784
  "name": "BandwidthPackageId",
5785
+ "output_required": true,
5771
5786
  "type": "string",
5772
5787
  "value_allowed_null": false
5773
5788
  },
@@ -5777,6 +5792,7 @@
5777
5792
  "example": "[\"bwp-8rolc8ec\"]",
5778
5793
  "member": "string",
5779
5794
  "name": "BandwidthPackageIds",
5795
+ "output_required": true,
5780
5796
  "type": "list",
5781
5797
  "value_allowed_null": false
5782
5798
  },
@@ -6808,6 +6824,42 @@
6808
6824
  ],
6809
6825
  "type": "object"
6810
6826
  },
6827
+ "CreateNetworkAclEntriesRequest": {
6828
+ "document": "CreateNetworkAclEntries请求参数结构体",
6829
+ "members": [
6830
+ {
6831
+ "disabled": false,
6832
+ "document": "网络ACL实例ID。例如:acl-12345678。",
6833
+ "example": "acl-12345678",
6834
+ "member": "string",
6835
+ "name": "NetworkAclId",
6836
+ "required": true,
6837
+ "type": "string"
6838
+ },
6839
+ {
6840
+ "disabled": false,
6841
+ "document": "网络三元组ACL规则集。",
6842
+ "example": "无",
6843
+ "member": "NetworkAclEntrySet",
6844
+ "name": "NetworkAclEntrySet",
6845
+ "required": true,
6846
+ "type": "object"
6847
+ }
6848
+ ],
6849
+ "type": "object"
6850
+ },
6851
+ "CreateNetworkAclEntriesResponse": {
6852
+ "document": "CreateNetworkAclEntries返回参数结构体",
6853
+ "members": [
6854
+ {
6855
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
6856
+ "member": "string",
6857
+ "name": "RequestId",
6858
+ "type": "string"
6859
+ }
6860
+ ],
6861
+ "type": "object"
6862
+ },
6811
6863
  "CreateNetworkAclQuintupleEntriesRequest": {
6812
6864
  "document": "CreateNetworkAclQuintupleEntries请求参数结构体",
6813
6865
  "members": [
@@ -9529,6 +9581,42 @@
9529
9581
  ],
9530
9582
  "type": "object"
9531
9583
  },
9584
+ "DeleteNetworkAclEntriesRequest": {
9585
+ "document": "DeleteNetworkAclEntries请求参数结构体",
9586
+ "members": [
9587
+ {
9588
+ "disabled": false,
9589
+ "document": "三元组网络ACL实例ID。例如:acl-12345678。",
9590
+ "example": "acl-12345678",
9591
+ "member": "string",
9592
+ "name": "NetworkAclId",
9593
+ "required": true,
9594
+ "type": "string"
9595
+ },
9596
+ {
9597
+ "disabled": false,
9598
+ "document": "三元组网络ACL规则集。",
9599
+ "example": "无",
9600
+ "member": "NetworkAclEntrySet",
9601
+ "name": "NetworkAclEntrySet",
9602
+ "required": false,
9603
+ "type": "object"
9604
+ }
9605
+ ],
9606
+ "type": "object"
9607
+ },
9608
+ "DeleteNetworkAclEntriesResponse": {
9609
+ "document": "DeleteNetworkAclEntries返回参数结构体",
9610
+ "members": [
9611
+ {
9612
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
9613
+ "member": "string",
9614
+ "name": "RequestId",
9615
+ "type": "string"
9616
+ }
9617
+ ],
9618
+ "type": "object"
9619
+ },
9532
9620
  "DeleteNetworkAclQuintupleEntriesRequest": {
9533
9621
  "document": "DeleteNetworkAclQuintupleEntries请求参数结构体",
9534
9622
  "members": [
@@ -20833,6 +20921,15 @@
20833
20921
  "name": "NetworkAclQuintupleSet",
20834
20922
  "required": false,
20835
20923
  "type": "object"
20924
+ },
20925
+ {
20926
+ "disabled": false,
20927
+ "document": "三元组的增量更新。该接口的默认语义为全量覆盖。当需要实现增量更新语义时,设置该参数为True。",
20928
+ "example": "无",
20929
+ "member": "bool",
20930
+ "name": "EnableUpdateAclEntries",
20931
+ "required": false,
20932
+ "type": "bool"
20836
20933
  }
20837
20934
  ],
20838
20935
  "type": "object"
@@ -22584,22 +22681,13 @@
22584
22681
  "NetworkAclEntry": {
22585
22682
  "document": "网络ACL规则。",
22586
22683
  "members": [
22587
- {
22588
- "disabled": false,
22589
- "document": "修改时间。",
22590
- "example": "",
22591
- "member": "string",
22592
- "name": "ModifyTime",
22593
- "required": true,
22594
- "type": "string",
22595
- "value_allowed_null": false
22596
- },
22597
22684
  {
22598
22685
  "disabled": false,
22599
22686
  "document": "协议, 取值: TCP,UDP, ICMP, ALL。",
22600
- "example": "",
22687
+ "example": "",
22601
22688
  "member": "string",
22602
22689
  "name": "Protocol",
22690
+ "output_required": true,
22603
22691
  "required": false,
22604
22692
  "type": "string",
22605
22693
  "value_allowed_null": false
@@ -22607,19 +22695,21 @@
22607
22695
  {
22608
22696
  "disabled": false,
22609
22697
  "document": "端口(all, 单个port, range)。当Protocol为ALL或ICMP时,不能指定Port。",
22610
- "example": "",
22698
+ "example": "",
22611
22699
  "member": "string",
22612
22700
  "name": "Port",
22701
+ "output_required": true,
22613
22702
  "required": false,
22614
22703
  "type": "string",
22615
22704
  "value_allowed_null": false
22616
22705
  },
22617
22706
  {
22618
22707
  "disabled": false,
22619
- "document": "网段或IP(互斥)",
22620
- "example": "",
22708
+ "document": "网段或IP(互斥)。增量创建ACL规则时,CidrBlock和Ipv6CidrBlock至少提供一个。",
22709
+ "example": "",
22621
22710
  "member": "string",
22622
22711
  "name": "CidrBlock",
22712
+ "output_required": true,
22623
22713
  "required": false,
22624
22714
  "type": "string",
22625
22715
  "value_allowed_null": false
@@ -22627,9 +22717,10 @@
22627
22717
  {
22628
22718
  "disabled": false,
22629
22719
  "document": "网段或IPv6(互斥)。",
22630
- "example": "",
22720
+ "example": "",
22631
22721
  "member": "string",
22632
22722
  "name": "Ipv6CidrBlock",
22723
+ "output_required": true,
22633
22724
  "required": false,
22634
22725
  "type": "string",
22635
22726
  "value_allowed_null": false
@@ -22637,9 +22728,10 @@
22637
22728
  {
22638
22729
  "disabled": false,
22639
22730
  "document": "ACCEPT 或 DROP。",
22640
- "example": "",
22731
+ "example": "",
22641
22732
  "member": "string",
22642
22733
  "name": "Action",
22734
+ "output_required": true,
22643
22735
  "required": false,
22644
22736
  "type": "string",
22645
22737
  "value_allowed_null": false
@@ -22647,12 +22739,57 @@
22647
22739
  {
22648
22740
  "disabled": false,
22649
22741
  "document": "规则描述,最大长度100。",
22650
- "example": "",
22742
+ "example": "",
22651
22743
  "member": "string",
22652
22744
  "name": "Description",
22745
+ "output_required": true,
22653
22746
  "required": false,
22654
22747
  "type": "string",
22655
22748
  "value_allowed_null": false
22749
+ },
22750
+ {
22751
+ "disabled": false,
22752
+ "document": "修改时间。",
22753
+ "example": "无",
22754
+ "member": "string",
22755
+ "name": "ModifyTime",
22756
+ "output_required": true,
22757
+ "required": false,
22758
+ "type": "string",
22759
+ "value_allowed_null": false
22760
+ },
22761
+ {
22762
+ "disabled": false,
22763
+ "document": "优先级,从1开始。\t",
22764
+ "example": "1",
22765
+ "member": "int64",
22766
+ "name": "Priority",
22767
+ "output_required": true,
22768
+ "required": false,
22769
+ "type": "int",
22770
+ "value_allowed_null": false
22771
+ },
22772
+ {
22773
+ "disabled": false,
22774
+ "document": "IPv4网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryID至少提供一个。\n注意:此字段可能返回 null,表示取不到有效值。",
22775
+ "example": "acli43-0pngbwph",
22776
+ "member": "string",
22777
+ "name": "NetworkAclIpv4EntryId",
22778
+ "output_required": false,
22779
+ "required": false,
22780
+ "type": "string",
22781
+ "value_allowed_null": true
22782
+ },
22783
+ {
22784
+ "disabled": false,
22785
+ "document": "IPv6网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryId至少提供一个。\n注意:此字段可能返回 null,表示取不到有效值。",
22786
+ "example": "acli46-0pngbwph",
22787
+ "member": "string",
22788
+ "name": "NetworkAclIpv6EntryId",
22789
+ "output_required": false,
22790
+ "required": false,
22791
+ "type": "string",
22792
+ "value_allowed_null": true
22656
22793
  }
22657
22794
  ],
22658
22795
  "usage": "both"
@@ -468,6 +468,14 @@
468
468
  "title": "创建网络ACL"
469
469
  }
470
470
  ],
471
+ "CreateNetworkAclEntries": [
472
+ {
473
+ "document": "增量增加三元组ACL规则。",
474
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-12345678\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Port\": \"80\",\n \"CidrBlock\": \"192.168.0.0/24\",\n \"Action\": \"Accept\",\n \"Description\": \"TEST\"\n }\n ],\n \"Egress\": [\n {\n \"Protocol\": \"TCP\",\n \"Port\": \"80\",\n \"CidrBlock\": \"192.168.0.0/24\",\n \"Action\": \"Accept\",\n \"Description\": \"TEST\"\n }\n ]\n }\n}",
475
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
476
+ "title": "增量增加三元组ACL规则。"
477
+ }
478
+ ],
471
479
  "CreateNetworkAclQuintupleEntries": [
472
480
  {
473
481
  "document": "",
@@ -808,6 +816,14 @@
808
816
  "title": "删除网络ACL"
809
817
  }
810
818
  ],
819
+ "DeleteNetworkAclEntries": [
820
+ {
821
+ "document": "删除单条IPv4规则",
822
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-n8w3ppae\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"NetworkAclIpv4EntryId\": \"acli43-kl90bzxv\"\n }\n ],\n \"Egress\": [\n {\n \"NetworkAclIpv4EntryId\": \"acli43-25s6gffh\"\n }\n ]\n }\n}",
823
+ "output": "{\n \"Response\": {\n \"RequestId\": \"fed474df-e6c9-434e-8d07-0ce7e11e7315\"\n }\n}",
824
+ "title": "删除单条IPv4规则"
825
+ }
826
+ ],
811
827
  "DeleteNetworkAclQuintupleEntries": [
812
828
  {
813
829
  "document": "",
@@ -2405,19 +2421,19 @@
2405
2421
  "ModifyNetworkAclEntries": [
2406
2422
  {
2407
2423
  "document": "网络ACL添加入站规则和出站规则",
2408
- "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-12345678\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"test\",\n \"ModifyTime\": \"xx\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ],\n \"Egress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"test\",\n \"ModifyTime\": \"xx\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
2424
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-12345678\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"test\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ],\n \"Egress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"test\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
2409
2425
  "output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
2410
2426
  "title": "网络ACL添加入站规则和出站规则"
2411
2427
  },
2412
2428
  {
2413
2429
  "document": "网络ACL只添加入站规则",
2414
- "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-12345678\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"test\",\n \"ModifyTime\": \"xx\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"442\"\n },\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"test\",\n \"ModifyTime\": \"xx\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
2430
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-12345678\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"test\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"442\"\n },\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"test\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
2415
2431
  "output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
2416
2432
  "title": "网络ACL只添加入站规则"
2417
2433
  },
2418
2434
  {
2419
2435
  "document": "传参只传需要保留的规则,待删除的规则不传即可。比如实例acl-12345678当前有两条入站规则:\n* 规则1:TCP 192.168.1.0/24 80 Accept\n* 规则2:TCP 192.168.1.0/24 443 Accept\n<br/>比如,此时需要删除入站规则2,按照下面实例传参。",
2420
- "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-12345678\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"test\",\n \"ModifyTime\": \"xx\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
2436
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-12345678\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"test\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
2421
2437
  "output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
2422
2438
  "title": "网络ACL删除入站规则"
2423
2439
  }