tencentcloud-sdk-python 3.0.1324__py2.py3-none-any.whl → 3.0.1326__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.
@@ -2543,7 +2543,6 @@ class DevicePayModeInfo(AbstractModel):
2543
2543
  :param _PayModeDesc: 付费模式描述
2544
2544
  :type PayModeDesc: str
2545
2545
  :param _ResourceId: 流量包ID,仅当付费模式为流量包类型时才有。
2546
- 注意:此字段可能返回 null,表示取不到有效值。
2547
2546
  :type ResourceId: str
2548
2547
  """
2549
2548
  self._DeviceId = None
@@ -2589,7 +2588,6 @@ class DevicePayModeInfo(AbstractModel):
2589
2588
  @property
2590
2589
  def ResourceId(self):
2591
2590
  """流量包ID,仅当付费模式为流量包类型时才有。
2592
- 注意:此字段可能返回 null,表示取不到有效值。
2593
2591
  :rtype: str
2594
2592
  """
2595
2593
  return self._ResourceId
@@ -2944,7 +2942,6 @@ DEVICE_5_FLOW_500G,分别代表20G、50G、100G、500G档位的流量包。
2944
2942
  :param _Status: 流量包状态,0:未生效,1:有效期内,2:已过期
2945
2943
  :type Status: int
2946
2944
  :param _CreateTime: 购买时间,Unix时间戳格式,单位:秒
2947
- 注意:此字段可能返回 null,表示取不到有效值。
2948
2945
  :type CreateTime: int
2949
2946
  :param _ActiveTime: 生效时间,Unix时间戳格式,单位:秒
2950
2947
  :type ActiveTime: int
@@ -3035,7 +3032,6 @@ DEVICE_5_FLOW_500G,分别代表20G、50G、100G、500G档位的流量包。
3035
3032
  @property
3036
3033
  def CreateTime(self):
3037
3034
  """购买时间,Unix时间戳格式,单位:秒
3038
- 注意:此字段可能返回 null,表示取不到有效值。
3039
3035
  :rtype: int
3040
3036
  """
3041
3037
  return self._CreateTime
@@ -6185,7 +6181,6 @@ class GroupInfo(AbstractModel):
6185
6181
  :param _UpdateTime: 分组更新的时间,单位:ms
6186
6182
  :type UpdateTime: str
6187
6183
  :param _Description: 分组描述
6188
- 注意:此字段可能返回 null,表示取不到有效值。
6189
6184
  :type Description: str
6190
6185
  :param _DeviceNum: 分组中的设备数量
6191
6186
  :type DeviceNum: int
@@ -6244,7 +6239,6 @@ class GroupInfo(AbstractModel):
6244
6239
  @property
6245
6240
  def Description(self):
6246
6241
  """分组描述
6247
- 注意:此字段可能返回 null,表示取不到有效值。
6248
6242
  :rtype: str
6249
6243
  """
6250
6244
  return self._Description
@@ -6290,19 +6284,15 @@ class Hardware(AbstractModel):
6290
6284
  def __init__(self):
6291
6285
  r"""
6292
6286
  :param _SN: 硬件序列号
6293
- 注意:此字段可能返回 null,表示取不到有效值。
6294
6287
  :type SN: str
6295
6288
  :param _LicenseChargingMode: license计费模式:
6296
6289
  1,租户付费
6297
6290
  2,厂商月付费
6298
6291
  3,厂商永久授权
6299
- 注意:此字段可能返回 null,表示取不到有效值。
6300
6292
  :type LicenseChargingMode: int
6301
6293
  :param _Description: 设备描述
6302
- 注意:此字段可能返回 null,表示取不到有效值。
6303
6294
  :type Description: str
6304
6295
  :param _HardwareId: 硬件ID,入参无需传递
6305
- 注意:此字段可能返回 null,表示取不到有效值。
6306
6296
  :type HardwareId: str
6307
6297
  """
6308
6298
  self._SN = None
@@ -6313,7 +6303,6 @@ class Hardware(AbstractModel):
6313
6303
  @property
6314
6304
  def SN(self):
6315
6305
  """硬件序列号
6316
- 注意:此字段可能返回 null,表示取不到有效值。
6317
6306
  :rtype: str
