tencentcloud-sdk-python 3.0.1349__py2.py3-none-any.whl → 3.0.1351__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 (64) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/antiddos/v20200309/models.py +0 -118
  3. tencentcloud/batch/v20170312/models.py +0 -8
  4. tencentcloud/bi/v20220105/models.py +8 -0
  5. tencentcloud/ccc/v20200210/ccc_client.py +92 -0
  6. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  7. tencentcloud/ccc/v20200210/models.py +816 -142
  8. tencentcloud/cfw/v20190904/models.py +2 -2
  9. tencentcloud/ckafka/v20190819/models.py +6 -6
  10. tencentcloud/cme/v20191029/cme_client.py +0 -1
  11. tencentcloud/cme/v20191029/models.py +10 -14
  12. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  13. tencentcloud/cwp/v20180228/models.py +60 -0
  14. tencentcloud/cynosdb/v20190107/models.py +30 -90
  15. tencentcloud/dnspod/v20210323/models.py +2 -48
  16. tencentcloud/domain/v20180808/models.py +14 -6
  17. tencentcloud/dts/v20180330/models.py +0 -2
  18. tencentcloud/dts/v20211206/models.py +2 -14
  19. tencentcloud/ecdn/v20191012/ecdn_client.py +6 -2
  20. tencentcloud/emr/v20190103/models.py +4 -4
  21. tencentcloud/ess/v20201111/ess_client.py +5 -3
  22. tencentcloud/ess/v20201111/models.py +47 -14
  23. tencentcloud/essbasic/v20210526/models.py +4 -4
  24. tencentcloud/gs/v20191118/gs_client.py +23 -0
  25. tencentcloud/gs/v20191118/models.py +99 -0
  26. tencentcloud/iotexplorer/v20190423/models.py +34 -0
  27. tencentcloud/iotvideo/v20211125/models.py +34 -0
  28. tencentcloud/iss/v20230517/errorcodes.py +3 -0
  29. tencentcloud/iss/v20230517/iss_client.py +46 -0
  30. tencentcloud/iss/v20230517/models.py +409 -0
  31. tencentcloud/lighthouse/v20200324/models.py +10 -4
  32. tencentcloud/live/v20180801/models.py +45 -0
  33. tencentcloud/lke/v20231130/models.py +51 -2
  34. tencentcloud/lkeap/v20240522/models.py +15 -0
  35. tencentcloud/mmps/v20200710/models.py +0 -4
  36. tencentcloud/mps/v20190612/errorcodes.py +1 -5
  37. tencentcloud/mqtt/v20240516/errorcodes.py +6 -0
  38. tencentcloud/mqtt/v20240516/models.py +198 -68
  39. tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
  40. tencentcloud/ocr/v20181119/errorcodes.py +0 -9
  41. tencentcloud/ocr/v20181119/models.py +29 -478
  42. tencentcloud/ocr/v20181119/ocr_client.py +5 -79
  43. tencentcloud/partners/v20180321/models.py +154 -0
  44. tencentcloud/partners/v20180321/partners_client.py +23 -0
  45. tencentcloud/rce/v20201103/models.py +0 -15
  46. tencentcloud/sqlserver/v20180328/models.py +60 -0
  47. tencentcloud/tdid/v20210519/models.py +0 -10
  48. tencentcloud/tdmq/v20200217/models.py +0 -94
  49. tencentcloud/tdmq/v20200217/tdmq_client.py +9 -28
  50. tencentcloud/thpc/v20230321/models.py +15 -0
  51. tencentcloud/tione/v20211111/errorcodes.py +105 -0
  52. tencentcloud/tione/v20211111/models.py +666 -0
  53. tencentcloud/tione/v20211111/tione_client.py +92 -0
  54. tencentcloud/tke/v20180525/models.py +0 -4
  55. tencentcloud/trtc/v20190722/models.py +49 -64
  56. tencentcloud/vod/v20180717/models.py +39 -145
  57. tencentcloud/vod/v20180717/vod_client.py +2 -1
  58. tencentcloud/vpc/v20170312/models.py +152 -98
  59. tencentcloud/vpc/v20170312/vpc_client.py +8 -5
  60. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/METADATA +1 -1
  61. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/RECORD +64 -64
  62. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/LICENSE +0 -0
  63. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/WHEEL +0 -0
  64. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/top_level.txt +0 -0
@@ -38,7 +38,6 @@ class AclConfig(AbstractModel):
38
38
  :param _Action: 动作,可取值:drop, transmit, forward
39
39
  :type Action: str
40
40
  :param _Priority: 策略优先级,数字越小,级别越高,该规则越靠前匹配,取值1-1000
41
- 注意:此字段可能返回 null,表示取不到有效值。
42
41
  :type Priority: int
43
42
  """
44
43
  self._ForwardProtocol = None
@@ -118,7 +117,6 @@ class AclConfig(AbstractModel):
118
117
  @property
119
118
  def Priority(self):
120
119
  """策略优先级,数字越小,级别越高,该规则越靠前匹配,取值1-1000
121
- 注意:此字段可能返回 null,表示取不到有效值。
122
120
  :rtype: int
123
121
  """
124
122
  return self._Priority
@@ -212,16 +210,12 @@ class AnycastOutPackRelation(AbstractModel):
212
210
  def __init__(self):
213
211
  r"""
214
212
  :param _NormalBandwidth: 业务带宽(单位M)
215
- 注意:此字段可能返回 null,表示取不到有效值。
216
213
  :type NormalBandwidth: int
217
214
  :param _ForwardRulesLimit: 转发规则数
218
- 注意:此字段可能返回 null,表示取不到有效值。
219
215
  :type ForwardRulesLimit: int
220
216
  :param _AutoRenewFlag: 自动续费标记
221
- 注意:此字段可能返回 null,表示取不到有效值。
222
217
  :type AutoRenewFlag: int
223
218
  :param _CurDeadline: 到期时间
