tencentcloud-sdk-python 3.0.1357__py2.py3-none-any.whl → 3.0.1359__py2.py3-none-any.whl

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.
Files changed (57) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/bh/v20230418/bh_client.py +115 -0
  3. tencentcloud/bh/v20230418/errorcodes.py +15 -0
  4. tencentcloud/bh/v20230418/models.py +854 -28
  5. tencentcloud/bpaas/v20181217/models.py +0 -54
  6. tencentcloud/ccc/v20200210/ccc_client.py +69 -0
  7. tencentcloud/ccc/v20200210/models.py +559 -0
  8. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  9. tencentcloud/cdb/v20170320/models.py +15 -0
  10. tencentcloud/chc/v20230418/chc_client.py +23 -0
  11. tencentcloud/chc/v20230418/models.py +185 -2
  12. tencentcloud/clb/v20180317/models.py +17 -0
  13. tencentcloud/cls/v20201016/cls_client.py +23 -0
  14. tencentcloud/cls/v20201016/models.py +79 -0
  15. tencentcloud/cwp/v20180228/cwp_client.py +1 -1
  16. tencentcloud/cwp/v20180228/models.py +4 -4
  17. tencentcloud/es/v20180416/models.py +57 -6
  18. tencentcloud/es/v20250101/__init__.py +0 -0
  19. tencentcloud/es/v20250101/errorcodes.py +45 -0
  20. tencentcloud/es/v20250101/es_client.py +228 -0
  21. tencentcloud/es/v20250101/models.py +2168 -0
  22. tencentcloud/ess/v20201111/ess_client.py +34 -0
  23. tencentcloud/ess/v20201111/models.py +137 -2
  24. tencentcloud/essbasic/v20210526/essbasic_client.py +33 -0
  25. tencentcloud/essbasic/v20210526/models.py +120 -0
  26. tencentcloud/hunyuan/v20230901/errorcodes.py +27 -0
  27. tencentcloud/hunyuan/v20230901/hunyuan_client.py +46 -0
  28. tencentcloud/hunyuan/v20230901/models.py +345 -0
  29. tencentcloud/lcic/v20220817/models.py +15 -0
  30. tencentcloud/live/v20180801/models.py +2 -14
  31. tencentcloud/lke/v20231130/models.py +232 -2
  32. tencentcloud/lkeap/v20240522/lkeap_client.py +3 -3
  33. tencentcloud/monitor/v20180724/errorcodes.py +3 -0
  34. tencentcloud/monitor/v20180724/models.py +34 -0
  35. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  36. tencentcloud/mps/v20190612/models.py +38 -20
  37. tencentcloud/ocr/v20181119/models.py +2 -2
  38. tencentcloud/sts/v20180813/errorcodes.py +9 -0
  39. tencentcloud/sts/v20180813/models.py +171 -0
  40. tencentcloud/sts/v20180813/sts_client.py +23 -0
  41. tencentcloud/tcr/v20190924/models.py +10 -6
  42. tencentcloud/tdmq/v20200217/models.py +68 -0
  43. tencentcloud/tione/v20211111/errorcodes.py +3 -0
  44. tencentcloud/tione/v20211111/models.py +384 -0
  45. tencentcloud/tione/v20211111/tione_client.py +23 -0
  46. tencentcloud/trtc/v20190722/models.py +4 -10
  47. tencentcloud/trtc/v20190722/trtc_client.py +4 -0
  48. tencentcloud/tse/v20201207/models.py +0 -298
  49. tencentcloud/tsf/v20180326/models.py +6 -110
  50. tencentcloud/tsf/v20180326/tsf_client.py +3 -1
  51. tencentcloud/waf/v20180125/models.py +473 -0
  52. tencentcloud/waf/v20180125/waf_client.py +69 -0
  53. {tencentcloud_sdk_python-3.0.1357.dist-info → tencentcloud_sdk_python-3.0.1359.dist-info}/METADATA +1 -1
  54. {tencentcloud_sdk_python-3.0.1357.dist-info → tencentcloud_sdk_python-3.0.1359.dist-info}/RECORD +57 -53
  55. {tencentcloud_sdk_python-3.0.1357.dist-info → tencentcloud_sdk_python-3.0.1359.dist-info}/LICENSE +0 -0
  56. {tencentcloud_sdk_python-3.0.1357.dist-info → tencentcloud_sdk_python-3.0.1359.dist-info}/WHEEL +0 -0
  57. {tencentcloud_sdk_python-3.0.1357.dist-info → tencentcloud_sdk_python-3.0.1359.dist-info}/top_level.txt +0 -0
@@ -848,10 +848,8 @@ class CloudAPIGatewayCanaryRuleList(AbstractModel):
848
848
  def __init__(self):
849
849
  r"""
850
850
  :param _CanaryRuleList: 灰度规则
851
- 注意:此字段可能返回 null,表示取不到有效值。
852
851
  :type CanaryRuleList: list of CloudNativeAPIGatewayCanaryRule
853
852
  :param _TotalCount: 总数
854
- 注意:此字段可能返回 null,表示取不到有效值。
855
853
  :type TotalCount: int
856
854
  """
857
855
  self._CanaryRuleList = None
@@ -860,7 +858,6 @@ class CloudAPIGatewayCanaryRuleList(AbstractModel):
860
858
  @property
861
859
  def CanaryRuleList(self):
862
860
  """灰度规则
863
- 注意:此字段可能返回 null,表示取不到有效值。
864
861
  :rtype: list of CloudNativeAPIGatewayCanaryRule
865
862
  """
866
863
  return self._CanaryRuleList
@@ -872,7 +869,6 @@ class CloudAPIGatewayCanaryRuleList(AbstractModel):
872
869
  @property
873
870
  def TotalCount(self):
874
871
  """总数
875
- 注意:此字段可能返回 null,表示取不到有效值。
876
872
  :rtype: int
877
873
  """
878
874
  return self._TotalCount
@@ -908,16 +904,12 @@ class CloudNativeAPIGatewayBalancedService(AbstractModel):
908
904
  def __init__(self):
909
905
  r"""
910
906
  :param _ServiceID: 服务 ID,作为入参时,必填
911
- 注意:此字段可能返回 null,表示取不到有效值。
912
907
  :type ServiceID: str
913
908
  :param _ServiceName: 服务名称,作为入参时,无意义
914
- 注意:此字段可能返回 null,表示取不到有效值。
915
909
  :type ServiceName: str
916
910
  :param _UpstreamName: Upstream 名称,作为入参时,无意义
917
- 注意:此字段可能返回 null,表示取不到有效值。
918
911
  :type UpstreamName: str
919
912
  :param _Percent: 百分比,10 即 10%,范围0-100
920
- 注意:此字段可能返回 null,表示取不到有效值。
921
913
  :type Percent: float
922
914
  """
923
915
  self._ServiceID = None
@@ -928,7 +920,6 @@ class CloudNativeAPIGatewayBalancedService(AbstractModel):
928
920
  @property
929
921
  def ServiceID(self):
930
922
  """服务 ID,作为入参时,必填
931
- 注意:此字段可能返回 null,表示取不到有效值。
932
923
  :rtype: str
933
924
  """
934
925
  return self._ServiceID
@@ -940,7 +931,6 @@ class CloudNativeAPIGatewayBalancedService(AbstractModel):
940
931
  @property
941
932
  def ServiceName(self):
942
933
  """服务名称,作为入参时,无意义
943
- 注意:此字段可能返回 null,表示取不到有效值。
944
934
  :rtype: str
945
935
  """
946
936
  return self._ServiceName
@@ -952,7 +942,6 @@ class CloudNativeAPIGatewayBalancedService(AbstractModel):
952
942
  @property
953
943
  def UpstreamName(self):
954
944
  """Upstream 名称,作为入参时,无意义
955
- 注意:此字段可能返回 null,表示取不到有效值。
956
945
  :rtype: str
957
946
  """
958
947
  return self._UpstreamName
@@ -964,7 +953,6 @@ class CloudNativeAPIGatewayBalancedService(AbstractModel):
964
953
  @property
965
954
  def Percent(self):
966
955
  """百分比,10 即 10%,范围0-100
967
- 注意:此字段可能返回 null,表示取不到有效值。
968
956
  :rtype: float
969
957
  """
970
958
  return self._Percent
@@ -997,47 +985,34 @@ class CloudNativeAPIGatewayCanaryRule(AbstractModel):
997
985
  def __init__(self):
998
986
  r"""
999
987
  :param _Priority: 优先级,值范围为 0 到 100;值越大,优先级越高;不同规则间优先级不可重复
1000
- 注意:此字段可能返回 null,表示取不到有效值。
1001
988
  :type Priority: int
1002
989
  :param _Enabled: 是否启用规则
1003
- 注意:此字段可能返回 null,表示取不到有效值。
1004
990
  :type Enabled: bool
1005
991
  :param _ConditionList: 参数匹配条件
1006
- 注意:此字段可能返回 null,表示取不到有效值。
1007
992
  :type ConditionList: list of CloudNativeAPIGatewayCanaryRuleCondition
1008
993
  :param _BalancedServiceList: 服务的流量百分比配置
1009
994
  注意:此字段可能返回 null,表示取不到有效值。
1010
995
  :type BalancedServiceList: list of CloudNativeAPIGatewayBalancedService
1011
996
  :param _ServiceId: 归属服务 ID
1012
- 注意:此字段可能返回 null,表示取不到有效值。
1013
997
  :type ServiceId: str
1014
998
  :param _ServiceName: 归属服务名称
1015
- 注意:此字段可能返回 null,表示取不到有效值。
1016
999
  :type ServiceName: str
1017
1000
  :param _RuleType: 灰度规则类别
1018
1001
  Standard|Lane
1019
- 注意:此字段可能返回 null,表示取不到有效值。
1020
1002
  :type RuleType: str
1021
1003
  :param _MatchType: 全链路灰度策略多个条件之间的匹配方式,与AND,或OR
1022
- 注意:此字段可能返回 null,表示取不到有效值。
1023
1004
  :type MatchType: str
1024
1005
  :param _GroupId: 泳道组ID
1025
- 注意:此字段可能返回 null,表示取不到有效值。
1026
1006
  :type GroupId: str
1027
1007
  :param _GroupName: 泳道组名称
1028
- 注意:此字段可能返回 null,表示取不到有效值。
1029
1008
  :type GroupName: str
1030
1009
  :param _LaneId: 泳道ID
1031
- 注意:此字段可能返回 null,表示取不到有效值。
1032
1010
  :type LaneId: str
1033
1011
  :param _LaneName: 泳道名称
1034
- 注意:此字段可能返回 null,表示取不到有效值。
1035
1012
  :type LaneName: str
1036
1013
  :param _MatchMode: 泳道匹配规则:严格STRICT|宽松PERMISSIVE
1037
- 注意:此字段可能返回 null,表示取不到有效值。
1038
1014
  :type MatchMode: str
1039
1015
  :param _LaneTag: 泳道标签
1040
- 注意:此字段可能返回 null,表示取不到有效值。
1041
1016
  :type LaneTag: str
1042
1017
  """
1043
1018
  self._Priority = None
@@ -1058,7 +1033,6 @@ Standard|Lane
1058
1033
  @property
1059
1034
  def Priority(self):
1060
1035
  """优先级,值范围为 0 到 100;值越大,优先级越高;不同规则间优先级不可重复
1061
- 注意:此字段可能返回 null,表示取不到有效值。
1062
1036
  :rtype: int
1063
1037
  """
1064
1038
  return self._Priority
@@ -1070,7 +1044,6 @@ Standard|Lane
1070
1044
  @property
1071
1045
  def Enabled(self):
1072
1046
  """是否启用规则
1073
- 注意:此字段可能返回 null,表示取不到有效值。
1074
1047
  :rtype: bool
1075
1048
  """
1076
1049
  return self._Enabled
@@ -1082,7 +1055,6 @@ Standard|Lane
1082
1055
  @property