6318
6307
  """
6319
6308
  return self._SN
@@ -6328,7 +6317,6 @@ class Hardware(AbstractModel):
6328
6317
  1,租户付费
6329
6318
  2,厂商月付费
6330
6319
  3,厂商永久授权
6331
- 注意:此字段可能返回 null,表示取不到有效值。
6332
6320
  :rtype: int
6333
6321
  """
6334
6322
  return self._LicenseChargingMode
@@ -6340,7 +6328,6 @@ class Hardware(AbstractModel):
6340
6328
  @property
6341
6329
  def Description(self):
6342
6330
  """设备描述
6343
- 注意:此字段可能返回 null,表示取不到有效值。
6344
6331
  :rtype: str
6345
6332
  """
6346
6333
  return self._Description
@@ -6352,7 +6339,6 @@ class Hardware(AbstractModel):
6352
6339
  @property
6353
6340
  def HardwareId(self):
6354
6341
  """硬件ID,入参无需传递
6355
- 注意:此字段可能返回 null,表示取不到有效值。
6356
6342
  :rtype: str
6357
6343
  """
6358
6344
  return self._HardwareId
@@ -6385,51 +6371,37 @@ class HardwareInfo(AbstractModel):
6385
6371
  def __init__(self):
6386
6372
  r"""
6387
6373
  :param _DeviceId: 设备ID
6388
- 注意:此字段可能返回 null,表示取不到有效值。
6389
6374
  :type DeviceId: str
6390
6375
  :param _DeviceName: 设备名称
6391
- 注意:此字段可能返回 null,表示取不到有效值。
6392
6376
  :type DeviceName: str
6393
6377
  :param _ActiveTime: 激活时间
6394
- 注意:此字段可能返回 null,表示取不到有效值。
6395
6378
  :type ActiveTime: str
6396
6379
  :param _LastOnlineTime: 最后在线时间
6397
- 注意:此字段可能返回 null,表示取不到有效值。
6398
6380
  :type LastOnlineTime: str
6399
6381
  :param _Description: 备注
6400
- 注意:此字段可能返回 null,表示取不到有效值。
6401
6382
  :type Description: str
6402
6383
  :param _VendorDescription: 厂商备注
6403
- 注意:此字段可能返回 null,表示取不到有效值。
6404
6384
  :type VendorDescription: str
6405
6385
  :param _LicenseChargingMode: license计费模式: 1,租户月付费 2,厂商月付费 3,license永久授权
6406
6386
  注:后续将废弃此参数,新接入请使用LicensePayMode和Payer
6407
- 注意:此字段可能返回 null,表示取不到有效值。
6408
6387
  :type LicenseChargingMode: int
6409
6388
  :param _CreateTime: 创建时间
6410
- 注意:此字段可能返回 null,表示取不到有效值。
6411
6389
  :type CreateTime: str
6412
6390
  :param _SN: 硬件序列号
6413
- 注意:此字段可能返回 null,表示取不到有效值。
6414
6391
  :type SN: str
6415
6392
  :param _LicensePayMode: license授权有效期
6416
6393
  0:月度授权
6417
6394
  1:永久授权
6418
- 注意:此字段可能返回 null,表示取不到有效值。
6419
6395
  :type LicensePayMode: int
6420
6396
  :param _Payer: 付费方
6421
6397
  0:客户付费
6422
6398
  1:厂商付费
6423
- 注意:此字段可能返回 null,表示取不到有效值。
6424
6399
  :type Payer: int
6425
6400
  :param _GroupId: 设备分组ID
6426
- 注意:此字段可能返回 null,表示取不到有效值。
6427
6401
  :type GroupId: str
6428
6402
  :param _GroupName: 设备分组名称
6429
- 注意:此字段可能返回 null,表示取不到有效值。
6430
6403
  :type GroupName: str
6431
6404
  :param _FlowTrunc: 设备无流量包处理方式,0: 按量付费,1: 截断加速
6432
- 注意:此字段可能返回 null,表示取不到有效值。
6433
6405
  :type FlowTrunc: int
6434
6406
  """
6435
6407
  self._DeviceId = None
@@ -6450,7 +6422,6 @@ class HardwareInfo(AbstractModel):
6450
6422
  @property