224
- 注意:此字段可能返回 null,表示取不到有效值。
225
219
  :type CurDeadline: str
226
220
  """
227
221
  self._NormalBandwidth = None
@@ -232,7 +226,6 @@ class AnycastOutPackRelation(AbstractModel):
232
226
  @property
233
227
  def NormalBandwidth(self):
234
228
  """业务带宽(单位M)
235
- 注意:此字段可能返回 null,表示取不到有效值。
236
229
  :rtype: int
237
230
  """
238
231
  return self._NormalBandwidth
@@ -244,7 +237,6 @@ class AnycastOutPackRelation(AbstractModel):
244
237
  @property
245
238
  def ForwardRulesLimit(self):
246
239
  """转发规则数
247
- 注意:此字段可能返回 null,表示取不到有效值。
248
240
  :rtype: int
249
241
  """
250
242
  return self._ForwardRulesLimit
@@ -256,7 +248,6 @@ class AnycastOutPackRelation(AbstractModel):
256
248
  @property
257
249
  def AutoRenewFlag(self):
258
250
  """自动续费标记
259
- 注意:此字段可能返回 null,表示取不到有效值。
260
251
  :rtype: int
261
252
  """
262
253
  return self._AutoRenewFlag
@@ -268,7 +259,6 @@ class AnycastOutPackRelation(AbstractModel):
268
259
  @property
269
260
  def CurDeadline(self):
270
261
  """到期时间
271
- 注意:此字段可能返回 null,表示取不到有效值。
272
262
  :rtype: str
273
263
  """
274
264
  return self._CurDeadline
@@ -564,16 +554,12 @@ class BGPIPInstance(AbstractModel):
564
554
  注意:此字段可能返回 null,表示取不到有效值。
565
555
  :type StaticPackRelation: :class:`tencentcloud.antiddos.v20200309.models.StaticPackRelation`
566
556
  :param _ZoneId: 区分高防IP境外线路
567
- 注意:此字段可能返回 null,表示取不到有效值。
568
557
  :type ZoneId: int
569
558
  :param _Tgw: 区分集群
570
- 注意:此字段可能返回 null,表示取不到有效值。
571
559
  :type Tgw: int
572
560
  :param _EipAddressStatus: 高防弹性公网IP状态,包含'CREATING'(创建中),'BINDING'(绑定中),'BIND'(已绑定),'UNBINDING'(解绑中),'UNBIND'(已解绑),'OFFLINING'(释放中),'BIND_ENI'(绑定悬空弹性网卡)。只对高防弹性公网IP实例有效。
573
- 注意:此字段可能返回 null,表示取不到有效值。
574
561
  :type EipAddressStatus: str
575
562
  :param _EipFlag: 是否高防弹性公网IP实例,是为1,否为0。
576
- 注意:此字段可能返回 null,表示取不到有效值。
577
563
  :type EipFlag: int
578
564
  :param _EipAddressPackRelation: 资产实例所属的高防弹性公网IP套餐包详情,
579
565
  注意:当资产实例不是高防弹性公网IP套餐包的实例时,此字段为null
@@ -584,34 +570,26 @@ class BGPIPInstance(AbstractModel):
584
570
  注意:此字段可能返回 null,表示取不到有效值。
585
571
  :type EipAddressInfo: :class:`tencentcloud.antiddos.v20200309.models.EipAddressRelation`
586
572
  :param _Domain: 建议客户接入的域名,客户可使用域名接入。
587
- 注意:此字段可能返回 null,表示取不到有效值。
588
573
  :type Domain: str
589
574
  :param _DamDDoSStatus: 是否开启安全加速,是为1,否为0。
590
575
  :type DamDDoSStatus: int
591
576
  :param _V6Flag: 是否Ipv6版本的IP, 是为1,否为0
592
- 注意:此字段可能返回 null,表示取不到有效值。
593
577
  :type V6Flag: int
594
578
  :param _BGPIPChannelFlag: 是否渠道版高防IP,是为1,否为0
595
- 注意:此字段可能返回 null,表示取不到有效值。
596
579
  :type BGPIPChannelFlag: int
597
580
  :param _TagInfoList: 资源关联标签
598
- 注意:此字段可能返回 null,表示取不到有效值。
599
581
  :type TagInfoList: list of TagInfo
600
582
  :param _AnycastOutPackRelation: 资产实例所属的全力防护套餐包详情,
601
583
  注意:当资产实例不是全力防护套餐包的实例时,此字段为null
602
584
  注意:此字段可能返回 null,表示取不到有效值。
603
585
  :type AnycastOutPackRelation: :class:`tencentcloud.antiddos.v20200309.models.AnycastOutPackRelation`
604
586
  :param _InstanceVersion: 资源实例版本
605
- 注意:此字段可能返回 null,表示取不到有效值。
606
587
  :type InstanceVersion: int
607
588
  :param _ConvoyId: 重保实例
608
- 注意:此字段可能返回 null,表示取不到有效值。
609
589
  :type ConvoyId: str
610
590
  :param _ElasticBandwidth: 带宽后付费
611
- 注意:此字段可能返回 null,表示取不到有效值。
612
591
  :type ElasticBandwidth: int
613
592
  :param _EOFlag: 是否为EO代播的ip: 1是,0不是
614
- 注意:此字段可能返回 null,表示取不到有效值。
615
593
  :type EOFlag: int
616
594
  """
617
595
  self._InstanceDetail = None
@@ -764,7 +742,6 @@ class BGPIPInstance(AbstractModel):
764
742
  @property
765
743
  def ZoneId(self):
766
744
  """区分高防IP境外线路
767
- 注意:此字段可能返回 null,表示取不到有效值。
768
745
  :rtype: int
769
746
  """
770
747
  return self._ZoneId
@@ -776,7 +753,6 @@ class BGPIPInstance(AbstractModel):
776
753
  @property
777
754
  def Tgw(self):
