tencentcloud-sdk-python 3.0.1265__py2.py3-none-any.whl → 3.0.1266__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 (56) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +128 -0
  3. tencentcloud/autoscaling/v20180419/models.py +16 -6
  4. tencentcloud/batch/v20170312/models.py +20 -2
  5. tencentcloud/cat/v20180409/models.py +20 -0
  6. tencentcloud/cbs/v20170312/models.py +124 -70
  7. tencentcloud/ccc/v20200210/models.py +15 -0
  8. tencentcloud/cdb/v20170320/cdb_client.py +2 -2
  9. tencentcloud/cdb/v20170320/models.py +17 -6
  10. tencentcloud/cdc/v20201214/models.py +2 -54
  11. tencentcloud/cdz/v20221123/models.py +75 -1
  12. tencentcloud/ckafka/v20190819/models.py +21 -6
  13. tencentcloud/cloudstudio/v20230508/models.py +0 -18
  14. tencentcloud/cls/v20201016/models.py +91 -0
  15. tencentcloud/cvm/v20170312/models.py +99 -22
  16. tencentcloud/cwp/v20180228/cwp_client.py +0 -25
  17. tencentcloud/cwp/v20180228/models.py +0 -197
  18. tencentcloud/dasb/v20191018/models.py +60 -0
  19. tencentcloud/emr/v20190103/emr_client.py +9 -9
  20. tencentcloud/emr/v20190103/models.py +325 -1
  21. tencentcloud/es/v20180416/errorcodes.py +3 -0
  22. tencentcloud/es/v20180416/models.py +30 -0
  23. tencentcloud/ess/v20201111/ess_client.py +22 -30
  24. tencentcloud/ess/v20201111/models.py +42 -14
  25. tencentcloud/essbasic/v20210526/essbasic_client.py +9 -3
  26. tencentcloud/essbasic/v20210526/models.py +62 -28
  27. tencentcloud/faceid/v20180301/models.py +983 -539
  28. tencentcloud/gme/v20180711/errorcodes.py +9 -0
  29. tencentcloud/gme/v20180711/models.py +17 -2
  30. tencentcloud/hai/v20230812/models.py +2 -2
  31. tencentcloud/iai/v20180301/models.py +40 -26
  32. tencentcloud/iai/v20200303/models.py +760 -546
  33. tencentcloud/lke/v20231130/models.py +12 -12
  34. tencentcloud/mrs/v20200910/models.py +23 -0
  35. tencentcloud/ms/v20180408/ms_client.py +3 -1
  36. tencentcloud/ocr/v20181119/models.py +515 -10
  37. tencentcloud/ocr/v20181119/ocr_client.py +48 -0
  38. tencentcloud/omics/v20221128/models.py +0 -60
  39. tencentcloud/partners/v20180321/models.py +14 -92
  40. tencentcloud/scf/v20180416/models.py +2 -2
  41. tencentcloud/ssl/v20191205/models.py +2 -2
  42. tencentcloud/tds/v20220801/models.py +4 -4
  43. tencentcloud/thpc/v20230321/models.py +2 -2
  44. tencentcloud/tke/v20180525/models.py +0 -2
  45. tencentcloud/trro/v20220325/models.py +0 -30
  46. tencentcloud/trtc/v20190722/models.py +97 -2
  47. tencentcloud/vclm/v20240523/models.py +170 -100
  48. tencentcloud/vclm/v20240523/vclm_client.py +52 -52
  49. tencentcloud/vod/v20180717/models.py +112 -0
  50. tencentcloud/vpc/v20170312/models.py +64 -6
  51. tencentcloud/waf/v20180125/models.py +15 -0
  52. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1266.dist-info}/METADATA +1 -1
  53. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1266.dist-info}/RECORD +56 -56
  54. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1266.dist-info}/LICENSE +0 -0
  55. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1266.dist-info}/WHEEL +0 -0
  56. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1266.dist-info}/top_level.txt +0 -0
@@ -712,7 +712,6 @@ class CreateVolumeResponse(AbstractModel):
712
712
  def __init__(self):
713
713
  r"""
714
714
  :param _VolumeId: 缓存卷ID。
715
- 注意:此字段可能返回 null,表示取不到有效值。
716
715
  :type VolumeId: str
717
716
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
718
717
  :type RequestId: str
@@ -723,7 +722,6 @@ class CreateVolumeResponse(AbstractModel):
723
722
  @property
724
723
  def VolumeId(self):
725
724
  """缓存卷ID。