6451
6423
  def DeviceId(self):
6452
6424
  """设备ID
6453
- 注意:此字段可能返回 null,表示取不到有效值。
6454
6425
  :rtype: str
6455
6426
  """
6456
6427
  return self._DeviceId
@@ -6462,7 +6433,6 @@ class HardwareInfo(AbstractModel):
6462
6433
  @property
6463
6434
  def DeviceName(self):
6464
6435
  """设备名称
6465
- 注意:此字段可能返回 null,表示取不到有效值。
6466
6436
  :rtype: str
6467
6437
  """
6468
6438
  return self._DeviceName
@@ -6474,7 +6444,6 @@ class HardwareInfo(AbstractModel):
6474
6444
  @property
6475
6445
  def ActiveTime(self):
6476
6446
  """激活时间
6477
- 注意:此字段可能返回 null,表示取不到有效值。
6478
6447
  :rtype: str
6479
6448
  """
6480
6449
  return self._ActiveTime
@@ -6486,7 +6455,6 @@ class HardwareInfo(AbstractModel):
6486
6455
  @property
6487
6456
  def LastOnlineTime(self):
6488
6457
  """最后在线时间
6489
- 注意:此字段可能返回 null,表示取不到有效值。
6490
6458
  :rtype: str
6491
6459
  """
6492
6460
  return self._LastOnlineTime
@@ -6498,7 +6466,6 @@ class HardwareInfo(AbstractModel):
6498
6466
  @property
6499
6467
  def Description(self):
6500
6468
  """备注
6501
- 注意:此字段可能返回 null,表示取不到有效值。
6502
6469
  :rtype: str
6503
6470
  """
6504
6471
  return self._Description
@@ -6510,7 +6477,6 @@ class HardwareInfo(AbstractModel):
6510
6477
  @property
6511
6478
  def VendorDescription(self):
6512
6479
  """厂商备注
6513
- 注意:此字段可能返回 null,表示取不到有效值。
6514
6480
  :rtype: str
6515
6481
  """
6516
6482
  return self._VendorDescription
@@ -6523,7 +6489,6 @@ class HardwareInfo(AbstractModel):
6523
6489
  def LicenseChargingMode(self):
6524
6490
  """license计费模式: 1,租户月付费 2,厂商月付费 3,license永久授权
6525
6491
  注:后续将废弃此参数,新接入请使用LicensePayMode和Payer
6526
- 注意:此字段可能返回 null,表示取不到有效值。
6527
6492
  :rtype: int
6528
6493
  """
6529
6494
  return self._LicenseChargingMode
@@ -6535,7 +6500,6 @@ class HardwareInfo(AbstractModel):
6535
6500
  @property
6536
6501
  def CreateTime(self):
6537
6502
  """创建时间
6538
- 注意:此字段可能返回 null,表示取不到有效值。
6539
6503
  :rtype: str
6540
6504
  """
6541
6505
  return self._CreateTime
@@ -6547,7 +6511,6 @@ class HardwareInfo(AbstractModel):
6547
6511
  @property
6548
6512
  def SN(self):
6549
6513
  """硬件序列号
6550
- 注意:此字段可能返回 null,表示取不到有效值。
6551
6514
  :rtype: str
6552
6515
  """
6553
6516
  return self._SN
@@ -6561,7 +6524,6 @@ class HardwareInfo(AbstractModel):
6561
6524
  """license授权有效期
6562
6525
  0:月度授权
6563
6526
  1:永久授权
6564
- 注意:此字段可能返回 null,表示取不到有效值。
6565
6527
  :rtype: int
6566
6528
  """
6567
6529
  return self._LicensePayMode
@@ -6575,7 +6537,6 @@ class HardwareInfo(AbstractModel):
6575
6537
  """付费方
6576
6538
  0:客户付费
6577
6539
  1:厂商付费
6578
- 注意:此字段可能返回 null,表示取不到有效值。
6579
6540
  :rtype: int
6580
6541
  """
6581
6542
  return self._Payer
@@ -6587,7 +6548,6 @@ class HardwareInfo(AbstractModel):
6587
6548
  @property
6588
6549
  def GroupId(self):
6589
6550
  """设备分组ID
6590
- 注意:此字段可能返回 null,表示取不到有效值。
6591
6551
  :rtype: str
6592
6552
  """