778
755
  """区分集群
779
- 注意:此字段可能返回 null,表示取不到有效值。
780
756
  :rtype: int
781
757
  """
782
758
  return self._Tgw
@@ -788,7 +764,6 @@ class BGPIPInstance(AbstractModel):
788
764
  @property
789
765
  def EipAddressStatus(self):
790
766
  """高防弹性公网IP状态,包含'CREATING'(创建中),'BINDING'(绑定中),'BIND'(已绑定),'UNBINDING'(解绑中),'UNBIND'(已解绑),'OFFLINING'(释放中),'BIND_ENI'(绑定悬空弹性网卡)。只对高防弹性公网IP实例有效。
791
- 注意:此字段可能返回 null,表示取不到有效值。
792
767
  :rtype: str
793
768
  """
794
769
  return self._EipAddressStatus
@@ -800,7 +775,6 @@ class BGPIPInstance(AbstractModel):
800
775
  @property
801
776
  def EipFlag(self):
802
777
  """是否高防弹性公网IP实例,是为1,否为0。
803
- 注意:此字段可能返回 null,表示取不到有效值。
804
778
  :rtype: int
805
779
  """
806
780
  return self._EipFlag
@@ -838,7 +812,6 @@ class BGPIPInstance(AbstractModel):
838
812
  @property
839
813
  def Domain(self):
840
814
  """建议客户接入的域名,客户可使用域名接入。
841
- 注意:此字段可能返回 null,表示取不到有效值。
842
815
  :rtype: str
843
816
  """
844
817
  return self._Domain
@@ -861,7 +834,6 @@ class BGPIPInstance(AbstractModel):
861
834
  @property
862
835
  def V6Flag(self):
863
836
  """是否Ipv6版本的IP, 是为1,否为0
864
- 注意:此字段可能返回 null,表示取不到有效值。
865
837
  :rtype: int
866
838
  """
867
839
  return self._V6Flag
@@ -873,7 +845,6 @@ class BGPIPInstance(AbstractModel):
873
845
  @property
874
846
  def BGPIPChannelFlag(self):
875
847
  """是否渠道版高防IP,是为1,否为0
876
- 注意:此字段可能返回 null,表示取不到有效值。
877
848
  :rtype: int
878
849
  """
879
850
  return self._BGPIPChannelFlag
@@ -885,7 +856,6 @@ class BGPIPInstance(AbstractModel):
885
856
  @property
886
857
  def TagInfoList(self):
887
858
  """资源关联标签
888
- 注意:此字段可能返回 null,表示取不到有效值。
889
859
  :rtype: list of TagInfo
890
860
  """
891
861
  return self._TagInfoList
@@ -910,7 +880,6 @@ class BGPIPInstance(AbstractModel):
910
880
  @property
911
881
  def InstanceVersion(self):
912
882
  """资源实例版本
913
- 注意:此字段可能返回 null,表示取不到有效值。
914
883
  :rtype: int
915
884
  """
916
885
  return self._InstanceVersion
@@ -922,7 +891,6 @@ class BGPIPInstance(AbstractModel):
922
891
  @property
923
892
  def ConvoyId(self):
924
893
  """重保实例
925
- 注意:此字段可能返回 null,表示取不到有效值。
926
894
  :rtype: str
927
895
  """
928
896
  return self._ConvoyId
@@ -934,7 +902,6 @@ class BGPIPInstance(AbstractModel):
934
902
  @property
935
903
  def ElasticBandwidth(self):
936
904
  """带宽后付费
937
- 注意:此字段可能返回 null,表示取不到有效值。
938
905
  :rtype: int
939
906
  """
940
907
  return self._ElasticBandwidth
@@ -946,7 +913,6 @@ class BGPIPInstance(AbstractModel):
946
913
  @property
947
914
  def EOFlag(self):
948
915
  """是否为EO代播的ip: 1是,0不是
949
- 注意:此字段可能返回 null,表示取不到有效值。
950
916
  :rtype: int
951
917
  """
952
918
  return self._EOFlag
@@ -1280,14 +1246,12 @@ class BGPIPL7RuleEntry(AbstractModel):
1280
1246
  :param _HttpsToHttpEnable: 是否开启Https协议使用Http回源,取值[0(关闭), 1(开启)],不填写默认是关闭
1281
1247
  :type HttpsToHttpEnable: int
1282
1248
  :param _VirtualPort: 接入端口值
1283
- 注意:此字段可能返回 null,表示取不到有效值。
1284
1249
  :type VirtualPort: int
1285
1250
  :param _RewriteHttps: http强制跳转https,1表示打开,0表示关闭
1286
1251
  :type RewriteHttps: int
1287
1252
  :param _ErrCode: 规则配置失败时的详细错误原因(仅当Status=2时有效),1001证书不存在,1002证书获取失败,1003证书上传失败,1004证书已过期
1288
1253
  :type ErrCode: int
1289
1254
  :param _Version: 版本
1290
- 注意:此字段可能返回 null,表示取不到有效值。
1291
1255
  :type Version: int
1292
1256
  """
1293
1257
  self._Protocol = None
@@ -1574,7 +1538,6 @@ class BGPIPL7RuleEntry(AbstractModel):
1574
1538
  @property
1575
1539
  def VirtualPort(self):
1576
1540
  """接入端口值
1577
- 注意:此字段可能返回 null,表示取不到有效值。
1578
1541
  :rtype: int
1579
1542
  """
1580
1543
  return self._VirtualPort
@@ -1608,7 +1571,6 @@ class BGPIPL7RuleEntry(AbstractModel):
1608
1571
  @property
1609
1572
  def Version(self):
1610
1573
  """版本
1611
- 注意:此字段可能返回 null,表示取不到有效值。
1612
1574
  :rtype: int