726
- 注意:此字段可能返回 null,表示取不到有效值。
727
725
  :rtype: str
728
726
  """
729
727
  return self._VolumeId
@@ -1888,10 +1886,8 @@ class DescribeVolumesResponse(AbstractModel):
1888
1886
  def __init__(self):
1889
1887
  r"""
1890
1888
  :param _Volumes: 缓存卷。
1891
- 注意:此字段可能返回 null,表示取不到有效值。
1892
1889
  :type Volumes: list of Volume
1893
1890
  :param _TotalCount: 符合条件的数量。
1894
- 注意:此字段可能返回 null,表示取不到有效值。
1895
1891
  :type TotalCount: int
1896
1892
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1897
1893
  :type RequestId: str
@@ -1903,7 +1899,6 @@ class DescribeVolumesResponse(AbstractModel):
1903
1899
  @property
1904
1900
  def Volumes(self):
1905
1901
  """缓存卷。
1906
- 注意:此字段可能返回 null,表示取不到有效值。
1907
1902
  :rtype: list of Volume
1908
1903
  """
1909
1904
  return self._Volumes
@@ -1915,7 +1910,6 @@ class DescribeVolumesResponse(AbstractModel):
1915
1910
  @property
1916
1911
  def TotalCount(self):
1917
1912
  """符合条件的数量。
1918
- 注意:此字段可能返回 null,表示取不到有效值。
1919
1913
  :rtype: int
1920
1914
  """
1921
1915
  return self._TotalCount
@@ -1985,10 +1979,8 @@ class Environment(AbstractModel):
1985
1979
  :param _ResourceIds: 云资源ID。
1986
1980
  :type ResourceIds: :class:`tencentcloud.omics.v20221128.models.ResourceIds`
1987
1981
  :param _LastWorkflowUuid: 上个工作流UUID。
1988
- 注意:此字段可能返回 null,表示取不到有效值。
1989
1982
  :type LastWorkflowUuid: str
1990
1983
  :param _CreationTime: 创建时间。
1991
- 注意:此字段可能返回 null,表示取不到有效值。
1992
1984
  :type CreationTime: str
1993
1985
  """
1994
1986
  self._EnvironmentId = None
@@ -2137,7 +2129,6 @@ class Environment(AbstractModel):
2137
2129
  @property
2138
2130
  def LastWorkflowUuid(self):
2139
2131
  """上个工作流UUID。
2140
- 注意:此字段可能返回 null,表示取不到有效值。
2141
2132
  :rtype: str
2142
2133
  """
2143
2134
  return self._LastWorkflowUuid
@@ -2149,7 +2140,6 @@ class Environment(AbstractModel):
2149
2140
  @property
2150
2141
  def CreationTime(self):
2151
2142
  """创建时间。
2152
- 注意:此字段可能返回 null,表示取不到有效值。
2153
2143
  :rtype: str
2154
2144
  """
2155
2145
  return self._CreationTime
@@ -3081,10 +3071,8 @@ class LimitRange(AbstractModel):
3081
3071
  def __init__(self):
3082
3072
  r"""
3083
3073
  :param _MaxCPU: 最大CPU设置
3084
- 注意:此字段可能返回 null,表示取不到有效值。
3085
3074
  :type MaxCPU: str
3086
3075
  :param _MaxMemory: 最大内存设置(单位:Mi,Gi,Ti,M,G,T)
3087
- 注意:此字段可能返回 null,表示取不到有效值。
3088
3076
  :type MaxMemory: str
3089
3077
  """
3090
3078
  self._MaxCPU = None
@@ -3093,7 +3081,6 @@ class LimitRange(AbstractModel):
3093
3081
  @property
3094
3082
  def MaxCPU(self):
3095
3083
  """最大CPU设置
3096
- 注意:此字段可能返回 null,表示取不到有效值。
3097
3084
  :rtype: str
3098
3085
  """
3099
3086
  return self._MaxCPU
@@ -3105,7 +3092,6 @@ class LimitRange(AbstractModel):
3105
3092
  @property
3106
3093
  def MaxMemory(self):
3107
3094
  """最大内存设置(单位:Mi,Gi,Ti,M,G,T)
3108
- 注意:此字段可能返回 null,表示取不到有效值。
3109
3095
  :rtype: str
3110
3096
  """
3111
3097
  return self._MaxMemory
@@ -3357,32 +3343,24 @@ class ResourceIds(AbstractModel):
3357
3343
  def __init__(self):
3358
3344
  r"""
3359
3345
  :param _VPCId: 私有网络ID。