6593
6553
  return self._GroupId
@@ -6599,7 +6559,6 @@ class HardwareInfo(AbstractModel):
6599
6559
  @property
6600
6560
  def GroupName(self):
6601
6561
  """设备分组名称
6602
- 注意:此字段可能返回 null,表示取不到有效值。
6603
6562
  :rtype: str
6604
6563
  """
6605
6564
  return self._GroupName
@@ -6611,7 +6570,6 @@ class HardwareInfo(AbstractModel):
6611
6570
  @property
6612
6571
  def FlowTrunc(self):
6613
6572
  """设备无流量包处理方式,0: 按量付费,1: 截断加速
6614
- 注意:此字段可能返回 null,表示取不到有效值。
6615
6573
  :rtype: int
6616
6574
  """
6617
6575
  return self._FlowTrunc
@@ -6666,7 +6624,6 @@ class L3ConnInfo(AbstractModel):
6666
6624
  :param _Enable: 互通规则启用状态
6667
6625
  :type Enable: bool
6668
6626
  :param _Description: 互通规则描述
6669
- 注意:此字段可能返回 null,表示取不到有效值。
6670
6627
  :type Description: str
6671
6628
  """
6672
6629
  self._L3ConnId = None
@@ -6746,7 +6703,6 @@ class L3ConnInfo(AbstractModel):
6746
6703
  @property
6747
6704
  def Description(self):
6748
6705
  """互通规则描述
6749
- 注意:此字段可能返回 null,表示取不到有效值。
6750
6706
  :rtype: str
6751
6707
  """
6752
6708
  return self._Description
@@ -6863,10 +6819,8 @@ class MonitorData(AbstractModel):
6863
6819
  :param _Time: 时间点:s
6864
6820
  :type Time: str
6865
6821
  :param _BusinessMetrics: 业务指标(bps/ms/%)
6866
- 注意:此字段可能返回 null,表示取不到有效值。
6867
6822
  :type BusinessMetrics: float
6868
6823
  :param _SlotNetInfo: 网卡状态信息
6869
- 注意:此字段可能返回 null,表示取不到有效值。
6870
6824
  :type SlotNetInfo: list of SlotNetInfo
6871
6825
  """
6872
6826
  self._Time = None
@@ -6887,7 +6841,6 @@ class MonitorData(AbstractModel):
6887
6841
  @property
6888
6842
  def BusinessMetrics(self):
6889
6843
  """业务指标(bps/ms/%)
6890
- 注意:此字段可能返回 null,表示取不到有效值。
6891
6844
  :rtype: float
6892
6845
  """
6893
6846
  return self._BusinessMetrics
@@ -6899,7 +6852,6 @@ class MonitorData(AbstractModel):
6899
6852
  @property
6900
6853
  def SlotNetInfo(self):
6901
6854
  """网卡状态信息
6902
- 注意:此字段可能返回 null,表示取不到有效值。
6903
6855
  :rtype: list of SlotNetInfo
6904
6856
  """
6905
6857
  return self._SlotNetInfo
@@ -7502,13 +7454,10 @@ class SlotNetInfo(AbstractModel):
7502
7454
  def __init__(self):
7503
7455
  r"""
7504
7456
  :param _NetInfoName: 网卡名
7505
- 注意:此字段可能返回 null,表示取不到有效值。
7506
7457
  :type NetInfoName: str
7507
7458
  :param _PublicIP: 公网IP
7508
- 注意:此字段可能返回 null,表示取不到有效值。
7509
7459
  :type PublicIP: str
7510
7460
  :param _Current: 指标数据(bps/ms/%)
7511
- 注意:此字段可能返回 null,表示取不到有效值。
7512
7461
  :type Current: float
7513
7462
  """
7514
7463
  self._NetInfoName = None
@@ -7518,7 +7467,6 @@ class SlotNetInfo(AbstractModel):
7518
7467
  @property
7519
7468
  def NetInfoName(self):
7520
7469
  """网卡名
7521
- 注意:此字段可能返回 null,表示取不到有效值。
7522
7470
  :rtype: str
7523
7471
  """
7524
7472
  return self._NetInfoName