1613
1575
  """
1614
1576
  return self._Version
@@ -1713,32 +1675,24 @@ class BGPInstance(AbstractModel):
1713
1675
  :param _VitalityVersion: 攻击封堵套餐标记
1714
1676
  :type VitalityVersion: int
1715
1677
  :param _Line: 网络线路
1716
- 注意:此字段可能返回 null,表示取不到有效值。
1717
1678
  :type Line: int
1718
1679
  :param _FreeServiceBandwidth: 不计费的业务带宽
1719
- 注意:此字段可能返回 null,表示取不到有效值。
1720
1680
  :type FreeServiceBandwidth: int
1721
1681
  :param _ElasticServiceBandwidth: 弹性业务带宽开关
1722
1682
  :type ElasticServiceBandwidth: int
1723
1683
  :param _GiftServiceBandWidth: 赠送的业务带宽
1724
1684
  :type GiftServiceBandWidth: int
1725
1685
  :param _ModifyTime: 修改时间
1726
- 注意:此字段可能返回 null,表示取不到有效值。
1727
1686
  :type ModifyTime: str
1728
1687
  :param _BasicPlusFlag: 是否是基础防护加强版 0: 不是 1: 是
1729
- 注意:此字段可能返回 null,表示取不到有效值。
1730
1688
  :type BasicPlusFlag: int
1731
1689
  :param _PlanCntFlag: 是否标准版2.0 0: 包含标准版2.0 1: 只查询标准版2.0 2: 不查标准版2.0
1732
- 注意:此字段可能返回 null,表示取不到有效值。
1733
1690
  :type PlanCntFlag: int
1734
1691
  :param _TransRegionFlag: 是否跨区域产品 0: 不包含跨区域产品 1: 中国大陆跨区域产品 2: 非中国大陆跨区域产品
1735
- 注意:此字段可能返回 null,表示取不到有效值。
1736
1692
  :type TransRegionFlag: int
1737
1693
  :param _SuperPackFlag: 是否为超级高防包
1738
- 注意:此字段可能返回 null,表示取不到有效值。
1739
1694
  :type SuperPackFlag: int
1740
1695
  :param _ZoneId: 所属ZoneId
1741
- 注意:此字段可能返回 null,表示取不到有效值。
1742
1696
  :type ZoneId: int
1743
1697
  """
1744
1698
  self._InstanceDetail = None
@@ -1959,7 +1913,6 @@ class BGPInstance(AbstractModel):
1959
1913
  @property
1960
1914
  def Line(self):
1961
1915
  """网络线路
1962
- 注意:此字段可能返回 null,表示取不到有效值。
1963
1916
  :rtype: int
1964
1917
  """
1965
1918
  return self._Line
@@ -1971,7 +1924,6 @@ class BGPInstance(AbstractModel):
1971
1924
  @property
1972
1925
  def FreeServiceBandwidth(self):
1973
1926
  """不计费的业务带宽
1974
- 注意:此字段可能返回 null,表示取不到有效值。
1975
1927
  :rtype: int
1976
1928
  """
1977
1929
  return self._FreeServiceBandwidth
@@ -2005,7 +1957,6 @@ class BGPInstance(AbstractModel):
2005
1957
  @property
2006
1958
  def ModifyTime(self):
2007
1959
  """修改时间
2008
- 注意:此字段可能返回 null,表示取不到有效值。
2009
1960
  :rtype: str
2010
1961
  """
2011
1962
  return self._ModifyTime
@@ -2017,7 +1968,6 @@ class BGPInstance(AbstractModel):
2017
1968
  @property
2018
1969
  def BasicPlusFlag(self):
2019
1970
  """是否是基础防护加强版 0: 不是 1: 是
2020
- 注意:此字段可能返回 null,表示取不到有效值。
2021
1971
  :rtype: int
2022
1972
  """
2023
1973
  return self._BasicPlusFlag
@@ -2029,7 +1979,6 @@ class BGPInstance(AbstractModel):
2029
1979
  @property
2030
1980
  def PlanCntFlag(self):
2031
1981
  """是否标准版2.0 0: 包含标准版2.0 1: 只查询标准版2.0 2: 不查标准版2.0
2032
- 注意:此字段可能返回 null,表示取不到有效值。
2033
1982
  :rtype: int
2034
1983
  """
2035
1984
  return self._PlanCntFlag
@@ -2041,7 +1990,6 @@ class BGPInstance(AbstractModel):
2041
1990
  @property
2042
1991
  def TransRegionFlag(self):
2043
1992
  """是否跨区域产品 0: 不包含跨区域产品 1: 中国大陆跨区域产品 2: 非中国大陆跨区域产品
2044
- 注意:此字段可能返回 null,表示取不到有效值。
2045
1993
  :rtype: int
2046
1994
  """
2047
1995
  return self._TransRegionFlag
@@ -2053,7 +2001,6 @@ class BGPInstance(AbstractModel):
2053
2001
  @property
2054
2002
  def SuperPackFlag(self):
2055
2003
  """是否为超级高防包
2056
- 注意:此字段可能返回 null,表示取不到有效值。
2057
2004
  :rtype: int
2058
2005
  """
2059
2006
  return self._SuperPackFlag
@@ -2065,7 +2012,6 @@ class BGPInstance(AbstractModel):
2065
2012
  @property
2066
2013
  def ZoneId(self):
2067
2014
  """所属ZoneId
2068
- 注意:此字段可能返回 null,表示取不到有效值。
2069
2015
  :rtype: int
2070
2016
  """
2071
2017
  return self._ZoneId
@@ -2151,25 +2097,18 @@ class BGPInstanceSpecification(AbstractModel):
2151
2097
  ]
2152
2098
  :type AutoRenewFlag: int
2153
2099
  :param _UnionPackFlag: 联合产品标记,0代表普通高防包,1代表联合高防包
2154
- 注意:此字段可能返回 null,表示取不到有效值。
2155
2100
  :type UnionPackFlag: int
2156
2101
  :param _ServiceBandWidth: 业务带宽
2157
- 注意:此字段可能返回 null,表示取不到有效值。
2158
2102
  :type ServiceBandWidth: int