3360
- 注意:此字段可能返回 null,表示取不到有效值。
3361
3346
  :type VPCId: str
3362
3347
  :param _SubnetId: 子网ID。
3363
- 注意:此字段可能返回 null,表示取不到有效值。
3364
3348
  :type SubnetId: str
3365
3349
  :param _SecurityGroupId: 安全组ID。
3366
- 注意:此字段可能返回 null,表示取不到有效值。
3367
3350
  :type SecurityGroupId: str
3368
3351
  :param _TDSQLCId: TDSQL-C Mysql版数据库ID。
3369
- 注意:此字段可能返回 null,表示取不到有效值。
3370
3352
  :type TDSQLCId: str
3371
3353
  :param _CFSId: 文件存储ID。
3372
- 注意:此字段可能返回 null,表示取不到有效值。
3373
3354
  :type CFSId: str
3374
3355
  :param _CFSStorageType: 文件存储类型:取值范围:
3375
3356
  - SD:通用标准型
3376
3357
  - HP:通用性能型
3377
3358
  - TB:turbo标准型
3378
3359
  - TP:turbo性能型
3379
- 注意:此字段可能返回 null,表示取不到有效值。
3380
3360
  :type CFSStorageType: str
3381
3361
  :param _CVMId: 云服务器ID。
3382
- 注意:此字段可能返回 null,表示取不到有效值。
3383
3362
  :type CVMId: str
3384
3363
  :param _EKSId: 弹性容器集群ID。
3385
- 注意:此字段可能返回 null,表示取不到有效值。
3386
3364
  :type EKSId: str
3387
3365
  """
3388
3366
  self._VPCId = None
@@ -3397,7 +3375,6 @@ class ResourceIds(AbstractModel):
3397
3375
  @property
3398
3376
  def VPCId(self):
3399
3377
  """私有网络ID。
3400
- 注意:此字段可能返回 null,表示取不到有效值。
3401
3378
  :rtype: str
3402
3379
  """
3403
3380
  return self._VPCId
@@ -3409,7 +3386,6 @@ class ResourceIds(AbstractModel):
3409
3386
  @property
3410
3387
  def SubnetId(self):
3411
3388
  """子网ID。
3412
- 注意:此字段可能返回 null,表示取不到有效值。
3413
3389
  :rtype: str
3414
3390
  """
3415
3391
  return self._SubnetId
@@ -3421,7 +3397,6 @@ class ResourceIds(AbstractModel):
3421
3397
  @property
3422
3398
  def SecurityGroupId(self):
3423
3399
  """安全组ID。
3424
- 注意:此字段可能返回 null,表示取不到有效值。
3425
3400
  :rtype: str
3426
3401
  """
3427
3402
  return self._SecurityGroupId
@@ -3433,7 +3408,6 @@ class ResourceIds(AbstractModel):
3433
3408
  @property
3434
3409
  def TDSQLCId(self):
3435
3410
  """TDSQL-C Mysql版数据库ID。
3436
- 注意:此字段可能返回 null,表示取不到有效值。
3437
3411
  :rtype: str
3438
3412
  """
3439
3413
  return self._TDSQLCId
@@ -3445,7 +3419,6 @@ class ResourceIds(AbstractModel):
3445
3419
  @property
3446
3420
  def CFSId(self):
3447
3421
  """文件存储ID。
3448
- 注意:此字段可能返回 null,表示取不到有效值。
3449
3422
  :rtype: str
3450
3423
  """
3451
3424
  return self._CFSId
@@ -3461,7 +3434,6 @@ class ResourceIds(AbstractModel):
3461
3434
  - HP:通用性能型
3462
3435
  - TB:turbo标准型
3463
3436
  - TP:turbo性能型
3464
- 注意:此字段可能返回 null,表示取不到有效值。
3465
3437
  :rtype: str
3466
3438
  """
3467
3439
  return self._CFSStorageType
@@ -3473,7 +3445,6 @@ class ResourceIds(AbstractModel):
3473
3445
  @property
3474
3446
  def CVMId(self):
3475
3447
  """云服务器ID。
3476
- 注意:此字段可能返回 null,表示取不到有效值。
3477
3448
  :rtype: str
3478
3449
  """
3479
3450
  return self._CVMId
@@ -3485,7 +3456,6 @@ class ResourceIds(AbstractModel):
3485
3456
  @property
3486
3457
  def EKSId(self):
3487
3458
  """弹性容器集群ID。
3488
- 注意:此字段可能返回 null,表示取不到有效值。
3489
3459
  :rtype: str
3490
3460
  """