1083
1056
  def ConditionList(self):
1084
1057
  """参数匹配条件
1085
- 注意:此字段可能返回 null,表示取不到有效值。
1086
1058
  :rtype: list of CloudNativeAPIGatewayCanaryRuleCondition
1087
1059
  """
1088
1060
  return self._ConditionList
@@ -1106,7 +1078,6 @@ Standard|Lane
1106
1078
  @property
1107
1079
  def ServiceId(self):
1108
1080
  """归属服务 ID
1109
- 注意:此字段可能返回 null,表示取不到有效值。
1110
1081
  :rtype: str
1111
1082
  """
1112
1083
  return self._ServiceId
@@ -1118,7 +1089,6 @@ Standard|Lane
1118
1089
  @property
1119
1090
  def ServiceName(self):
1120
1091
  """归属服务名称
1121
- 注意:此字段可能返回 null,表示取不到有效值。
1122
1092
  :rtype: str
1123
1093
  """
1124
1094
  return self._ServiceName
@@ -1131,7 +1101,6 @@ Standard|Lane
1131
1101
  def RuleType(self):
1132
1102
  """灰度规则类别
1133
1103
  Standard|Lane
1134
- 注意:此字段可能返回 null,表示取不到有效值。
1135
1104
  :rtype: str
1136
1105
  """
1137
1106
  return self._RuleType
@@ -1143,7 +1112,6 @@ Standard|Lane
1143
1112
  @property
1144
1113
  def MatchType(self):
1145
1114
  """全链路灰度策略多个条件之间的匹配方式,与AND,或OR
1146
- 注意:此字段可能返回 null,表示取不到有效值。
1147
1115
  :rtype: str
1148
1116
  """
1149
1117
  return self._MatchType
@@ -1155,7 +1123,6 @@ Standard|Lane
1155
1123
  @property
1156
1124
  def GroupId(self):
1157
1125
  """泳道组ID
1158
- 注意:此字段可能返回 null,表示取不到有效值。
1159
1126
  :rtype: str
1160
1127
  """
1161
1128
  return self._GroupId
@@ -1167,7 +1134,6 @@ Standard|Lane
1167
1134
  @property
1168
1135
  def GroupName(self):
1169
1136
  """泳道组名称
1170
- 注意:此字段可能返回 null,表示取不到有效值。
1171
1137
  :rtype: str
1172
1138
  """
1173
1139
  return self._GroupName
@@ -1179,7 +1145,6 @@ Standard|Lane
1179
1145
  @property
1180
1146
  def LaneId(self):
1181
1147
  """泳道ID
1182
- 注意:此字段可能返回 null,表示取不到有效值。
1183
1148
  :rtype: str
1184
1149
  """
1185
1150
  return self._LaneId
@@ -1191,7 +1156,6 @@ Standard|Lane
1191
1156
  @property
1192
1157
  def LaneName(self):
1193
1158
  """泳道名称
1194
- 注意:此字段可能返回 null,表示取不到有效值。
1195
1159
  :rtype: str
1196
1160
  """
1197
1161
  return self._LaneName
@@ -1203,7 +1167,6 @@ Standard|Lane
1203
1167
  @property
1204
1168
  def MatchMode(self):
1205
1169
  """泳道匹配规则:严格STRICT|宽松PERMISSIVE
1206
- 注意:此字段可能返回 null,表示取不到有效值。
1207
1170
  :rtype: str
1208
1171
  """
1209
1172
  return self._MatchMode
@@ -1215,7 +1178,6 @@ Standard|Lane
1215
1178
  @property
1216
1179
  def LaneTag(self):
1217
1180
  """泳道标签
1218
- 注意:此字段可能返回 null,表示取不到有效值。
1219
1181
  :rtype: str
1220
1182
  """
1221
1183
  return self._LaneTag
@@ -1268,25 +1230,18 @@ class CloudNativeAPIGatewayCanaryRuleCondition(AbstractModel):
1268
1230
  def __init__(self):
1269
1231
  r"""
1270
1232
  :param _Type: 条件类型,支持 path, method, query, header, cookie, body 和 system。
1271
- 注意:此字段可能返回 null,表示取不到有效值。
1272
1233
  :type Type: str
1273
1234
  :param _Key: 参数名
1274
- 注意:此字段可能返回 null,表示取不到有效值。
1275
1235
  :type Key: str
1276
1236
  :param _Operator: 操作符,支持 "le", "eq", "lt", "ne", "ge", "gt", "regex", "exists", "in", "not in", "prefix" ,"exact", "regex" 等
1277
- 注意:此字段可能返回 null,表示取不到有效值。
1278
1237
  :type Operator: str
1279
1238
  :param _Value: 目标参数值
1280
- 注意:此字段可能返回 null,表示取不到有效值。
1281
1239
  :type Value: str
1282
1240
  :param _Delimiter: 分隔符,当 Operator 为 in 或者 not in 时生效。支持值为英文逗号,英文分号,空格,换行符。
1283
- 注意:此字段可能返回 null,表示取不到有效值。
1284
1241
  :type Delimiter: str
1285
1242
  :param _GlobalConfigId: 全局配置 Id
1286
- 注意:此字段可能返回 null,表示取不到有效值。
1287
1243
  :type GlobalConfigId: str
1288
1244
  :param _GlobalConfigName: 全局配置名称
1289
- 注意:此字段可能返回 null,表示取不到有效值。
1290
1245
  :type GlobalConfigName: str
1291
1246
  """
1292
1247
  self._Type = None
@@ -1300,7 +1255,6 @@ class CloudNativeAPIGatewayCanaryRuleCondition(AbstractModel):
1300
1255
  @property
1301
1256
  def Type(self):
1302
1257
  """条件类型,支持 path, method, query, header, cookie, body 和 system。
1303
- 注意:此字段可能返回 null,表示取不到有效值。
1304
1258
  :rtype: str
1305
1259
  """
1306
1260
  return self._Type
@@ -1312,7 +1266,6 @@ class CloudNativeAPIGatewayCanaryRuleCondition(AbstractModel):
1312
1266
  @property
1313
1267
  def Key(self):
1314
1268
  """参数名
1315
- 注意:此字段可能返回 null,表示取不到有效值。
1316
1269
  :rtype: str
1317
1270
  """
1318
1271
  return self._Key
@@ -1324,7 +1277,6 @@ class CloudNativeAPIGatewayCanaryRuleCondition(AbstractModel):
1324
1277
  @property
1325
1278
  def Operator(self):
1326
1279
  """操作符,支持 "le", "eq", "lt", "ne", "ge", "gt", "regex", "exists", "in", "not in", "prefix" ,"exact", "regex" 等
1327
- 注意:此字段可能返回 null,表示取不到有效值。
1328
1280
  :rtype: str
1329
1281
  """
1330
1282
  return self._Operator
@@ -1336,7 +1288,6 @@ class CloudNativeAPIGatewayCanaryRuleCondition(AbstractModel):
1336
1288
  @property
1337
1289
  def Value(self):
1338
1290
  """目标参数值
1339
- 注意:此字段可能返回 null,表示取不到有效值。
1340
1291
  :rtype: str
1341
1292
  """
1342
1293
  return self._Value
@@ -1348,7 +1299,6 @@ class CloudNativeAPIGatewayCanaryRuleCondition(AbstractModel):
1348
1299
  @property
1349
1300
  def Delimiter(self):
1350
1301
  """分隔符,当 Operator 为 in 或者 not in 时生效。支持值为英文逗号,英文分号,空格,换行符。
1351
- 注意:此字段可能返回 null,表示取不到有效值。
1352
1302
  :rtype: str
1353
1303
  """
1354
1304
  return self._Delimiter
@@ -1360,7 +1310,6 @@ class CloudNativeAPIGatewayCanaryRuleCondition(AbstractModel):
1360
1310
  @property
1361
1311
  def GlobalConfigId(self):
1362
1312
  """全局配置 Id
1363
- 注意:此字段可能返回 null,表示取不到有效值。
1364
1313
  :rtype: str
1365
1314
  """
1366
1315
  return self._GlobalConfigId
@@ -1372,7 +1321,6 @@ class CloudNativeAPIGatewayCanaryRuleCondition(AbstractModel):
1372
1321
  @property
1373
1322
  def GlobalConfigName(self):
1374
1323
  """全局配置名称
1375
- 注意:此字段可能返回 null,表示取不到有效值。
1376
1324
  :rtype: str
1377
1325
  """
1378
1326
  return self._GlobalConfigName
@@ -1752,25 +1700,18 @@ class CloudNativeAPIGatewayNode(AbstractModel):
1752
1700
  :param _NodeIp: 节点 ip
1753
1701
  :type NodeIp: str
1754
1702
  :param _ZoneId: Zone id
1755
- 注意:此字段可能返回 null,表示取不到有效值。
1756
1703
  :type ZoneId: str
1757
1704
  :param _Zone: Zone
1758
- 注意:此字段可能返回 null,表示取不到有效值。
1759
1705
  :type Zone: str
1760
1706
  :param _GroupId: 分组ID
1761
- 注意:此字段可能返回 null,表示取不到有效值。
1762
1707
  :type GroupId: str
1763
1708
  :param _GroupName: 分组名
1764
- 注意:此字段可能返回 null,表示取不到有效值。
1765
1709
  :type GroupName: str
1766
1710
  :param _Status: 状态
1767
- 注意:此字段可能返回 null,表示取不到有效值。
1768
1711
  :type Status: str
1769
1712
  :param _Weight: 节点权重
1770
- 注意:此字段可能返回 null,表示取不到有效值。
1771
1713
  :type Weight: int
1772
1714
  :param _IsDefaultWeight: 是否默认权重
1773
- 注意:此字段可能返回 null,表示取不到有效值。
1774
1715
  :type IsDefaultWeight: bool
1775
1716
  """
1776
1717
  self._NodeId = None
@@ -1808,7 +1749,6 @@ class CloudNativeAPIGatewayNode(AbstractModel):
1808
1749
  @property
1809
1750
  def ZoneId(self):
1810
1751
  """Zone id
1811
- 注意:此字段可能返回 null,表示取不到有效值。
1812
1752
  :rtype: str
1813
1753
  """
1814
1754
  return self._ZoneId
@@ -1820,7 +1760,6 @@ class CloudNativeAPIGatewayNode(AbstractModel):
1820
1760
  @property
1821
1761
  def Zone(self):
1822
1762
  """Zone
1823
- 注意:此字段可能返回 null,表示取不到有效值。
1824
1763
  :rtype: str
1825
1764
  """
1826
1765
  return self._Zone
@@ -1832,7 +1771,6 @@ class CloudNativeAPIGatewayNode(AbstractModel):
1832
1771
  @property
1833
1772
  def GroupId(self):
1834
1773
  """分组ID
1835
- 注意:此字段可能返回 null,表示取不到有效值。
1836
1774
  :rtype: str
1837
1775
  """
1838
1776
  return self._GroupId
@@ -1844,7 +1782,6 @@ class CloudNativeAPIGatewayNode(AbstractModel):
1844
1782
  @property
1845
1783
  def GroupName(self):
1846
1784
  """分组名
1847
- 注意:此字段可能返回 null,表示取不到有效值。
1848
1785
  :rtype: str
1849
1786
  """
1850
1787
  return self._GroupName
@@ -1856,7 +1793,6 @@ class CloudNativeAPIGatewayNode(AbstractModel):
1856
1793
  @property
1857
1794
  def Status(self):
1858
1795
  """状态
1859
- 注意:此字段可能返回 null,表示取不到有效值。
1860
1796
  :rtype: str
1861
1797
  """
1862
1798
  return self._Status
@@ -1868,7 +1804,6 @@ class CloudNativeAPIGatewayNode(AbstractModel):
1868
1804
  @property
1869
1805
  def Weight(self):
1870
1806
  """节点权重
1871
- 注意:此字段可能返回 null,表示取不到有效值。
1872
1807
  :rtype: int