2159
2103
  :param _BattleEditionFlag: 战斗服版本标记,0表示普通高防包,1表示战斗服高防包
2160
- 注意:此字段可能返回 null,表示取不到有效值。
2161
2104
  :type BattleEditionFlag: int
2162
2105
  :param _ChannelEditionFlag: 渠道版标记,0表示普通高防包,1表示渠道版高防包
2163
- 注意:此字段可能返回 null,表示取不到有效值。
2164
2106
  :type ChannelEditionFlag: int
2165
2107
  :param _EnterpriseFlag: 高防包企业版标记,0表示普通高防包;1表示企业版高防包
2166
- 注意:此字段可能返回 null,表示取不到有效值。
2167
2108
  :type EnterpriseFlag: int
2168
2109
  :param _ElasticLimit: 高防包企业版弹性阈值,0表示未开启;大于0为弹性防护阈值
2169
- 注意:此字段可能返回 null,表示取不到有效值。
2170
2110
  :type ElasticLimit: int
2171
2111
  :param _DownGradeProtect: 降配后的防护能力,单位Gbps
2172
- 注意:此字段可能返回 null,表示取不到有效值。
2173
2112
  :type DownGradeProtect: int
2174
2113
  """
2175
2114
  self._ProtectBandwidth = None
@@ -2234,7 +2173,6 @@ class BGPInstanceSpecification(AbstractModel):
2234
2173
  @property
2235
2174
  def UnionPackFlag(self):
2236
2175
  """联合产品标记,0代表普通高防包,1代表联合高防包
2237
- 注意:此字段可能返回 null,表示取不到有效值。
2238
2176
  :rtype: int
2239
2177
  """
2240
2178
  return self._UnionPackFlag
@@ -2246,7 +2184,6 @@ class BGPInstanceSpecification(AbstractModel):
2246
2184
  @property
2247
2185
  def ServiceBandWidth(self):
2248
2186
  """业务带宽
2249
- 注意:此字段可能返回 null,表示取不到有效值。
2250
2187
  :rtype: int
2251
2188
  """
2252
2189
  return self._ServiceBandWidth
@@ -2258,7 +2195,6 @@ class BGPInstanceSpecification(AbstractModel):
2258
2195
  @property
2259
2196
  def BattleEditionFlag(self):
2260
2197
  """战斗服版本标记,0表示普通高防包,1表示战斗服高防包
2261
- 注意:此字段可能返回 null,表示取不到有效值。
2262
2198
  :rtype: int
2263
2199
  """
2264
2200
  return self._BattleEditionFlag
@@ -2270,7 +2206,6 @@ class BGPInstanceSpecification(AbstractModel):
2270
2206
  @property
2271
2207
  def ChannelEditionFlag(self):
2272
2208
  """渠道版标记,0表示普通高防包,1表示渠道版高防包
2273
- 注意:此字段可能返回 null,表示取不到有效值。
2274
2209
  :rtype: int
2275
2210
  """
2276
2211
  return self._ChannelEditionFlag
@@ -2282,7 +2217,6 @@ class BGPInstanceSpecification(AbstractModel):
2282
2217
  @property
2283
2218
  def EnterpriseFlag(self):
2284
2219
  """高防包企业版标记,0表示普通高防包;1表示企业版高防包
2285
- 注意:此字段可能返回 null,表示取不到有效值。
2286
2220
  :rtype: int
2287
2221
  """
2288
2222
  return self._EnterpriseFlag
@@ -2294,7 +2228,6 @@ class BGPInstanceSpecification(AbstractModel):
2294
2228
  @property
2295
2229
  def ElasticLimit(self):
2296
2230
  """高防包企业版弹性阈值,0表示未开启;大于0为弹性防护阈值
2297
- 注意:此字段可能返回 null,表示取不到有效值。
2298
2231
  :rtype: int
2299
2232
  """
2300
2233
  return self._ElasticLimit
@@ -2306,7 +2239,6 @@ class BGPInstanceSpecification(AbstractModel):
2306
2239
  @property
2307
2240
  def DownGradeProtect(self):
2308
2241
  """降配后的防护能力,单位Gbps
2309
- 注意:此字段可能返回 null,表示取不到有效值。
2310
2242
  :rtype: int
2311
2243
  """
2312
2244
  return self._DownGradeProtect
@@ -2523,7 +2455,6 @@ class BoundIpInfo(AbstractModel):
2523
2455
  :param _IspCode: 运营商,绑定操作为必填项,解绑操作可不填。0:电信;1:联通;2:移动;5:BGP
2524
2456
  :type IspCode: int
2525
2457
  :param _Domain: 域名化资产对应的域名
2526
- 注意:此字段可能返回 null,表示取不到有效值。
2527
2458
  :type Domain: str
2528
2459
  """
2529
2460
  self._Ip = None
@@ -2591,7 +2522,6 @@ class BoundIpInfo(AbstractModel):
2591
2522
  @property
2592
2523
  def Domain(self):
2593
2524
  """域名化资产对应的域名
2594
- 注意:此字段可能返回 null,表示取不到有效值。
2595
2525
  :rtype: str
2596
2526
  """
2597
2527
  return self._Domain
@@ -8206,10 +8136,8 @@ class DescribeBasicDeviceStatusResponse(AbstractModel):
8206
8136
  3 - 攻击状态
8207
8137
  :type Data: list of KeyValue
8208
8138
  :param _CLBData: 域名化资产的名称
8209
- 注意:此字段可能返回 null,表示取不到有效值。
8210
8139
  :type CLBData: list of KeyValue
8211
8140
  :param _CnameWafData: cnamewaf资源状态
8212
- 注意:此字段可能返回 null,表示取不到有效值。
8213
8141
  :type CnameWafData: list of KeyValue
8214
8142
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8215
8143
  :type RequestId: str
@@ -8236,7 +8164,6 @@ class DescribeBasicDeviceStatusResponse(AbstractModel):
8236
8164
  @property