@@ -7530,7 +7478,6 @@ class SlotNetInfo(AbstractModel):
7530
7478
  @property
7531
7479
  def PublicIP(self):
7532
7480
  """公网IP
7533
- 注意:此字段可能返回 null,表示取不到有效值。
7534
7481
  :rtype: str
7535
7482
  """
7536
7483
  return self._PublicIP
@@ -7542,7 +7489,6 @@ class SlotNetInfo(AbstractModel):
7542
7489
  @property
7543
7490
  def Current(self):
7544
7491
  """指标数据(bps/ms/%)
7545
- 注意:此字段可能返回 null,表示取不到有效值。
7546
7492
  :rtype: float
7547
7493
  """
7548
7494
  return self._Current
@@ -8332,7 +8278,6 @@ class VendorHardware(AbstractModel):
8332
8278
  :param _Status: 激活状态, 空:全部; 1:待激活; 2:已激活
8333
8279
  :type Status: int
8334
8280
  :param _ActiveTime: 激活时间
8335
- 注意:此字段可能返回 null,表示取不到有效值。
8336
8281
  :type ActiveTime: str
8337
8282
  :param _Description: 厂商备注
8338
8283
  :type Description: str
@@ -8342,7 +8287,6 @@ class VendorHardware(AbstractModel):
8342
8287
  注:设备为租户付费且未激活(未选择月付还是永久付费)时,此参数返回1,仅代表租户付费。后续将废弃此参数,新接入请使用LicensePayMode和Payer
8343
8288
  :type LicenseChargingMode: int
8344
8289
  :param _LastOnlineTime: 最后在线时间
8345
- 注意:此字段可能返回 null,表示取不到有效值。
8346
8290
  :type LastOnlineTime: str
8347
8291
  :param _LicensePayMode: license授权有效期
8348
8292
  0:月度授权
@@ -8413,7 +8357,6 @@ class VendorHardware(AbstractModel):
8413
8357
  @property
8414
8358
  def ActiveTime(self):
8415
8359
  """激活时间
8416
- 注意:此字段可能返回 null,表示取不到有效值。
8417
8360
  :rtype: str
8418
8361
  """
8419
8362
  return self._ActiveTime
@@ -8459,7 +8402,6 @@ class VendorHardware(AbstractModel):
8459
8402
  @property
8460
8403
  def LastOnlineTime(self):
8461
8404
  """最后在线时间
8462
- 注意:此字段可能返回 null,表示取不到有效值。
8463
8405
  :rtype: str
8464
8406
  """
8465
8407
  return self._LastOnlineTime
@@ -1659,6 +1659,8 @@ class OcrClient(AbstractClient):
1659
1659
  def RecognizeGeneralCardWarn(self, request):
1660
1660
  """支持通用证照的有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能,支持通用证照的ps伪造检测,可以应用于各种证件信息有效性校验场景。
1661
1661
 
1662
+ 默认接口请求频率限制:5次/秒。
1663
+
1662
1664
  :param request: Request instance for RecognizeGeneralCardWarn.
1663
1665
  :type request: :class:`tencentcloud.ocr.v20181119.models.RecognizeGeneralCardWarnRequest`
1664
1666
  :rtype: :class:`tencentcloud.ocr.v20181119.models.RecognizeGeneralCardWarnResponse`
@@ -2079,7 +2081,7 @@ class OcrClient(AbstractClient):
2079
2081
  def RecognizeValidIDCardOCR(self, request):
2080
2082
  """本接口支持二代身份证、临时身份证、港澳台居住证、外国人永久居留证,字段内容识别功能,包括姓名、性别、民族、出生、出生日期、住址、公民身份号码、签发机关、有效期限、国籍、通行证号码、持证人持有号码;支持返回证件类型;支持翻拍、复印、边框不完整、遮挡、字段级反光和字段级完整性告警;支持卡片主体框裁剪和头像裁剪。
2081
2083
 
2082
- 默认接口请求频率限制:20次/秒。
2084
+ 默认接口请求频率限制:5次/秒。
2083
2085
 
2084
2086
  :param request: Request instance for RecognizeValidIDCardOCR.
2085
2087
  :type request: :class:`tencentcloud.ocr.v20181119.models.RecognizeValidIDCardOCRRequest`