1873
1808
  """
1874
1809
  return self._Weight
@@ -1880,7 +1815,6 @@ class CloudNativeAPIGatewayNode(AbstractModel):
1880
1815
  @property
1881
1816
  def IsDefaultWeight(self):
1882
1817
  """是否默认权重
1883
- 注意:此字段可能返回 null,表示取不到有效值。
1884
1818
  :rtype: bool
1885
1819
  """
1886
1820
  return self._IsDefaultWeight
@@ -1973,30 +1907,24 @@ class CloudNativeAPIGatewayRateLimitDetail(AbstractModel):
1973
1907
  :param _QpsThresholds: qps阈值
1974
1908
  :type QpsThresholds: list of QpsThreshold
1975
1909
  :param _Path: 需要进行流量控制的请求路径
1976
- 注意:此字段可能返回 null,表示取不到有效值。
1977
1910
  :type Path: str
1978
1911
  :param _Header: 需要进行流量控制的请求头Key
1979
- 注意:此字段可能返回 null,表示取不到有效值。
1980
1912
  :type Header: str
1981
1913
  :param _LimitBy: 限流依据
1982
1914
  ip service consumer credential path header
1983
1915
  :type LimitBy: str
1984
1916
  :param _ExternalRedis: 外部redis配置
1985
- 注意:此字段可能返回 null,表示取不到有效值。
1986
1917
  :type ExternalRedis: :class:`tencentcloud.tse.v20201207.models.ExternalRedis`
1987
1918
  :param _Policy: 计数器策略
1988
1919
  local 单机
1989
1920
  redis 默认redis
1990
1921
  external_redis 外部redis
1991
1922
 
1992
- 注意:此字段可能返回 null,表示取不到有效值。
1993
1923
  :type Policy: str
1994
1924
  :param _RateLimitResponse: 响应配置,响应策略为text
1995
1925
 
1996
- 注意:此字段可能返回 null,表示取不到有效值。
1997
1926
  :type RateLimitResponse: :class:`tencentcloud.tse.v20201207.models.RateLimitResponse`
1998
1927
  :param _RateLimitResponseUrl: 请求转发地址
1999
- 注意:此字段可能返回 null,表示取不到有效值。
2000
1928
  :type RateLimitResponseUrl: str
2001
1929
  :param _ResponseType: 响应策略
2002
1930
  url请求转发
@@ -2058,7 +1986,6 @@ default 直接返回
2058
1986
  @property
2059
1987
  def Path(self):
2060
1988
  """需要进行流量控制的请求路径
2061
- 注意:此字段可能返回 null,表示取不到有效值。
2062
1989
  :rtype: str
2063
1990
  """
2064
1991
  return self._Path
@@ -2070,7 +1997,6 @@ default 直接返回
2070
1997
  @property
2071
1998
  def Header(self):
2072
1999
  """需要进行流量控制的请求头Key
2073
- 注意:此字段可能返回 null,表示取不到有效值。
2074
2000
  :rtype: str
2075
2001
  """
2076
2002
  return self._Header
@@ -2094,7 +2020,6 @@ ip service consumer credential path header
2094
2020
  @property
2095
2021
  def ExternalRedis(self):
2096
2022
  """外部redis配置
2097
- 注意:此字段可能返回 null,表示取不到有效值。
2098
2023
  :rtype: :class:`tencentcloud.tse.v20201207.models.ExternalRedis`
2099
2024
  """
2100
2025
  return self._ExternalRedis
@@ -2110,7 +2035,6 @@ local 单机
2110
2035
  redis 默认redis
2111
2036
  external_redis 外部redis
2112
2037
 
2113
- 注意:此字段可能返回 null,表示取不到有效值。
2114
2038
  :rtype: str
2115
2039
  """
2116
2040
  return self._Policy
@@ -2123,7 +2047,6 @@ external_redis 外部redis
2123
2047
  def RateLimitResponse(self):
2124
2048
  """响应配置,响应策略为text
2125
2049
 
2126
- 注意:此字段可能返回 null,表示取不到有效值。
2127
2050
  :rtype: :class:`tencentcloud.tse.v20201207.models.RateLimitResponse`
2128
2051
  """
2129
2052
  return self._RateLimitResponse
@@ -2135,7 +2058,6 @@ external_redis 外部redis
2135
2058
  @property
2136
2059
  def RateLimitResponseUrl(self):
2137
2060
  """请求转发地址
2138
- 注意:此字段可能返回 null,表示取不到有效值。
2139
2061
  :rtype: str
2140
2062
  """
2141
2063
  return self._RateLimitResponseUrl
@@ -2272,25 +2194,18 @@ class CloudNativeAPIGatewayStrategy(AbstractModel):
2272
2194
  :param _StrategyId: 策略ID
2273
2195
  :type StrategyId: str
2274
2196
  :param _StrategyName: 策略名称
2275
- 注意:此字段可能返回 null,表示取不到有效值。
2276
2197
  :type StrategyName: str
2277
2198
  :param _CreateTime: 创建时间
2278
- 注意:此字段可能返回 null,表示取不到有效值。
2279
2199
  :type CreateTime: str
2280
2200
  :param _ModifyTime: 更新时间
2281
- 注意:此字段可能返回 null,表示取不到有效值。
2282
2201
  :type ModifyTime: str
2283
2202
  :param _Description: 策略描述
2284
- 注意:此字段可能返回 null,表示取不到有效值。
2285
2203
  :type Description: str
2286
2204
  :param _Config: 弹性伸缩配置
2287
- 注意:此字段可能返回 null,表示取不到有效值。
2288
2205
  :type Config: :class:`tencentcloud.tse.v20201207.models.CloudNativeAPIGatewayStrategyAutoScalerConfig`
2289
2206
  :param _GatewayId: 网关实例ID
2290
- 注意:此字段可能返回 null,表示取不到有效值。
2291
2207
  :type GatewayId: str
2292
2208
  :param _CronConfig: 定时伸缩配置
2293
- 注意:此字段可能返回 null,表示取不到有效值。
2294
2209
  :type CronConfig: :class:`tencentcloud.tse.v20201207.models.CloudNativeAPIGatewayStrategyCronScalerConfig`
2295
2210
  :param _MaxReplicas: 最大节点数
2296
2211
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2320,7 +2235,6 @@ class CloudNativeAPIGatewayStrategy(AbstractModel):
2320
2235
  @property
2321
2236
  def StrategyName(self):
2322
2237
  """策略名称
2323
- 注意:此字段可能返回 null,表示取不到有效值。
2324
2238
  :rtype: str
2325
2239
  """
2326
2240
  return self._StrategyName
@@ -2332,7 +2246,6 @@ class CloudNativeAPIGatewayStrategy(AbstractModel):
2332
2246
  @property
2333
2247
  def CreateTime(self):
2334
2248
  """创建时间
2335
- 注意:此字段可能返回 null,表示取不到有效值。
2336
2249
  :rtype: str
2337
2250
  """
2338
2251
  return self._CreateTime
@@ -2344,7 +2257,6 @@ class CloudNativeAPIGatewayStrategy(AbstractModel):
2344
2257
  @property
2345
2258
  def ModifyTime(self):
2346
2259
  """更新时间
2347
- 注意:此字段可能返回 null,表示取不到有效值。
2348
2260
  :rtype: str
2349
2261
  """
2350
2262
  return self._ModifyTime
@@ -2356,7 +2268,6 @@ class CloudNativeAPIGatewayStrategy(AbstractModel):
2356
2268
  @property
2357
2269
  def Description(self):
2358
2270
  """策略描述
2359
- 注意:此字段可能返回 null,表示取不到有效值。
2360
2271
  :rtype: str
2361
2272
  """
2362
2273
  return self._Description
@@ -2368,7 +2279,6 @@ class CloudNativeAPIGatewayStrategy(AbstractModel):
2368
2279
  @property
2369
2280
  def Config(self):
2370
2281
  """弹性伸缩配置
2371
- 注意:此字段可能返回 null,表示取不到有效值。
2372
2282
  :rtype: :class:`tencentcloud.tse.v20201207.models.CloudNativeAPIGatewayStrategyAutoScalerConfig`
2373
2283
  """
2374
2284
  return self._Config
@@ -2380,7 +2290,6 @@ class CloudNativeAPIGatewayStrategy(AbstractModel):
2380
2290
  @property
2381
2291
  def GatewayId(self):
2382
2292
  """网关实例ID
2383
- 注意:此字段可能返回 null,表示取不到有效值。
2384
2293
  :rtype: str
2385
2294
  """
2386
2295
  return self._GatewayId
@@ -2392,7 +2301,6 @@ class CloudNativeAPIGatewayStrategy(AbstractModel):
2392
2301
  @property
2393
2302
  def CronConfig(self):
2394
2303
  """定时伸缩配置
2395
- 注意:此字段可能返回 null,表示取不到有效值。
2396
2304
  :rtype: :class:`tencentcloud.tse.v20201207.models.CloudNativeAPIGatewayStrategyCronScalerConfig`
2397
2305
  """
2398
2306
  return self._CronConfig
@@ -2719,19 +2627,14 @@ class CloudNativeAPIGatewayStrategyBindingGroupInfo(AbstractModel):
2719
2627
  def __init__(self):
2720
2628
  r"""
2721
2629
  :param _GroupId: 网关分组ID
2722
- 注意:此字段可能返回 null,表示取不到有效值。
2723
2630
  :type GroupId: str
2724
2631
  :param _NodeConfig: 节点配置
2725
- 注意:此字段可能返回 null,表示取不到有效值。
2726
2632
  :type NodeConfig: :class:`tencentcloud.tse.v20201207.models.CloudNativeAPIGatewayNodeConfig`
2727
2633
  :param _BindTime: 绑定时间
2728
- 注意:此字段可能返回 null,表示取不到有效值。
2729
2634
  :type BindTime: str
2730
2635
  :param _GroupName: 网关分组名称
2731
- 注意:此字段可能返回 null,表示取不到有效值。
2732
2636
  :type GroupName: str
2733
2637
  :param _Status: 绑定状态
2734
- 注意:此字段可能返回 null,表示取不到有效值。
2735
2638
  :type Status: str
2736
2639
  """
2737
2640
  self._GroupId = None
@@ -2743,7 +2646,6 @@ class CloudNativeAPIGatewayStrategyBindingGroupInfo(AbstractModel):
2743
2646
  @property
2744
2647
  def GroupId(self):
2745
2648
  """网关分组ID
2746
- 注意:此字段可能返回 null,表示取不到有效值。
2747
2649
  :rtype: str
2748
2650
  """
2749
2651
  return self._GroupId
@@ -2755,7 +2657,6 @@ class CloudNativeAPIGatewayStrategyBindingGroupInfo(AbstractModel):
2755
2657
  @property
2756
2658
  def NodeConfig(self):
2757
2659
  """节点配置
2758
- 注意:此字段可能返回 null,表示取不到有效值。
2759
2660
  :rtype: :class:`tencentcloud.tse.v20201207.models.CloudNativeAPIGatewayNodeConfig`
2760
2661
  """
2761
2662
  return self._NodeConfig
@@ -2767,7 +2668,6 @@ class CloudNativeAPIGatewayStrategyBindingGroupInfo(AbstractModel):
2767
2668
  @property
2768
2669
  def BindTime(self):
2769
2670
  """绑定时间
2770
- 注意:此字段可能返回 null,表示取不到有效值。
2771
2671
  :rtype: str
2772
2672
  """
2773
2673
  return self._BindTime
@@ -2779,7 +2679,6 @@ class CloudNativeAPIGatewayStrategyBindingGroupInfo(AbstractModel):
2779
2679
  @property
2780
2680
  def GroupName(self):
2781
2681
  """网关分组名称
2782
- 注意:此字段可能返回 null,表示取不到有效值。
2783
2682
  :rtype: str
2784
2683
  """
2785
2684
  return self._GroupName
@@ -2791,7 +2690,6 @@ class CloudNativeAPIGatewayStrategyBindingGroupInfo(AbstractModel):
2791
2690
  @property