8237
8165
  def CLBData(self):
8238
8166
  """域名化资产的名称
8239
- 注意:此字段可能返回 null,表示取不到有效值。
8240
8167
  :rtype: list of KeyValue
8241
8168
  """
8242
8169
  return self._CLBData
@@ -8248,7 +8175,6 @@ class DescribeBasicDeviceStatusResponse(AbstractModel):
8248
8175
  @property
8249
8176
  def CnameWafData(self):
8250
8177
  """cnamewaf资源状态
8251
- 注意:此字段可能返回 null,表示取不到有效值。
8252
8178
  :rtype: list of KeyValue
8253
8179
  """
8254
8180
  return self._CnameWafData
@@ -8804,7 +8730,6 @@ class DescribeBizMonitorTrendResponse(AbstractModel):
8804
8730
  :param _MetricName: 统计纬度
8805
8731
  :type MetricName: str
8806
8732
  :param _MaxData: 返回DataList中的最大值
8807
- 注意:此字段可能返回 null,表示取不到有效值。
8808
8733
  :type MaxData: int
8809
8734
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8810
8735
  :type RequestId: str
@@ -8839,7 +8764,6 @@ class DescribeBizMonitorTrendResponse(AbstractModel):
8839
8764
  @property
8840
8765
  def MaxData(self):
8841
8766
  """返回DataList中的最大值
8842
- 注意:此字段可能返回 null,表示取不到有效值。
8843
8767
  :rtype: int
8844
8768
  """
8845
8769
  return self._MaxData
@@ -9059,7 +8983,6 @@ class DescribeBizTrendResponse(AbstractModel):
9059
8983
  :param _MetricName: 统计纬度
9060
8984
  :type MetricName: str
9061
8985
  :param _MaxData: 返回DataList中的最大值
9062
- 注意:此字段可能返回 null,表示取不到有效值。
9063
8986
  :type MaxData: int
9064
8987
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9065
8988
  :type RequestId: str
@@ -9094,7 +9017,6 @@ class DescribeBizTrendResponse(AbstractModel):
9094
9017
  @property
9095
9018
  def MaxData(self):
9096
9019
  """返回DataList中的最大值
9097
- 注意:此字段可能返回 null,表示取不到有效值。
9098
9020
  :rtype: int
9099
9021
  """
9100
9022
  return self._MaxData
@@ -10075,7 +9997,6 @@ class DescribeCCTrendResponse(AbstractModel):
10075
9997
  :param _Data: 值数组
10076
9998
  :type Data: list of int non-negative
10077
9999
  :param _Id: 资源ID
10078
- 注意:此字段可能返回 null,表示取不到有效值。
10079
10000
  :type Id: str
10080
10001
  :param _MetricName: 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
10081
10002
  :type MetricName: str
@@ -10173,7 +10094,6 @@ class DescribeCCTrendResponse(AbstractModel):
10173
10094
  @property
10174
10095
  def Id(self):
10175
10096
  """资源ID
10176
- 注意:此字段可能返回 null,表示取不到有效值。
10177
10097
  :rtype: str
10178
10098
  """
10179
10099
  return self._Id
@@ -11022,7 +10942,6 @@ class DescribeDDoSTrendResponse(AbstractModel):
11022
10942
  :param _Data: 值数组,攻击流量带宽单位为Mbps,包速率单位为pps
11023
10943
  :type Data: list of int non-negative
11024
10944
  :param _Id: 资源ID
11025
- 注意:此字段可能返回 null,表示取不到有效值。
11026
10945
  :type Id: str
11027
10946
  :param _MetricName: 指标,取值[bps(攻击流量带宽,pps(攻击包速率))]
11028
10947
  :type MetricName: str
@@ -11120,7 +11039,6 @@ class DescribeDDoSTrendResponse(AbstractModel):
11120
11039
  @property
11121
11040
  def Id(self):
11122
11041
  """资源ID
11123
- 注意:此字段可能返回 null,表示取不到有效值。
11124
11042
  :rtype: str
11125
11043
  """
11126
11044
  return self._Id
@@ -15318,19 +15236,14 @@ class EipAddressRelation(AbstractModel):
15318
15236
  def __init__(self):
15319
15237
  r"""
15320
15238
  :param _EipAddressRegion: 高防弹性公网IP绑定的实例地区,例如hk代表中国香港
15321
- 注意:此字段可能返回 null,表示取不到有效值。
15322
15239
  :type EipAddressRegion: str
15323
15240
  :param _EipBoundRscIns: 绑定的资源实例ID。可能是一个CVM。
15324
- 注意:此字段可能返回 null,表示取不到有效值。
15325
15241
  :type EipBoundRscIns: str
15326
15242
  :param _EipBoundRscEni: 绑定的弹性网卡ID
15327
- 注意:此字段可能返回 null,表示取不到有效值。
15328
15243
  :type EipBoundRscEni: str
15329
15244
  :param _EipBoundRscVip: 绑定的资源内网ip
15330
- 注意:此字段可能返回 null,表示取不到有效值。
15331
15245
  :type EipBoundRscVip: str
15332
15246
  :param _ModifyTime: 修改时间
15333
- 注意:此字段可能返回 null,表示取不到有效值。
15334
15247
  :type ModifyTime: str
15335
15248
  """
15336
15249
  self._EipAddressRegion = None
@@ -15342,7 +15255,6 @@ class EipAddressRelation(AbstractModel):
15342
15255
  @property
15343
15256
  def EipAddressRegion(self):
15344
15257
  """高防弹性公网IP绑定的实例地区,例如hk代表中国香港
15345
- 注意:此字段可能返回 null,表示取不到有效值。
15346
15258
  :rtype: str
15347
15259
  """
15348
15260
  return self._EipAddressRegion
@@ -15354,7 +15266,6 @@ class EipAddressRelation(AbstractModel):
15354
15266
  @property