3491
3461
  return self._EKSId
@@ -3522,13 +3492,10 @@ class ResourceQuota(AbstractModel):
3522
3492
  def __init__(self):
3523
3493
  r"""
3524
3494
  :param _CPULimit: CPU Limit设置。
3525
- 注意:此字段可能返回 null,表示取不到有效值。
3526
3495
  :type CPULimit: str
3527
3496
  :param _MemoryLimit: 内存Limit设置(单位:Mi,Gi,Ti,M,G,T)
3528
- 注意:此字段可能返回 null,表示取不到有效值。
3529
3497
  :type MemoryLimit: str
3530
3498
  :param _Pods: Pods数量设置
3531
- 注意:此字段可能返回 null,表示取不到有效值。
3532
3499
  :type Pods: str
3533
3500
  """
3534
3501
  self._CPULimit = None
@@ -3538,7 +3505,6 @@ class ResourceQuota(AbstractModel):
3538
3505
  @property
3539
3506
  def CPULimit(self):
3540
3507
  """CPU Limit设置。
3541
- 注意:此字段可能返回 null,表示取不到有效值。
3542
3508
  :rtype: str
3543
3509
  """
3544
3510
  return self._CPULimit
@@ -3550,7 +3516,6 @@ class ResourceQuota(AbstractModel):
3550
3516
  @property
3551
3517
  def MemoryLimit(self):
3552
3518
  """内存Limit设置(单位:Mi,Gi,Ti,M,G,T)
3553
- 注意:此字段可能返回 null,表示取不到有效值。
3554
3519
  :rtype: str
3555
3520
  """
3556
3521
  return self._MemoryLimit
@@ -3562,7 +3527,6 @@ class ResourceQuota(AbstractModel):
3562
3527
  @property
3563
3528
  def Pods(self):
3564
3529
  """Pods数量设置
3565
- 注意:此字段可能返回 null,表示取不到有效值。
3566
3530
  :rtype: str
3567
3531
  """
3568
3532
  return self._Pods
@@ -6262,20 +6226,15 @@ class Volume(AbstractModel):
6262
6226
  def __init__(self):
6263
6227
  r"""
6264
6228
  :param _VolumeId: 缓存卷ID。
6265
- 注意:此字段可能返回 null,表示取不到有效值。
6266
6229
  :type VolumeId: str
6267
6230
  :param _Name: 名称。
6268
- 注意:此字段可能返回 null,表示取不到有效值。
6269
6231
  :type Name: str
6270
6232
  :param _Description: 描述。
6271
- 注意:此字段可能返回 null,表示取不到有效值。
6272
6233
  :type Description: str
6273
6234
  :param _EnvironmentId: 环境ID。
6274
- 注意:此字段可能返回 null,表示取不到有效值。
6275
6235
  :type EnvironmentId: str
6276
6236
  :param _Type: 缓存卷类型,取值范围:
6277
6237
  * SHARED:多点挂载共享存储
6278
- 注意:此字段可能返回 null,表示取不到有效值。
6279
6238
  :type Type: str
6280
6239
  :param _Spec: 缓存卷规格,取值范围:
6281
6240
 
@@ -6283,25 +6242,18 @@ class Volume(AbstractModel):
6283
6242
  - HP:通用性能型
6284
6243
  - TB:turbo标准型
6285
6244
  - TP:turbo性能型
6286
- 注意:此字段可能返回 null,表示取不到有效值。
6287
6245
  :type Spec: str
6288
6246
  :param _Capacity: 缓存卷大小(GB)。
6289
- 注意:此字段可能返回 null,表示取不到有效值。
6290
6247
  :type Capacity: int
6291
6248
  :param _Usage: 缓存卷使用量(Byte)。
6292
- 注意:此字段可能返回 null,表示取不到有效值。
6293
6249
  :type Usage: int
6294
6250
  :param _BandwidthLimit: 缓存卷吞吐上限(MiB/s)。
6295
- 注意:此字段可能返回 null,表示取不到有效值。
6296
6251
  :type BandwidthLimit: float
6297
6252
  :param _DefaultMountPath: 默认挂载路径。
6298
- 注意:此字段可能返回 null,表示取不到有效值。
6299
6253
  :type DefaultMountPath: str
6300
6254
  :param _IsDefault: 是否为默认缓存卷。
6301
- 注意:此字段可能返回 null,表示取不到有效值。
6302
6255
  :type IsDefault: bool
6303
6256
  :param _Status: 状态。
6304
- 注意:此字段可能返回 null,表示取不到有效值。
6305
6257
  :type Status: str
6306
6258
  """