2792
2691
  def Status(self):
2793
2692
  """绑定状态
2794
- 注意:此字段可能返回 null,表示取不到有效值。
2795
2693
  :rtype: str
2796
2694
  """
2797
2695
  return self._Status
@@ -3035,10 +2933,8 @@ class CloudNativeAPIGatewayVpcConfig(AbstractModel):
3035
2933
  def __init__(self):
3036
2934
  r"""
3037
2935
  :param _VpcId: 私有网络ID。
3038
- 注意:此字段可能返回 null,表示取不到有效值。
3039
2936
  :type VpcId: str
3040
2937
  :param _SubnetId: 子网ID。
3041
- 注意:此字段可能返回 null,表示取不到有效值。
3042
2938
  :type SubnetId: str
3043
2939
  """
3044
2940
  self._VpcId = None
@@ -3047,7 +2943,6 @@ class CloudNativeAPIGatewayVpcConfig(AbstractModel):
3047
2943
  @property
3048
2944
  def VpcId(self):
3049
2945
  """私有网络ID。
3050
- 注意:此字段可能返回 null,表示取不到有效值。
3051
2946
  :rtype: str
3052
2947
  """
3053
2948
  return self._VpcId
@@ -3059,7 +2954,6 @@ class CloudNativeAPIGatewayVpcConfig(AbstractModel):
3059
2954
  @property
3060
2955
  def SubnetId(self):
3061
2956
  """子网ID。
3062
- 注意:此字段可能返回 null,表示取不到有效值。
3063
2957
  :rtype: str
3064
2958
  """
3065
2959
  return self._SubnetId
@@ -5818,7 +5712,6 @@ class CreateCloudNativeAPIGatewayResult(AbstractModel):
5818
5712
  :param _Status: 云原生网关状态。
5819
5713
  :type Status: str
5820
5714
  :param _TaskId: 任务ID
5821
- 注意:此字段可能返回 null,表示取不到有效值。
5822
5715
  :type TaskId: str
5823
5716
  """
5824
5717
  self._GatewayId = None
@@ -5850,7 +5743,6 @@ class CreateCloudNativeAPIGatewayResult(AbstractModel):
5850
5743
  @property
5851
5744
  def TaskId(self):
5852
5745
  """任务ID
5853
- 注意:此字段可能返回 null,表示取不到有效值。
5854
5746
  :rtype: str
5855
5747
  """
5856
5748
  return self._TaskId
@@ -10401,7 +10293,6 @@ class DeleteNativeGatewayServerGroupResult(AbstractModel):
10401
10293
  :param _Status: 删除状态
10402
10294
  :type Status: str
10403
10295
  :param _TaskId: 任务ID
10404
- 注意:此字段可能返回 null,表示取不到有效值。
10405
10296
  :type TaskId: str
10406
10297
  """
10407
10298
  self._GatewayId = None
@@ -10445,7 +10336,6 @@ class DeleteNativeGatewayServerGroupResult(AbstractModel):
10445
10336
  @property
10446
10337
  def TaskId(self):
10447
10338
  """任务ID
10448
- 注意:此字段可能返回 null,表示取不到有效值。
10449
10339
  :rtype: str
10450
10340
  """
10451
10341
  return self._TaskId
@@ -11440,13 +11330,10 @@ class DescribeCloudNativeAPIGatewayConfigResult(AbstractModel):
11440
11330
  :param _ConfigList: 分组网络配置列表。
11441
11331
  :type ConfigList: list of CloudNativeAPIGatewayConfig
11442
11332
  :param _GroupSubnetId: 分组子网信息
11443
- 注意:此字段可能返回 null,表示取不到有效值。
11444
11333
  :type GroupSubnetId: str
11445
11334
  :param _GroupVpcId: 分组VPC信息
11446
- 注意:此字段可能返回 null,表示取不到有效值。
11447
11335
  :type GroupVpcId: str
11448
11336
  :param _GroupId: 分组ID
11449
- 注意:此字段可能返回 null,表示取不到有效值。
11450
11337
  :type GroupId: str
11451
11338
  """
11452
11339
  self._GatewayId = None
@@ -11480,7 +11367,6 @@ class DescribeCloudNativeAPIGatewayConfigResult(AbstractModel):
11480
11367
  @property
11481
11368
  def GroupSubnetId(self):
11482
11369
  """分组子网信息
11483
- 注意:此字段可能返回 null,表示取不到有效值。
11484
11370
  :rtype: str
11485
11371
  """
11486
11372
  return self._GroupSubnetId
@@ -11492,7 +11378,6 @@ class DescribeCloudNativeAPIGatewayConfigResult(AbstractModel):
11492
11378
  @property
11493
11379
  def GroupVpcId(self):
11494
11380
  """分组VPC信息
11495
- 注意:此字段可能返回 null,表示取不到有效值。
11496
11381
  :rtype: str
11497
11382
  """
11498
11383
  return self._GroupVpcId
@@ -11504,7 +11389,6 @@ class DescribeCloudNativeAPIGatewayConfigResult(AbstractModel):
11504
11389
  @property
11505
11390
  def GroupId(self):
11506
11391
  """分组ID
11507
- 注意:此字段可能返回 null,表示取不到有效值。
11508
11392
  :rtype: str
11509
11393
  """
11510
11394
  return self._GroupId
@@ -11988,53 +11872,37 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
11988
11872
  :param _CreateTime: 云原生API网关创建时间。
11989
11873
  :type CreateTime: str
11990
11874
  :param _Tags: 实例的标签信息
11991
- 注意:此字段可能返回 null,表示取不到有效值。
11992
11875
  :type Tags: list of InstanceTagInfo
11993
11876
  :param _EnableCls: 是否开启 cls 日志
11994
- 注意:此字段可能返回 null,表示取不到有效值。
11995
11877
  :type EnableCls: bool
11996
11878
  :param _TradeType: 付费模式,0表示后付费,1预付费
11997
- 注意:此字段可能返回 null,表示取不到有效值。
11998
11879
  :type TradeType: int
11999
11880
  :param _FeatureVersion: 实例版本,当前支持开发版、标准版、专业版【TRIAL、STANDARD、PROFESSIONAL】
12000
- 注意:此字段可能返回 null,表示取不到有效值。
12001
11881
  :type FeatureVersion: str
12002
11882
  :param _InternetMaxBandwidthOut: 公网出流量带宽,[1,2048]Mbps
12003
- 注意:此字段可能返回 null,表示取不到有效值。
12004
11883
  :type InternetMaxBandwidthOut: int
12005
11884
  :param _AutoRenewFlag: 自动续费标记,0表示默认状态(用户未设置,即初始状态);
12006
11885
  1表示自动续费,2表示明确不自动续费(用户设置),若业务无续费概念或无需自动续费,需要设置为0
12007
- 注意:此字段可能返回 null,表示取不到有效值。
12008
11886
  :type AutoRenewFlag: int
12009
11887
  :param _CurDeadline: 到期时间,预付费时使用
12010
- 注意:此字段可能返回 null,表示取不到有效值。
12011
11888
  :type CurDeadline: str
12012
11889
  :param _IsolateTime: 隔离时间,实例隔离时使用
12013
- 注意:此字段可能返回 null,表示取不到有效值。
12014
11890
  :type IsolateTime: str
12015
11891
  :param _EnableInternet: 是否开启客户端公网。
12016
- 注意:此字段可能返回 null,表示取不到有效值。
12017
11892
  :type EnableInternet: bool
12018
11893
  :param _EngineRegion: 实例实际的地域信息
12019
- 注意:此字段可能返回 null,表示取不到有效值。
12020
11894
  :type EngineRegion: str
12021
11895
  :param _IngressClassName: Ingress class名称
12022
- 注意:此字段可能返回 null,表示取不到有效值。
12023
11896
  :type IngressClassName: str
12024
11897
  :param _InternetPayMode: 公网计费方式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。
12025
- 注意:此字段可能返回 null,表示取不到有效值。
12026
11898
  :type InternetPayMode: str
12027
11899
  :param _GatewayMinorVersion: 云原生API网关小版本号
12028
- 注意:此字段可能返回 null,表示取不到有效值。
12029
11900
  :type GatewayMinorVersion: str
12030
11901
  :param _InstancePort: 实例监听的端口信息
12031
- 注意:此字段可能返回 null,表示取不到有效值。
12032
11902
  :type InstancePort: :class:`tencentcloud.tse.v20201207.models.InstancePort`
12033
11903
  :param _LoadBalancerType: 公网CLB默认类型
12034
- 注意:此字段可能返回 null,表示取不到有效值。
12035
11904
  :type LoadBalancerType: str
12036
11905
  :param _PublicIpAddresses: 公网IP地址列表
12037
- 注意:此字段可能返回 null,表示取不到有效值。
12038
11906
  :type PublicIpAddresses: list of str
12039
11907
  """
12040
11908
  self._GatewayId = None
@@ -12167,7 +12035,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12167
12035
  @property
12168
12036
  def Tags(self):
12169
12037
  """实例的标签信息
12170
- 注意:此字段可能返回 null,表示取不到有效值。
12171
12038
  :rtype: list of InstanceTagInfo
12172
12039
  """
12173
12040
  return self._Tags
@@ -12179,7 +12046,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12179
12046
  @property
12180
12047
  def EnableCls(self):
12181
12048
  """是否开启 cls 日志
12182
- 注意:此字段可能返回 null,表示取不到有效值。
12183
12049
  :rtype: bool
12184
12050
  """
12185
12051
  return self._EnableCls
@@ -12191,7 +12057,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12191
12057
  @property
12192
12058
  def TradeType(self):
12193
12059
  """付费模式,0表示后付费,1预付费
12194
- 注意:此字段可能返回 null,表示取不到有效值。
12195
12060
  :rtype: int
12196
12061
  """
12197
12062
  return self._TradeType
@@ -12203,7 +12068,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12203
12068
  @property
12204
12069
  def FeatureVersion(self):
12205
12070
  """实例版本,当前支持开发版、标准版、专业版【TRIAL、STANDARD、PROFESSIONAL】
12206
- 注意:此字段可能返回 null,表示取不到有效值。
12207
12071
  :rtype: str
12208
12072
  """
12209
12073
  return self._FeatureVersion
@@ -12215,7 +12079,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12215
12079
  @property
12216
12080
  def InternetMaxBandwidthOut(self):
12217
12081
  """公网出流量带宽,[1,2048]Mbps
12218
- 注意:此字段可能返回 null,表示取不到有效值。
12219
12082
  :rtype: int
12220
12083
  """
12221
12084
  return self._InternetMaxBandwidthOut
@@ -12228,7 +12091,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12228
12091
  def AutoRenewFlag(self):
12229
12092
  """自动续费标记,0表示默认状态(用户未设置,即初始状态);
12230
12093
  1表示自动续费,2表示明确不自动续费(用户设置),若业务无续费概念或无需自动续费,需要设置为0
12231
- 注意:此字段可能返回 null,表示取不到有效值。
12232
12094
  :rtype: int
12233
12095
  """
12234
12096
  return self._AutoRenewFlag
@@ -12240,7 +12102,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12240
12102
  @property
12241
12103
  def CurDeadline(self):
12242
12104
  """到期时间,预付费时使用
12243
- 注意:此字段可能返回 null,表示取不到有效值。
12244
12105
  :rtype: str
12245
12106
  """
12246
12107
  return self._CurDeadline
@@ -12252,7 +12113,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12252
12113
  @property
12253
12114
  def IsolateTime(self):
12254
12115
  """隔离时间,实例隔离时使用
12255
- 注意:此字段可能返回 null,表示取不到有效值。
12256
12116
  :rtype: str
12257
12117
  """
12258
12118
  return self._IsolateTime
@@ -12264,7 +12124,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12264
12124
  @property
12265
12125
  def EnableInternet(self):