15355
15267
  def EipBoundRscIns(self):
15356
15268
  """绑定的资源实例ID。可能是一个CVM。
15357
- 注意:此字段可能返回 null,表示取不到有效值。
15358
15269
  :rtype: str
15359
15270
  """
15360
15271
  return self._EipBoundRscIns
@@ -15366,7 +15277,6 @@ class EipAddressRelation(AbstractModel):
15366
15277
  @property
15367
15278
  def EipBoundRscEni(self):
15368
15279
  """绑定的弹性网卡ID
15369
- 注意:此字段可能返回 null,表示取不到有效值。
15370
15280
  :rtype: str
15371
15281
  """
15372
15282
  return self._EipBoundRscEni
@@ -15378,7 +15288,6 @@ class EipAddressRelation(AbstractModel):
15378
15288
  @property
15379
15289
  def EipBoundRscVip(self):
15380
15290
  """绑定的资源内网ip
15381
- 注意:此字段可能返回 null,表示取不到有效值。
15382
15291
  :rtype: str
15383
15292
  """
15384
15293
  return self._EipBoundRscVip
@@ -15390,7 +15299,6 @@ class EipAddressRelation(AbstractModel):
15390
15299
  @property
15391
15300
  def ModifyTime(self):
15392
15301
  """修改时间
15393
- 注意:此字段可能返回 null,表示取不到有效值。
15394
15302
  :rtype: str
15395
15303
  """
15396
15304
  return self._ModifyTime
@@ -15442,7 +15350,6 @@ other(托管IP)
15442
15350
  :param _InstanceId: IP所属的云产品实例ID,例如是弹性网卡的IP,InstanceId为弹性网卡的ID(eni-*); 如果是托管IP没有对应的资源实例ID,InstanceId为""
15443
15351
  :type InstanceId: str
15444
15352
  :param _Domain: 域名化资产对应的域名
15445
- 注意:此字段可能返回 null,表示取不到有效值。
15446
15353
  :type Domain: str
15447
15354
  """
15448
15355
  self._Ip = None
@@ -15508,7 +15415,6 @@ other(托管IP)
15508
15415
  @property
15509
15416
  def Domain(self):
15510
15417
  """域名化资产对应的域名
15511
- 注意:此字段可能返回 null,表示取不到有效值。
15512
15418
  :rtype: str
15513
15419
  """
15514
15420
  return self._Domain
@@ -15876,7 +15782,6 @@ class IPLineInfo(AbstractModel):
15876
15782
  :param _ResourceFlag: 资源flag,0:高防包资源,1:高防IP资源,2:非高防资源IP
15877
15783
  :type ResourceFlag: int
15878
15784
  :param _Domain: 域名化资产对应的域名
15879
- 注意:此字段可能返回 null,表示取不到有效值。
15880
15785
  :type Domain: str
15881
15786
  """
15882
15787
  self._Type = None
@@ -15938,7 +15843,6 @@ class IPLineInfo(AbstractModel):
15938
15843
  @property
15939
15844
  def Domain(self):
15940
15845
  """域名化资产对应的域名
15941
- 注意:此字段可能返回 null,表示取不到有效值。
15942
15846
  :rtype: str
15943
15847
  """
15944
15848
  return self._Domain
@@ -16371,7 +16275,6 @@ class L4RuleSource(AbstractModel):
16371
16275
  注意:此字段可能返回 null,表示取不到有效值。
16372
16276
  :type Port: int
16373
16277
  :param _Backup: 备份源站,1: 备份源站,0: 普通源站
16374
- 注意:此字段可能返回 null,表示取不到有效值。
16375
16278
  :type Backup: int
16376
16279
  """
16377
16280
  self._Source = None
@@ -16416,7 +16319,6 @@ class L4RuleSource(AbstractModel):
16416
16319
  @property
16417
16320
  def Backup(self):
16418
16321
  """备份源站,1: 备份源站,0: 普通源站
16419
- 注意:此字段可能返回 null,表示取不到有效值。
16420
16322
  :rtype: int
16421
16323
  """
16422
16324
  return self._Backup
@@ -16473,7 +16375,6 @@ class L7RuleEntry(AbstractModel):
16473
16375
  :param _CCEnable: HTTPS协议的CC防护状态,取值[0(关闭), 1(开启)]
16474
16376
  :type CCEnable: int
16475
16377
  :param _HttpsToHttpEnable: 是否开启Https协议使用Http回源,取值[0(关闭), 1(开启)],不填写默认是关闭
16476
- 注意:此字段可能返回 null,表示取不到有效值。
16477
16378
  :type HttpsToHttpEnable: int
16478
16379
  :param _CertType: 证书来源,当转发协议为https时必须填,取值[2(腾讯云托管证书)],当转发协议为http时也可以填0
16479
16380
  :type CertType: int
@@ -16486,7 +16387,6 @@ class L7RuleEntry(AbstractModel):
16486
16387
  :param _CCStatus: cc防护状态,取值[0(关闭), 1(开启)]
16487
16388
  :type CCStatus: int
16488
16389
  :param _VirtualPort: 接入端口值
16489
- 注意:此字段可能返回 null,表示取不到有效值。
16490
16390
  :type VirtualPort: int
16491
16391
  :param _SSLId: 当证书来源为腾讯云托管证书时,此字段必须填写托管证书ID
16492
16392
  :type SSLId: str
@@ -16653,7 +16553,6 @@ class L7RuleEntry(AbstractModel):
16653
16553
  @property
16654
16554
  def HttpsToHttpEnable(self):
16655
16555
  """是否开启Https协议使用Http回源,取值[0(关闭), 1(开启)],不填写默认是关闭
16656
- 注意:此字段可能返回 null,表示取不到有效值。
16657
16556
  :rtype: int
16658
16557
  """
16659
16558
  return self._HttpsToHttpEnable
@@ -16720,7 +16619,6 @@ class L7RuleEntry(AbstractModel):
16720
16619
  @property
16721
16620
  def VirtualPort(self):
16722
16621
  """接入端口值