6307
6259
  self._VolumeId = None
@@ -6320,7 +6272,6 @@ class Volume(AbstractModel):
6320
6272
  @property
6321
6273
  def VolumeId(self):
6322
6274
  """缓存卷ID。
6323
- 注意:此字段可能返回 null,表示取不到有效值。
6324
6275
  :rtype: str
6325
6276
  """
6326
6277
  return self._VolumeId
@@ -6332,7 +6283,6 @@ class Volume(AbstractModel):
6332
6283
  @property
6333
6284
  def Name(self):
6334
6285
  """名称。
6335
- 注意:此字段可能返回 null,表示取不到有效值。
6336
6286
  :rtype: str
6337
6287
  """
6338
6288
  return self._Name
@@ -6344,7 +6294,6 @@ class Volume(AbstractModel):
6344
6294
  @property
6345
6295
  def Description(self):
6346
6296
  """描述。
6347
- 注意:此字段可能返回 null,表示取不到有效值。
6348
6297
  :rtype: str
6349
6298
  """
6350
6299
  return self._Description
@@ -6356,7 +6305,6 @@ class Volume(AbstractModel):
6356
6305
  @property
6357
6306
  def EnvironmentId(self):
6358
6307
  """环境ID。
6359
- 注意:此字段可能返回 null,表示取不到有效值。
6360
6308
  :rtype: str
6361
6309
  """
6362
6310
  return self._EnvironmentId
@@ -6369,7 +6317,6 @@ class Volume(AbstractModel):
6369
6317
  def Type(self):
6370
6318
  """缓存卷类型,取值范围:
6371
6319
  * SHARED:多点挂载共享存储
6372
- 注意:此字段可能返回 null,表示取不到有效值。
6373
6320
  :rtype: str
6374
6321
  """
6375
6322
  return self._Type
@@ -6386,7 +6333,6 @@ class Volume(AbstractModel):
6386
6333
  - HP:通用性能型
6387
6334
  - TB:turbo标准型
6388
6335
  - TP:turbo性能型
6389
- 注意:此字段可能返回 null,表示取不到有效值。
6390
6336
  :rtype: str
6391
6337
  """
6392
6338
  return self._Spec
@@ -6398,7 +6344,6 @@ class Volume(AbstractModel):
6398
6344
  @property
6399
6345
  def Capacity(self):
6400
6346
  """缓存卷大小(GB)。
6401
- 注意:此字段可能返回 null,表示取不到有效值。
6402
6347
  :rtype: int
6403
6348
  """
6404
6349
  return self._Capacity
@@ -6410,7 +6355,6 @@ class Volume(AbstractModel):
6410
6355
  @property
6411
6356
  def Usage(self):
6412
6357
  """缓存卷使用量(Byte)。
6413
- 注意:此字段可能返回 null,表示取不到有效值。
6414
6358
  :rtype: int
6415
6359
  """
6416
6360
  return self._Usage
@@ -6422,7 +6366,6 @@ class Volume(AbstractModel):
6422
6366
  @property
6423
6367
  def BandwidthLimit(self):
6424
6368
  """缓存卷吞吐上限(MiB/s)。
6425
- 注意:此字段可能返回 null,表示取不到有效值。
6426
6369
  :rtype: float
6427
6370
  """
6428
6371
  return self._BandwidthLimit
@@ -6434,7 +6377,6 @@ class Volume(AbstractModel):
6434
6377
  @property
6435
6378
  def DefaultMountPath(self):
6436
6379
  """默认挂载路径。
6437
- 注意:此字段可能返回 null,表示取不到有效值。
6438
6380
  :rtype: str
6439
6381
  """
6440
6382
  return self._DefaultMountPath
@@ -6446,7 +6388,6 @@ class Volume(AbstractModel):
6446
6388
  @property
6447
6389
  def IsDefault(self):
6448
6390
  """是否为默认缓存卷。
6449
- 注意:此字段可能返回 null,表示取不到有效值。
6450
6391
  :rtype: bool
6451
6392
  """
6452
6393
  return self._IsDefault
@@ -6458,7 +6399,6 @@ class Volume(AbstractModel):
6458
6399
  @property
6459
6400
  def Status(self):
6460
6401
  """状态。
6461
- 注意:此字段可能返回 null,表示取不到有效值。
6462
6402
  :rtype: str
6463
6403
  """
6464
6404
  return self._Status