12266
12126
  """是否开启客户端公网。
12267
- 注意:此字段可能返回 null,表示取不到有效值。
12268
12127
  :rtype: bool
12269
12128
  """
12270
12129
  return self._EnableInternet
@@ -12276,7 +12135,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12276
12135
  @property
12277
12136
  def EngineRegion(self):
12278
12137
  """实例实际的地域信息
12279
- 注意:此字段可能返回 null,表示取不到有效值。
12280
12138
  :rtype: str
12281
12139
  """
12282
12140
  return self._EngineRegion
@@ -12288,7 +12146,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12288
12146
  @property
12289
12147
  def IngressClassName(self):
12290
12148
  """Ingress class名称
12291
- 注意:此字段可能返回 null,表示取不到有效值。
12292
12149
  :rtype: str
12293
12150
  """
12294
12151
  return self._IngressClassName
@@ -12300,7 +12157,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12300
12157
  @property
12301
12158
  def InternetPayMode(self):
12302
12159
  """公网计费方式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。
12303
- 注意:此字段可能返回 null,表示取不到有效值。
12304
12160
  :rtype: str
12305
12161
  """
12306
12162
  return self._InternetPayMode
@@ -12312,7 +12168,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12312
12168
  @property
12313
12169
  def GatewayMinorVersion(self):
12314
12170
  """云原生API网关小版本号
12315
- 注意:此字段可能返回 null,表示取不到有效值。
12316
12171
  :rtype: str
12317
12172
  """
12318
12173
  return self._GatewayMinorVersion
@@ -12324,7 +12179,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12324
12179
  @property
12325
12180
  def InstancePort(self):
12326
12181
  """实例监听的端口信息
12327
- 注意:此字段可能返回 null,表示取不到有效值。
12328
12182
  :rtype: :class:`tencentcloud.tse.v20201207.models.InstancePort`
12329
12183
  """
12330
12184
  return self._InstancePort
@@ -12336,7 +12190,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12336
12190
  @property
12337
12191
  def LoadBalancerType(self):
12338
12192
  """公网CLB默认类型
12339
- 注意:此字段可能返回 null,表示取不到有效值。
12340
12193
  :rtype: str
12341
12194
  """
12342
12195
  return self._LoadBalancerType
@@ -12348,7 +12201,6 @@ class DescribeCloudNativeAPIGatewayResult(AbstractModel):
12348
12201
  @property
12349
12202
  def PublicIpAddresses(self):
12350
12203
  """公网IP地址列表
12351
- 注意:此字段可能返回 null,表示取不到有效值。
12352
12204
  :rtype: list of str
12353
12205
  """
12354
12206
  return self._PublicIpAddresses
@@ -16949,13 +16801,10 @@ class DescribePublicAddressConfigResult(AbstractModel):
16949
16801
  def __init__(self):
16950
16802
  r"""
16951
16803
  :param _GatewayId: 网关实例id
16952
- 注意:此字段可能返回 null,表示取不到有效值。
16953
16804
  :type GatewayId: str
16954
16805
  :param _ConfigList: 公网地址信息
16955
- 注意:此字段可能返回 null,表示取不到有效值。
16956
16806
  :type ConfigList: list of PublicAddressConfig
16957
16807
  :param _TotalCount: 总个数
16958
- 注意:此字段可能返回 null,表示取不到有效值。
16959
16808
  :type TotalCount: int
16960
16809
  """
16961
16810
  self._GatewayId = None
@@ -16965,7 +16814,6 @@ class DescribePublicAddressConfigResult(AbstractModel):
16965
16814
  @property
16966
16815
  def GatewayId(self):
16967
16816
  """网关实例id
16968
- 注意:此字段可能返回 null,表示取不到有效值。
16969
16817
  :rtype: str
16970
16818
  """
16971
16819
  return self._GatewayId
@@ -16977,7 +16825,6 @@ class DescribePublicAddressConfigResult(AbstractModel):
16977
16825
  @property
16978
16826
  def ConfigList(self):
16979
16827
  """公网地址信息
16980
- 注意:此字段可能返回 null,表示取不到有效值。
16981
16828
  :rtype: list of PublicAddressConfig
16982
16829
  """
16983
16830
  return self._ConfigList
@@ -16989,7 +16836,6 @@ class DescribePublicAddressConfigResult(AbstractModel):
16989
16836
  @property
16990
16837
  def TotalCount(self):
16991
16838
  """总个数
16992
- 注意:此字段可能返回 null,表示取不到有效值。
16993
16839
  :rtype: int
16994
16840
  """
16995
16841
  return self._TotalCount
@@ -17980,16 +17826,12 @@ class DescribeWafProtectionResult(AbstractModel):
17980
17826
  def __init__(self):
17981
17827
  r"""
17982
17828
  :param _GlobalStatus: 全局防护状态
17983
- 注意:此字段可能返回 null,表示取不到有效值。
17984
17829
  :type GlobalStatus: str
17985
17830
  :param _ServicesStatus: 服务防护状态
17986
- 注意:此字段可能返回 null,表示取不到有效值。
17987
17831
  :type ServicesStatus: list of ServiceWafStatus
17988
17832
  :param _RouteStatus: 路由防护状态
17989
- 注意:此字段可能返回 null,表示取不到有效值。
17990
17833
  :type RouteStatus: list of RouteWafStatus
17991
17834
  :param _ObjectStatus: 对象防护状态
17992
- 注意:此字段可能返回 null,表示取不到有效值。
17993
17835
  :type ObjectStatus: str
17994
17836
  """
17995
17837
  self._GlobalStatus = None
@@ -18000,7 +17842,6 @@ class DescribeWafProtectionResult(AbstractModel):
18000
17842
  @property
18001
17843
  def GlobalStatus(self):
18002
17844
  """全局防护状态
18003
- 注意:此字段可能返回 null,表示取不到有效值。
18004
17845
  :rtype: str
18005
17846
  """
18006
17847
  return self._GlobalStatus
@@ -18012,7 +17853,6 @@ class DescribeWafProtectionResult(AbstractModel):
18012
17853
  @property
18013
17854
  def ServicesStatus(self):
18014
17855
  """服务防护状态
18015
- 注意:此字段可能返回 null,表示取不到有效值。
18016
17856
  :rtype: list of ServiceWafStatus
18017
17857
  """
18018
17858
  return self._ServicesStatus
@@ -18024,7 +17864,6 @@ class DescribeWafProtectionResult(AbstractModel):
18024
17864
  @property
18025
17865
  def RouteStatus(self):
18026
17866
  """路由防护状态
18027
- 注意:此字段可能返回 null,表示取不到有效值。
18028
17867
  :rtype: list of RouteWafStatus
18029
17868
  """
18030
17869
  return self._RouteStatus
@@ -18036,7 +17875,6 @@ class DescribeWafProtectionResult(AbstractModel):
18036
17875
  @property
18037
17876
  def ObjectStatus(self):
18038
17877
  """对象防护状态
18039
- 注意:此字段可能返回 null,表示取不到有效值。
18040
17878
  :rtype: str
18041
17879
  """
18042
17880
  return self._ObjectStatus
@@ -18885,16 +18723,12 @@ class ExternalRedis(AbstractModel):
18885
18723
  def __init__(self):
18886
18724
  r"""
18887
18725
  :param _RedisHost: redis ip
18888
- 注意:此字段可能返回 null,表示取不到有效值。
18889
18726
  :type RedisHost: str
18890
18727
  :param _RedisPassword: redis密码
18891
- 注意:此字段可能返回 null,表示取不到有效值。
18892
18728
  :type RedisPassword: str
18893
18729
  :param _RedisPort: redis端口
18894
- 注意:此字段可能返回 null,表示取不到有效值。
18895
18730
  :type RedisPort: int
18896
18731
  :param _RedisTimeout: 超时时间 ms
18897
- 注意:此字段可能返回 null,表示取不到有效值。
18898
18732
  :type RedisTimeout: int
18899
18733
  """
18900
18734
  self._RedisHost = None
@@ -18905,7 +18739,6 @@ class ExternalRedis(AbstractModel):
18905
18739
  @property
18906
18740
  def RedisHost(self):
18907
18741
  """redis ip
18908
- 注意:此字段可能返回 null,表示取不到有效值。
18909
18742
  :rtype: str
18910
18743
  """
18911
18744
  return self._RedisHost
@@ -18917,7 +18750,6 @@ class ExternalRedis(AbstractModel):
18917
18750
  @property
18918
18751
  def RedisPassword(self):
18919
18752
  """redis密码
18920
- 注意:此字段可能返回 null,表示取不到有效值。
18921
18753
  :rtype: str
18922
18754
  """
18923
18755
  return self._RedisPassword
@@ -18929,7 +18761,6 @@ class ExternalRedis(AbstractModel):
18929
18761
  @property
18930
18762
  def RedisPort(self):
18931
18763
  """redis端口
18932
- 注意:此字段可能返回 null,表示取不到有效值。
18933
18764
  :rtype: int
18934
18765
  """
18935
18766
  return self._RedisPort
@@ -18941,7 +18772,6 @@ class ExternalRedis(AbstractModel):
18941
18772
  @property
18942
18773
  def RedisTimeout(self):
18943
18774
  """超时时间 ms
18944
- 注意:此字段可能返回 null,表示取不到有效值。
18945
18775
  :rtype: int
18946
18776
  """
18947
18777
  return self._RedisTimeout
@@ -21258,16 +21088,12 @@ class InstancePort(AbstractModel):
21258
21088
  def __init__(self):
21259
21089
  r"""
21260
21090
  :param _HttpPort: 监听的 http 端口范围。
21261
- 注意:此字段可能返回 null,表示取不到有效值。
21262
21091
  :type HttpPort: str
21263
21092
  :param _HttpsPort: 监听的 https 端口范围。
21264
- 注意:此字段可能返回 null,表示取不到有效值。
21265
21093
  :type HttpsPort: str
21266
21094
  :param _TcpPort: 监听的 tcp 端口范围。
21267
- 注意:此字段可能返回 null,表示取不到有效值。
21268
21095
  :type TcpPort: str
21269
21096
  :param _UdpPort: 监听的 udp 端口范围。
21270
- 注意:此字段可能返回 null,表示取不到有效值。
21271
21097
  :type UdpPort: str
21272
21098
  """
21273
21099
  self._HttpPort = None
@@ -21278,7 +21104,6 @@ class InstancePort(AbstractModel):
21278
21104
  @property
21279
21105
  def HttpPort(self):
21280
21106
  """监听的 http 端口范围。
21281
- 注意:此字段可能返回 null,表示取不到有效值。
21282
21107
  :rtype: str
21283
21108
  """
21284
21109
  return self._HttpPort
@@ -21290,7 +21115,6 @@ class InstancePort(AbstractModel):
21290
21115
  @property
21291
21116
  def HttpsPort(self):
21292
21117
  """监听的 https 端口范围。
21293
- 注意:此字段可能返回 null,表示取不到有效值。
21294
21118
  :rtype: str
21295
21119
  """
21296
21120
  return self._HttpsPort
@@ -21302,7 +21126,6 @@ class InstancePort(AbstractModel):
21302
21126
  @property
21303
21127
  def TcpPort(self):
21304
21128
  """监听的 tcp 端口范围。
21305
- 注意:此字段可能返回 null,表示取不到有效值。
21306
21129
  :rtype: str
21307
21130
  """
21308
21131
  return self._TcpPort
@@ -21314,7 +21137,6 @@ class InstancePort(AbstractModel):
21314
21137
  @property
21315
21138
  def UdpPort(self):
21316
21139
  """监听的 udp 端口范围。
21317
- 注意:此字段可能返回 null,表示取不到有效值。
21318
21140
  :rtype: str
21319
21141
  """
21320
21142
  return self._UdpPort
@@ -21641,10 +21463,8 @@ class KeyValue(AbstractModel):
21641
21463
  def __init__(self):