16723
- 注意:此字段可能返回 null,表示取不到有效值。
16724
16622
  :rtype: int
16725
16623
  """
16726
16624
  return self._VirtualPort
@@ -19048,14 +18946,12 @@ class NewL7RuleEntry(AbstractModel):
19048
18946
  :param _HttpsToHttpEnable: 是否开启Https协议使用Http回源,取值[0(关闭), 1(开启)],不填写默认是关闭
19049
18947
  :type HttpsToHttpEnable: int
19050
18948
  :param _VirtualPort: 接入端口值
19051
- 注意:此字段可能返回 null,表示取不到有效值。
19052
18949
  :type VirtualPort: int
19053
18950
  :param _RewriteHttps: http强制跳转https,1表示打开,0表示关闭
19054
18951
  :type RewriteHttps: int
19055
18952
  :param _ErrCode: 规则配置失败时的详细错误原因(仅当Status=2时有效),1001证书不存在,1002证书获取失败,1003证书上传失败,1004证书已过期
19056
18953
  :type ErrCode: int
19057
18954
  :param _Version: 版本
19058
- 注意:此字段可能返回 null,表示取不到有效值。
19059
18955
  :type Version: int
19060
18956
  """
19061
18957
  self._Protocol = None
@@ -19356,7 +19252,6 @@ class NewL7RuleEntry(AbstractModel):
19356
19252
  @property
19357
19253
  def VirtualPort(self):
19358
19254
  """接入端口值
19359
- 注意:此字段可能返回 null,表示取不到有效值。
19360
19255
  :rtype: int
19361
19256
  """
19362
19257
  return self._VirtualPort
@@ -19390,7 +19285,6 @@ class NewL7RuleEntry(AbstractModel):
19390
19285
  @property
19391
19286
  def Version(self):
19392
19287
  """版本
19393
- 注意:此字段可能返回 null,表示取不到有效值。
19394
19288
  :rtype: int
19395
19289
  """
19396
19290
  return self._Version
@@ -20641,7 +20535,6 @@ class SchedulingDomainInfo(AbstractModel):
20641
20535
  :param _ModifyTime: 最后修改时间
20642
20536
  :type ModifyTime: str
20643
20537
  :param _UsrDomainName: 域名名称
20644
- 注意:此字段可能返回 null,表示取不到有效值。
20645
20538
  :type UsrDomainName: str
20646
20539
  """
20647
20540
  self._Domain = None
@@ -20737,7 +20630,6 @@ class SchedulingDomainInfo(AbstractModel):
20737
20630
  @property
20738
20631
  def UsrDomainName(self):
20739
20632
  """域名名称
20740
- 注意:此字段可能返回 null,表示取不到有效值。
20741
20633
  :rtype: str
20742
20634
  """
20743
20635
  return self._UsrDomainName
@@ -20923,19 +20815,14 @@ class StaticPackRelation(AbstractModel):
20923
20815
  def __init__(self):
20924
20816
  r"""
20925
20817
  :param _ProtectBandwidth: 保底带宽
20926
- 注意:此字段可能返回 null,表示取不到有效值。
20927
20818
  :type ProtectBandwidth: int
20928
20819
  :param _NormalBandwidth: 业务带宽
20929
- 注意:此字段可能返回 null,表示取不到有效值。
20930
20820
  :type NormalBandwidth: int
20931
20821
  :param _ForwardRulesLimit: 转发规则
20932
- 注意:此字段可能返回 null,表示取不到有效值。
20933
20822
  :type ForwardRulesLimit: int
20934
20823
  :param _AutoRenewFlag: 自动续费标记
20935
- 注意:此字段可能返回 null,表示取不到有效值。
20936
20824
  :type AutoRenewFlag: int
20937
20825
  :param _CurDeadline: 到期时间
20938
- 注意:此字段可能返回 null,表示取不到有效值。
20939
20826
  :type CurDeadline: str
20940
20827
  """
20941
20828
  self._ProtectBandwidth = None
@@ -20947,7 +20834,6 @@ class StaticPackRelation(AbstractModel):
20947
20834
  @property
20948
20835
  def ProtectBandwidth(self):
20949
20836
  """保底带宽
20950
- 注意:此字段可能返回 null,表示取不到有效值。
20951
20837
  :rtype: int
20952
20838
  """
20953
20839
  return self._ProtectBandwidth
@@ -20959,7 +20845,6 @@ class StaticPackRelation(AbstractModel):
20959
20845
  @property
20960
20846
  def NormalBandwidth(self):
20961
20847
  """业务带宽
20962
- 注意:此字段可能返回 null,表示取不到有效值。
20963
20848
  :rtype: int
20964
20849
  """
20965
20850
  return self._NormalBandwidth
@@ -20971,7 +20856,6 @@ class StaticPackRelation(AbstractModel):
20971
20856
  @property
20972
20857
  def ForwardRulesLimit(self):
20973
20858
  """转发规则
20974
- 注意:此字段可能返回 null,表示取不到有效值。
20975
20859
  :rtype: int
20976
20860
  """
20977
20861
  return self._ForwardRulesLimit
@@ -20983,7 +20867,6 @@ class StaticPackRelation(AbstractModel):
20983
20867
  @property
20984
20868
  def AutoRenewFlag(self):
20985
20869
  """自动续费标记
20986
- 注意:此字段可能返回 null,表示取不到有效值。
20987
20870
  :rtype: int
20988
20871
  """
20989
20872
  return self._AutoRenewFlag
@@ -20995,7 +20878,6 @@ class StaticPackRelation(AbstractModel):
20995
20878
  @property
20996
20879
  def CurDeadline(self):
20997
20880
  """到期时间
20998
- 注意:此字段可能返回 null,表示取不到有效值。
20999
20881
  :rtype: str
21000
20882
  """
21001
20883
  return self._CurDeadline