21642
21464
  r"""
21643
21465
  :param _Key: 条件的Key
21644
- 注意:此字段可能返回 null,表示取不到有效值。
21645
21466
  :type Key: str
21646
21467
  :param _Value: 条件的Value
21647
- 注意:此字段可能返回 null,表示取不到有效值。
21648
21468
  :type Value: str
21649
21469
  """
21650
21470
  self._Key = None
@@ -21653,7 +21473,6 @@ class KeyValue(AbstractModel):
21653
21473
  @property
21654
21474
  def Key(self):
21655
21475
  """条件的Key
21656
- 注意:此字段可能返回 null,表示取不到有效值。
21657
21476
  :rtype: str
21658
21477
  """
21659
21478
  return self._Key
@@ -21665,7 +21484,6 @@ class KeyValue(AbstractModel):
21665
21484
  @property
21666
21485
  def Value(self):
21667
21486
  """条件的Value
21668
- 注意:此字段可能返回 null,表示取不到有效值。
21669
21487
  :rtype: str
21670
21488
  """
21671
21489
  return self._Value
@@ -21815,7 +21633,6 @@ class KongCertificatesList(AbstractModel):
21815
21633
  def __init__(self):
21816
21634
  r"""
21817
21635
  :param _Total: 证书列表总数
21818
- 注意:此字段可能返回 null,表示取不到有效值。
21819
21636
  :type Total: int
21820
21637
  :param _CertificatesList: 无
21821
21638
  注意:此字段可能返回 null,表示取不到有效值。
@@ -21831,7 +21648,6 @@ class KongCertificatesList(AbstractModel):
21831
21648
  @property
21832
21649
  def Total(self):
21833
21650
  """证书列表总数
21834
- 注意:此字段可能返回 null,表示取不到有效值。
21835
21651
  :rtype: int
21836
21652
  """
21837
21653
  return self._Total
@@ -22430,37 +22246,28 @@ class KongServiceDetail(AbstractModel):
22430
22246
  def __init__(self):
22431
22247
  r"""
22432
22248
  :param _ID: 服务ID
22433
- 注意:此字段可能返回 null,表示取不到有效值。
22434
22249
  :type ID: str
22435
22250
  :param _Name: 服务名字
22436
- 注意:此字段可能返回 null,表示取不到有效值。
22437
22251
  :type Name: str
22438
22252
  :param _Protocol: 后端协议
22439
- 注意:此字段可能返回 null,表示取不到有效值。
22440
22253
  :type Protocol: str
22441
22254
  :param _Path: 后端路径
22442
22255
  注意:此字段可能返回 null,表示取不到有效值。
22443
22256
  :type Path: str
22444
22257
  :param _Timeout: 后端延时,单位ms
22445
- 注意:此字段可能返回 null,表示取不到有效值。
22446
22258
  :type Timeout: int
22447
22259
  :param _Retries: 重试次数
22448
- 注意:此字段可能返回 null,表示取不到有效值。
22449
22260
  :type Retries: int
22450
22261
  :param _Tags: 标签
22451
22262
  注意:此字段可能返回 null,表示取不到有效值。
22452
22263
  :type Tags: list of str
22453
22264
  :param _UpstreamInfo: 后端配置
22454
- 注意:此字段可能返回 null,表示取不到有效值。
22455
22265
  :type UpstreamInfo: :class:`tencentcloud.tse.v20201207.models.KongUpstreamInfo`
22456
22266
  :param _UpstreamType: 后端类型
22457
- 注意:此字段可能返回 null,表示取不到有效值。
22458
22267
  :type UpstreamType: str
22459
22268
  :param _Editable: 是否可编辑
22460
- 注意:此字段可能返回 null,表示取不到有效值。
22461
22269
  :type Editable: bool
22462
22270
  :param _CreatedTime: 创建时间
22463
- 注意:此字段可能返回 null,表示取不到有效值。
22464
22271
  :type CreatedTime: str
22465
22272
  """
22466
22273
  self._ID = None
@@ -22478,7 +22285,6 @@ class KongServiceDetail(AbstractModel):
22478
22285
  @property
22479
22286
  def ID(self):
22480
22287
  """服务ID
22481
- 注意:此字段可能返回 null,表示取不到有效值。
22482
22288
  :rtype: str
22483
22289
  """
22484
22290
  return self._ID
@@ -22490,7 +22296,6 @@ class KongServiceDetail(AbstractModel):
22490
22296
  @property
22491
22297
  def Name(self):
22492
22298
  """服务名字
22493
- 注意:此字段可能返回 null,表示取不到有效值。
22494
22299
  :rtype: str
22495
22300
  """
22496
22301
  return self._Name
@@ -22502,7 +22307,6 @@ class KongServiceDetail(AbstractModel):
22502
22307
  @property
22503
22308
  def Protocol(self):
22504
22309
  """后端协议
22505
- 注意:此字段可能返回 null,表示取不到有效值。
22506
22310
  :rtype: str
22507
22311
  """
22508
22312
  return self._Protocol
@@ -22526,7 +22330,6 @@ class KongServiceDetail(AbstractModel):
22526
22330
  @property
22527
22331
  def Timeout(self):
22528
22332
  """后端延时,单位ms
22529
- 注意:此字段可能返回 null,表示取不到有效值。
22530
22333
  :rtype: int
22531
22334
  """
22532
22335
  return self._Timeout
@@ -22538,7 +22341,6 @@ class KongServiceDetail(AbstractModel):
22538
22341
  @property
22539
22342
  def Retries(self):
22540
22343
  """重试次数
22541
- 注意:此字段可能返回 null,表示取不到有效值。
22542
22344
  :rtype: int
22543
22345
  """
22544
22346
  return self._Retries
@@ -22562,7 +22364,6 @@ class KongServiceDetail(AbstractModel):
22562
22364
  @property
22563
22365
  def UpstreamInfo(self):
22564
22366
  """后端配置
22565
- 注意:此字段可能返回 null,表示取不到有效值。
22566
22367
  :rtype: :class:`tencentcloud.tse.v20201207.models.KongUpstreamInfo`
22567
22368
  """
22568
22369
  return self._UpstreamInfo
@@ -22574,7 +22375,6 @@ class KongServiceDetail(AbstractModel):
22574
22375
  @property
22575
22376
  def UpstreamType(self):
22576
22377
  """后端类型
22577
- 注意:此字段可能返回 null,表示取不到有效值。
22578
22378
  :rtype: str
22579
22379
  """
22580
22380
  return self._UpstreamType
@@ -22586,7 +22386,6 @@ class KongServiceDetail(AbstractModel):
22586
22386
  @property
22587
22387
  def Editable(self):
22588
22388
  """是否可编辑
22589
- 注意:此字段可能返回 null,表示取不到有效值。
22590
22389
  :rtype: bool
22591
22390
  """
22592
22391
  return self._Editable
@@ -22598,7 +22397,6 @@ class KongServiceDetail(AbstractModel):
22598
22397
  @property
22599
22398
  def CreatedTime(self):
22600
22399
  """创建时间
22601
- 注意:此字段可能返回 null,表示取不到有效值。
22602
22400
  :rtype: str
22603
22401
  """
22604
22402
  return self._CreatedTime
@@ -23426,7 +23224,6 @@ class KongUpstreamList(AbstractModel):
23426
23224
  def __init__(self):
23427
23225
  r"""
23428
23226
  :param _UpstreamList: 无
23429
- 注意:此字段可能返回 null,表示取不到有效值。
23430
23227
  :type UpstreamList: list of KongUpstreamPreview
23431
23228
  """
23432
23229
  self._UpstreamList = None
@@ -23434,7 +23231,6 @@ class KongUpstreamList(AbstractModel):
23434
23231
  @property
23435
23232
  def UpstreamList(self):
23436
23233
  """无
23437
- 注意:此字段可能返回 null,表示取不到有效值。
23438
23234
  :rtype: list of KongUpstreamPreview
23439
23235
  """
23440
23236
  return self._UpstreamList
@@ -23469,13 +23265,10 @@ class KongUpstreamPreview(AbstractModel):
23469
23265
  def __init__(self):
23470
23266
  r"""
23471
23267
  :param _ID: 服务ID
23472
- 注意:此字段可能返回 null,表示取不到有效值。
23473
23268
  :type ID: str
23474
23269
  :param _Name: 服务名字
23475
- 注意:此字段可能返回 null,表示取不到有效值。
23476
23270
  :type Name: str
23477
23271
  :param _Target: 后端配置
23478
- 注意:此字段可能返回 null,表示取不到有效值。
23479
23272
  :type Target: list of KongTarget
23480
23273
  """
23481
23274
  self._ID = None
@@ -23485,7 +23278,6 @@ class KongUpstreamPreview(AbstractModel):
23485
23278
  @property
23486
23279
  def ID(self):
23487
23280
  """服务ID
23488
- 注意:此字段可能返回 null,表示取不到有效值。
23489
23281
  :rtype: str
23490
23282
  """
23491
23283
  return self._ID
@@ -23497,7 +23289,6 @@ class KongUpstreamPreview(AbstractModel):
23497
23289
  @property
23498
23290
  def Name(self):
23499
23291
  """服务名字
23500
- 注意:此字段可能返回 null,表示取不到有效值。
23501
23292
  :rtype: str
23502
23293
  """
23503
23294
  return self._Name
@@ -23509,7 +23300,6 @@ class KongUpstreamPreview(AbstractModel):
23509
23300
  @property
23510
23301
  def Target(self):
23511
23302
  """后端配置
23512
- 注意:此字段可能返回 null,表示取不到有效值。
23513
23303
  :rtype: list of KongTarget
23514
23304
  """
23515
23305
  return self._Target
@@ -23546,16 +23336,12 @@ class LimitRule(AbstractModel):
23546
23336
  def __init__(self):
23547
23337
  r"""
23548
23338
  :param _Filters: 请求匹配条件
23549
- 注意:此字段可能返回 null,表示取不到有效值。
23550
23339
  :type Filters: list of RuleFilter
23551
23340
  :param _LimitBy: 参数限流依据组合
23552
- 注意:此字段可能返回 null,表示取不到有效值。
23553
23341
  :type LimitBy: list of KeyValue
23554
23342
  :param _QpsThresholds: 限流阈值
23555
- 注意:此字段可能返回 null,表示取不到有效值。
23556
23343
  :type QpsThresholds: list of QpsThreshold
23557
23344
  :param _AccurateQpsThresholds: 精确限流阈值
23558
- 注意:此字段可能返回 null,表示取不到有效值。
23559
23345
  :type AccurateQpsThresholds: list of AccurateQpsThreshold
23560
23346
  """
23561
23347
  self._Filters = None
@@ -23566,7 +23352,6 @@ class LimitRule(AbstractModel):
23566
23352
  @property
23567
23353
  def Filters(self):
23568
23354
  """请求匹配条件
23569
- 注意:此字段可能返回 null,表示取不到有效值。
23570
23355
  :rtype: list of RuleFilter
23571
23356
  """
23572
23357
  return self._Filters
@@ -23578,7 +23363,6 @@ class LimitRule(AbstractModel):
23578
23363
  @property
23579
23364
  def LimitBy(self):
23580
23365
  """参数限流依据组合
23581
- 注意:此字段可能返回 null,表示取不到有效值。
23582
23366
  :rtype: list of KeyValue
23583
23367
  """
23584
23368
  return self._LimitBy
@@ -23590,7 +23374,6 @@ class LimitRule(AbstractModel):
23590
23374
  @property
23591
23375
  def QpsThresholds(self):
23592
23376
  """限流阈值
23593
- 注意:此字段可能返回 null,表示取不到有效值。
23594
23377
  :rtype: list of QpsThreshold
23595
23378
  """
23596
23379
  return self._QpsThresholds
@@ -23602,7 +23385,6 @@ class LimitRule(AbstractModel):
23602
23385
  @property
23603
23386
  def AccurateQpsThresholds(self):
23604
23387
  """精确限流阈值
23605
- 注意:此字段可能返回 null,表示取不到有效值。
23606
23388
  :rtype: list of AccurateQpsThreshold
23607
23389
  """
23608
23390
  return self._AccurateQpsThresholds
@@ -26950,25 +26732,18 @@ class NativeGatewayServerGroup(AbstractModel):
26950
26732
  1:是。
26951
26733
  :type IsFirstGroup: int
26952
26734
  :param _BindingStrategy: 关联策略信息
26953
- 注意:此字段可能返回 null,表示取不到有效值。
26954
26735
  :type BindingStrategy: :class:`tencentcloud.tse.v20201207.models.CloudNativeAPIGatewayStrategy`
26955
26736
  :param _GatewayId: 网关实例 id
26956
- 注意:此字段可能返回 null,表示取不到有效值。
26957
26737
  :type GatewayId: str
26958
26738
  :param _InternetMaxBandwidthOut: 带宽
26959
- 注意:此字段可能返回 null,表示取不到有效值。
26960
26739
  :type InternetMaxBandwidthOut: int
26961
26740
  :param _ModifyTime: 修改时间
26962
- 注意:此字段可能返回 null,表示取不到有效值。
26963
26741
  :type ModifyTime: str
26964
26742
  :param _SubnetIds: 子网id
26965
- 注意:此字段可能返回 null,表示取不到有效值。
26966
26743
  :type SubnetIds: str
26967
26744
  :param _DefaultWeight: 分组默认权重
26968
- 注意:此字段可能返回 null,表示取不到有效值。
26969
26745
  :type DefaultWeight: int
26970
26746
  :param _ElasticNumber: 弹性节点
26971
- 注意:此字段可能返回 null,表示取不到有效值。
26972
26747
  :type ElasticNumber: int
26973
26748
  """
26974
26749
  self._GroupId = None
@@ -27068,7 +26843,6 @@ class NativeGatewayServerGroup(AbstractModel):
27068
26843
  @property
27069
26844
  def BindingStrategy(self):
27070
26845
  """关联策略信息
27071
- 注意:此字段可能返回 null,表示取不到有效值。
27072
26846
  :rtype: :class:`tencentcloud.tse.v20201207.models.CloudNativeAPIGatewayStrategy`
27073
26847
  """
27074
26848
  return self._BindingStrategy
@@ -27080,7 +26854,6 @@ class NativeGatewayServerGroup(AbstractModel):
27080
26854
  @property
27081
26855
  def GatewayId(self):
27082
26856
  """网关实例 id
27083
- 注意:此字段可能返回 null,表示取不到有效值。
27084
26857
  :rtype: str
27085
26858
  """
27086
26859
  return self._GatewayId
@@ -27092,7 +26865,6 @@ class NativeGatewayServerGroup(AbstractModel):
27092
26865
  @property
27093
26866
  def InternetMaxBandwidthOut(self):
27094
26867
  """带宽
27095
- 注意:此字段可能返回 null,表示取不到有效值。
27096
26868
  :rtype: int
27097
26869
  """
27098
26870
  return self._InternetMaxBandwidthOut
@@ -27104,7 +26876,6 @@ class NativeGatewayServerGroup(AbstractModel):
27104
26876
  @property
27105
26877
  def ModifyTime(self):
27106
26878
  """修改时间
27107
- 注意:此字段可能返回 null,表示取不到有效值。
27108
26879
  :rtype: str
27109
26880
  """
27110
26881
  return self._ModifyTime
@@ -27116,7 +26887,6 @@ class NativeGatewayServerGroup(AbstractModel):
27116
26887
  @property
27117
26888
  def SubnetIds(self):
27118
26889
  """子网id
27119
- 注意:此字段可能返回 null,表示取不到有效值。
27120
26890
  :rtype: str
27121
26891
  """
27122
26892
  return self._SubnetIds
@@ -27128,7 +26898,6 @@ class NativeGatewayServerGroup(AbstractModel):
27128
26898
  @property
27129
26899
  def DefaultWeight(self):
27130
26900
  """分组默认权重
27131
- 注意:此字段可能返回 null,表示取不到有效值。
27132
26901
  :rtype: int
27133
26902
  """
27134
26903
  return self._DefaultWeight
@@ -27140,7 +26909,6 @@ class NativeGatewayServerGroup(AbstractModel):
27140
26909
  @property
27141
26910
  def ElasticNumber(self):
27142
26911
  """弹性节点
27143
- 注意:此字段可能返回 null,表示取不到有效值。
27144
26912
  :rtype: int
27145
26913
  """
27146
26914
  return self._ElasticNumber
@@ -27656,22 +27424,16 @@ class PublicAddressConfig(AbstractModel):
27656
27424
  def __init__(self):
27657
27425
  r"""
27658
27426
  :param _Vip: 公网 ip
27659
- 注意:此字段可能返回 null,表示取不到有效值。
27660
27427
  :type Vip: str
27661
27428
  :param _InternetMaxBandwidthOut: 公网最大带宽
27662
- 注意:此字段可能返回 null,表示取不到有效值。
27663
27429
  :type InternetMaxBandwidthOut: int
27664
27430
  :param _GroupId: 公网所属分组 id
27665
- 注意:此字段可能返回 null,表示取不到有效值。
27666
27431
  :type GroupId: str
27667
27432
  :param _GroupName: 公网所属分组名
27668
- 注意:此字段可能返回 null,表示取不到有效值。
27669
27433
  :type GroupName: str
27670
27434
  :param _NetworkId: 公网负载均衡 id
27671
- 注意:此字段可能返回 null,表示取不到有效值。
27672
27435
  :type NetworkId: str
27673
27436
  :param _Description: 公网负载均衡描述
27674
- 注意:此字段可能返回 null,表示取不到有效值。
27675
27437
  :type Description: str
27676
27438
  """
27677
27439
  self._Vip = None
@@ -27684,7 +27446,6 @@ class PublicAddressConfig(AbstractModel):
27684
27446
  @property
27685
27447
  def Vip(self):
27686
27448
  """公网 ip
27687
- 注意:此字段可能返回 null,表示取不到有效值。
27688
27449
  :rtype: str
27689
27450
  """
27690
27451
  return self._Vip
@@ -27696,7 +27457,6 @@ class PublicAddressConfig(AbstractModel):
27696
27457
  @property
27697
27458
  def InternetMaxBandwidthOut(self):
27698
27459
  """公网最大带宽
27699
- 注意:此字段可能返回 null,表示取不到有效值。
27700
27460
  :rtype: int
27701
27461
  """
27702
27462
  return self._InternetMaxBandwidthOut
@@ -27708,7 +27468,6 @@ class PublicAddressConfig(AbstractModel):
27708
27468
  @property
27709
27469
  def GroupId(self):
27710
27470
  """公网所属分组 id
27711
- 注意:此字段可能返回 null,表示取不到有效值。
27712
27471
  :rtype: str
27713
27472
  """
27714
27473
  return self._GroupId
@@ -27720,7 +27479,6 @@ class PublicAddressConfig(AbstractModel):
27720
27479
  @property
27721
27480
  def GroupName(self):
27722
27481
  """公网所属分组名
27723
- 注意:此字段可能返回 null,表示取不到有效值。
27724
27482
  :rtype: str
27725
27483
  """
27726
27484
  return self._GroupName
@@ -27732,7 +27490,6 @@ class PublicAddressConfig(AbstractModel):
27732
27490
  @property
27733
27491
  def NetworkId(self):
27734
27492
  """公网负载均衡 id
27735
- 注意:此字段可能返回 null,表示取不到有效值。
27736
27493
  :rtype: str
27737
27494
  """
27738
27495
  return self._NetworkId
@@ -27744,7 +27501,6 @@ class PublicAddressConfig(AbstractModel):
27744
27501
  @property
27745
27502
  def Description(self):
27746
27503
  """公网负载均衡描述
27747
- 注意:此字段可能返回 null,表示取不到有效值。
27748
27504
  :rtype: str
27749
27505
  """
27750
27506
  return self._Description
@@ -27956,13 +27712,10 @@ class RateLimitResponse(AbstractModel):
27956
27712
  def __init__(self):
27957
27713
  r"""
27958
27714
  :param _Body: 自定义响应体
27959
- 注意:此字段可能返回 null,表示取不到有效值。
27960
27715
  :type Body: str
27961
27716
  :param _Headers: Headers
27962
- 注意:此字段可能返回 null,表示取不到有效值。
27963
27717
  :type Headers: list of KVMapping
27964
27718
  :param _HttpStatus: http状态码
27965
- 注意:此字段可能返回 null,表示取不到有效值。
27966
27719
  :type HttpStatus: int
27967
27720
  """
27968
27721
  self._Body = None
@@ -27972,7 +27725,6 @@ class RateLimitResponse(AbstractModel):
27972
27725
  @property
27973
27726
  def Body(self):
27974
27727
  """自定义响应体
27975
- 注意:此字段可能返回 null,表示取不到有效值。
27976
27728
  :rtype: str
27977
27729
  """
27978
27730
  return self._Body
@@ -27984,7 +27736,6 @@ class RateLimitResponse(AbstractModel):
27984
27736
  @property
27985
27737
  def Headers(self):
27986
27738
  """Headers
27987
- 注意:此字段可能返回 null,表示取不到有效值。
27988
27739
  :rtype: list of KVMapping
27989
27740
  """
27990
27741
  return self._Headers
@@ -27996,7 +27747,6 @@ class RateLimitResponse(AbstractModel):
27996
27747
  @property
27997
27748
  def HttpStatus(self):
27998
27749
  """http状态码
27999
- 注意:此字段可能返回 null,表示取不到有效值。
28000
27750
  :rtype: int
28001
27751
  """
28002
27752
  return self._HttpStatus
@@ -28352,28 +28102,20 @@ class RouteWafStatus(AbstractModel):
28352
28102
  def __init__(self):
28353
28103
  r"""
28354
28104
  :param _Name: 路由的名字
28355
- 注意:此字段可能返回 null,表示取不到有效值。
28356
28105
  :type Name: str
28357
28106
  :param _Id: 路由的 ID
28358
- 注意:此字段可能返回 null,表示取不到有效值。
28359
28107
  :type Id: str
28360
28108
  :param _Status: 路由是否开启 WAF 防护
28361
- 注意:此字段可能返回 null,表示取不到有效值。
28362
28109
  :type Status: str
28363
28110
  :param _Methods: 方法
28364
- 注意:此字段可能返回 null,表示取不到有效值。
28365
28111
  :type Methods: list of str
28366
28112
  :param _Paths: 路径
28367
- 注意:此字段可能返回 null,表示取不到有效值。
28368
28113
  :type Paths: list of str
28369
28114
  :param _Hosts: 域名
28370
- 注意:此字段可能返回 null,表示取不到有效值。
28371
28115
  :type Hosts: list of str
28372
28116
  :param _ServiceName: 路由对应服务的名字
28373
- 注意:此字段可能返回 null,表示取不到有效值。
28374
28117
  :type ServiceName: str
28375
28118
  :param _ServiceId: 路由对应服务的ID
28376
- 注意:此字段可能返回 null,表示取不到有效值。
28377
28119
  :type ServiceId: str
28378
28120
  """
28379
28121
  self._Name = None
@@ -28388,7 +28130,6 @@ class RouteWafStatus(AbstractModel):
28388
28130
  @property
28389
28131
  def Name(self):
28390
28132
  """路由的名字
28391
- 注意:此字段可能返回 null,表示取不到有效值。
28392
28133
  :rtype: str
28393
28134
  """
28394
28135
  return self._Name
@@ -28400,7 +28141,6 @@ class RouteWafStatus(AbstractModel):
28400
28141
  @property
28401
28142
  def Id(self):
28402
28143
  """路由的 ID
28403
- 注意:此字段可能返回 null,表示取不到有效值。
28404
28144
  :rtype: str
28405
28145
  """
28406
28146
  return self._Id
@@ -28412,7 +28152,6 @@ class RouteWafStatus(AbstractModel):
28412
28152
  @property
28413
28153
  def Status(self):
28414
28154
  """ 路由是否开启 WAF 防护
28415
- 注意:此字段可能返回 null,表示取不到有效值。
28416
28155
  :rtype: str
28417
28156
  """
28418
28157
  return self._Status
@@ -28424,7 +28163,6 @@ class RouteWafStatus(AbstractModel):
28424
28163
  @property
28425
28164
  def Methods(self):
28426
28165
  """方法
28427
- 注意:此字段可能返回 null,表示取不到有效值。
28428
28166
  :rtype: list of str
28429
28167
  """
28430
28168
  return self._Methods
@@ -28436,7 +28174,6 @@ class RouteWafStatus(AbstractModel):
28436
28174
  @property
28437
28175
  def Paths(self):
28438
28176
  """路径
28439
- 注意:此字段可能返回 null,表示取不到有效值。
28440
28177
  :rtype: list of str
28441
28178
  """
28442
28179
  return self._Paths
@@ -28448,7 +28185,6 @@ class RouteWafStatus(AbstractModel):
28448
28185
  @property
28449
28186
  def Hosts(self):
28450
28187
  """域名
28451
- 注意:此字段可能返回 null,表示取不到有效值。
28452
28188
  :rtype: list of str
28453
28189
  """
28454
28190
  return self._Hosts
@@ -28460,7 +28196,6 @@ class RouteWafStatus(AbstractModel):
28460
28196
  @property
28461
28197
  def ServiceName(self):
28462
28198
  """路由对应服务的名字
28463
- 注意:此字段可能返回 null,表示取不到有效值。
28464
28199
  :rtype: str
28465
28200
  """
28466
28201
  return self._ServiceName
@@ -28472,7 +28207,6 @@ class RouteWafStatus(AbstractModel):
28472
28207
  @property
28473
28208
  def ServiceId(self):
28474
28209
  """路由对应服务的ID
28475
- 注意:此字段可能返回 null,表示取不到有效值。
28476
28210
  :rtype: str
28477
28211
  """
28478
28212
  return self._ServiceId
@@ -28509,16 +28243,12 @@ class RuleFilter(AbstractModel):
28509
28243
  def __init__(self):
28510
28244
  r"""
28511
28245
  :param _Key: 限流条件的Key
28512
- 注意:此字段可能返回 null,表示取不到有效值。
28513
28246
  :type Key: str
28514
28247
  :param _Values: 限流条件的Values
28515
- 注意:此字段可能返回 null,表示取不到有效值。
28516
28248
  :type Values: list of str
28517
28249
  :param _Operator: 操作符
28518
- 注意:此字段可能返回 null,表示取不到有效值。
28519
28250
  :type Operator: str
28520
28251
  :param _Name: header或query对应的name
28521
- 注意:此字段可能返回 null,表示取不到有效值。
28522
28252
  :type Name: str
28523
28253
  """
28524
28254
  self._Key = None
@@ -28529,7 +28259,6 @@ class RuleFilter(AbstractModel):
28529
28259
  @property
28530
28260
  def Key(self):
28531
28261
  """限流条件的Key
28532
- 注意:此字段可能返回 null,表示取不到有效值。
28533
28262
  :rtype: str
28534
28263
  """
28535
28264
  return self._Key
@@ -28541,7 +28270,6 @@ class RuleFilter(AbstractModel):
28541
28270
  @property
28542
28271
  def Values(self):
28543
28272
  """限流条件的Values
28544
- 注意:此字段可能返回 null,表示取不到有效值。
28545
28273
  :rtype: list of str
28546
28274
  """
28547
28275
  return self._Values
@@ -28553,7 +28281,6 @@ class RuleFilter(AbstractModel):
28553
28281
  @property
28554
28282
  def Operator(self):
28555
28283
  """操作符
28556
- 注意:此字段可能返回 null,表示取不到有效值。
28557
28284
  :rtype: str
28558
28285
  """
28559
28286
  return self._Operator
@@ -28565,7 +28292,6 @@ class RuleFilter(AbstractModel):
28565
28292
  @property
28566
28293
  def Name(self):
28567
28294
  """header或query对应的name
28568
- 注意:此字段可能返回 null,表示取不到有效值。
28569
28295
  :rtype: str
28570
28296
  """
28571
28297
  return self._Name
@@ -29372,16 +29098,12 @@ class ServiceWafStatus(AbstractModel):
29372
29098
  def __init__(self):
29373
29099
  r"""
29374
29100
  :param _Name: 服务的名字
29375
- 注意:此字段可能返回 null,表示取不到有效值。
29376
29101
  :type Name: str
29377
29102
  :param _Id: 服务的 ID
29378
- 注意:此字段可能返回 null,表示取不到有效值。
29379
29103
  :type Id: str
29380
29104
  :param _Type: 服务的类型
29381
- 注意:此字段可能返回 null,表示取不到有效值。
29382
29105
  :type Type: str
29383
29106
  :param _Status: 服务是否开启 WAF 防护
29384
- 注意:此字段可能返回 null,表示取不到有效值。
29385
29107
  :type Status: str
29386
29108
  """
29387
29109
  self._Name = None
@@ -29392,7 +29114,6 @@ class ServiceWafStatus(AbstractModel):
29392
29114
  @property
29393
29115
  def Name(self):
29394
29116
  """ 服务的名字
29395
- 注意:此字段可能返回 null,表示取不到有效值。
29396
29117
  :rtype: str
29397
29118
  """
29398
29119
  return self._Name
@@ -29404,7 +29125,6 @@ class ServiceWafStatus(AbstractModel):
29404
29125
  @property
29405
29126
  def Id(self):
29406
29127
  """服务的 ID
29407
- 注意:此字段可能返回 null,表示取不到有效值。
29408
29128
  :rtype: str
29409
29129
  """
29410
29130
  return self._Id
@@ -29416,7 +29136,6 @@ class ServiceWafStatus(AbstractModel):
29416
29136
  @property
29417
29137
  def Type(self):
29418
29138
  """服务的类型
29419
- 注意:此字段可能返回 null,表示取不到有效值。
29420
29139
  :rtype: str
29421
29140
  """
29422
29141
  return self._Type
@@ -29428,7 +29147,6 @@ class ServiceWafStatus(AbstractModel):
29428
29147
  @property
29429
29148
  def Status(self):
29430
29149
  """ 服务是否开启 WAF 防护
29431
- 注意:此字段可能返回 null,表示取不到有效值。
29432
29150
  :rtype: str
29433
29151
  """
29434
29152
  return self._Status
@@ -29463,10 +29181,8 @@ class SourceInfo(AbstractModel):
29463
29181
  :param _Addresses: 微服务引擎接入IP地址信息
29464
29182
  :type Addresses: list of str
29465
29183
  :param _VpcInfo: 微服务引擎VPC信息
29466
- 注意:此字段可能返回 null,表示取不到有效值。
29467
29184
  :type VpcInfo: :class:`tencentcloud.tse.v20201207.models.SourceInstanceVpcInfo`
29468
29185
  :param _Auth: 微服务引擎鉴权信息
29469
- 注意:此字段可能返回 null,表示取不到有效值。
29470
29186
  :type Auth: :class:`tencentcloud.tse.v20201207.models.SourceInstanceAuth`
29471
29187
  """
29472
29188
  self._Addresses = None
@@ -29487,7 +29203,6 @@ class SourceInfo(AbstractModel):
29487
29203
  @property
29488
29204
  def VpcInfo(self):
29489
29205
  """微服务引擎VPC信息
29490
- 注意:此字段可能返回 null,表示取不到有效值。
29491
29206
  :rtype: :class:`tencentcloud.tse.v20201207.models.SourceInstanceVpcInfo`
29492
29207
  """
29493
29208
  return self._VpcInfo
@@ -29499,7 +29214,6 @@ class SourceInfo(AbstractModel):
29499
29214
  @property
29500
29215
  def Auth(self):
29501
29216
  """微服务引擎鉴权信息
29502
- 注意:此字段可能返回 null,表示取不到有效值。
29503
29217
  :rtype: :class:`tencentcloud.tse.v20201207.models.SourceInstanceAuth`
29504
29218
  """
29505
29219
  return self._Auth
@@ -29535,13 +29249,10 @@ class SourceInstanceAuth(AbstractModel):
29535
29249
  def __init__(self):
29536
29250
  r"""
29537
29251
  :param _Username: 用户名
29538
- 注意:此字段可能返回 null,表示取不到有效值。
29539
29252
  :type Username: str
29540
29253
  :param _Password: 账户密码
29541
- 注意:此字段可能返回 null,表示取不到有效值。
29542
29254
  :type Password: str
29543
29255
  :param _AccessToken: 访问凭据 token
29544
- 注意:此字段可能返回 null,表示取不到有效值。
29545
29256
  :type AccessToken: str
29546
29257
  """
29547
29258
  self._Username = None
@@ -29551,7 +29262,6 @@ class SourceInstanceAuth(AbstractModel):
29551
29262
  @property
29552
29263
  def Username(self):
29553
29264
  """用户名
29554
- 注意:此字段可能返回 null,表示取不到有效值。
29555
29265
  :rtype: str
29556
29266
  """
29557
29267
  return self._Username
@@ -29563,7 +29273,6 @@ class SourceInstanceAuth(AbstractModel):
29563
29273
  @property
29564
29274
  def Password(self):
29565
29275
  """账户密码
29566
- 注意:此字段可能返回 null,表示取不到有效值。
29567
29276
  :rtype: str
29568
29277
  """
29569
29278
  return self._Password
@@ -29575,7 +29284,6 @@ class SourceInstanceAuth(AbstractModel):
29575
29284
  @property
29576
29285
  def AccessToken(self):
29577
29286
  """访问凭据 token
29578
- 注意:此字段可能返回 null,表示取不到有效值。
29579
29287
  :rtype: str
29580
29288
  """
29581
29289
  return self._AccessToken
@@ -29607,10 +29315,8 @@ class SourceInstanceVpcInfo(AbstractModel):
29607
29315
  def __init__(self):
29608
29316
  r"""
29609
29317
  :param _VpcID: 微服务引擎VPC信息
29610
- 注意:此字段可能返回 null,表示取不到有效值。
29611
29318
  :type VpcID: str
29612
29319
  :param _SubnetID: 微服务引擎子网信息
29613
- 注意:此字段可能返回 null,表示取不到有效值。
29614
29320
  :type SubnetID: str
29615
29321
  """
29616
29322
  self._VpcID = None
@@ -29619,7 +29325,6 @@ class SourceInstanceVpcInfo(AbstractModel):
29619
29325
  @property
29620
29326
  def VpcID(self):
29621
29327
  """微服务引擎VPC信息
29622
- 注意:此字段可能返回 null,表示取不到有效值。
29623
29328
  :rtype: str
29624
29329
  """
29625
29330
  return self._VpcID
@@ -29631,7 +29336,6 @@ class SourceInstanceVpcInfo(AbstractModel):
29631
29336
  @property
29632
29337
  def SubnetID(self):
29633
29338
  """微服务引擎子网信息
29634
- 注意:此字段可能返回 null,表示取不到有效值。
29635
29339
  :rtype: str
29636
29340
  """
29637
29341
  return self._SubnetID
@@ -29950,7 +29654,6 @@ class UpdateCloudNativeAPIGatewayResult(AbstractModel):
29950
29654
  :param _Status: 云原生网关状态。
29951
29655
  :type Status: str
29952
29656
  :param _TaskId: 任务ID
29953
- 注意:此字段可能返回 null,表示取不到有效值。
29954
29657
  :type TaskId: str
29955
29658
  """
29956
29659
  self._GatewayId = None
@@ -29982,7 +29685,6 @@ class UpdateCloudNativeAPIGatewayResult(AbstractModel):
29982
29685
  @property
29983
29686
  def TaskId(self):
29984
29687
  """任务ID
29985
- 注意:此字段可能返回 null,表示取不到有效值。
29986
29688
  :rtype: str
29987
29689
  """
29988
29690
  return self._TaskId