tencentcloud-sdk-python 3.0.1344__py2.py3-none-any.whl → 3.0.1345__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 (47) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/antiddos/v20200309/models.py +2 -2
  3. tencentcloud/bi/v20220105/models.py +6 -2
  4. tencentcloud/cbs/v20170312/models.py +0 -20
  5. tencentcloud/cdwch/v20200915/models.py +0 -110
  6. tencentcloud/ckafka/v20190819/models.py +0 -260
  7. tencentcloud/clb/v20180317/models.py +10 -10
  8. tencentcloud/cls/v20201016/cls_client.py +0 -92
  9. tencentcloud/cls/v20201016/models.py +81 -983
  10. tencentcloud/cvm/v20170312/models.py +15 -0
  11. tencentcloud/cynosdb/v20190107/models.py +0 -84
  12. tencentcloud/dbbrain/v20191016/models.py +0 -20
  13. tencentcloud/dbbrain/v20210527/models.py +0 -92
  14. tencentcloud/dcdb/v20180411/models.py +0 -48
  15. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  16. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  17. tencentcloud/dnspod/v20210323/models.py +724 -0
  18. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  19. tencentcloud/dsgc/v20190723/models.py +0 -34
  20. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
  21. tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
  22. tencentcloud/mariadb/v20170312/models.py +0 -38
  23. tencentcloud/mmps/v20200710/models.py +0 -56
  24. tencentcloud/postgres/v20170312/models.py +0 -222
  25. tencentcloud/postgres/v20170312/postgres_client.py +5 -5
  26. tencentcloud/svp/v20240125/models.py +0 -42
  27. tencentcloud/tcb/v20180608/models.py +0 -195
  28. tencentcloud/tcb/v20180608/tcb_client.py +0 -23
  29. tencentcloud/tcss/v20201101/models.py +1813 -2547
  30. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  31. tencentcloud/tdmq/v20200217/models.py +0 -154
  32. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
  33. tencentcloud/teo/v20220901/models.py +158 -36
  34. tencentcloud/teo/v20220901/teo_client.py +23 -0
  35. tencentcloud/thpc/v20211109/models.py +0 -6
  36. tencentcloud/thpc/v20220401/models.py +0 -6
  37. tencentcloud/thpc/v20230321/models.py +0 -8
  38. tencentcloud/tke/v20180525/models.py +0 -54
  39. tencentcloud/tke/v20220501/models.py +0 -34
  40. tencentcloud/vpc/v20170312/models.py +0 -34
  41. tencentcloud/waf/v20180125/models.py +15 -0
  42. tencentcloud/wedata/v20210820/models.py +32 -0
  43. {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
  44. {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +47 -47
  45. {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
  46. {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
  47. {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/top_level.txt +0 -0
@@ -37181,7 +37181,6 @@ class PodChargeInfo(AbstractModel):
37181
37181
  :param _Type: Pod类型:intel、amd、v100、t4、a10\*gnv4、a10\*gnv4v等。
37182
37182
  :type Type: str
37183
37183
  :param _Gpu: Pod是GPU时,表示GPU卡数
37184
- 注意:此字段可能返回 null,表示取不到有效值。
37185
37184
  :type Gpu: str
37186
37185
  :param _ChargeType: 计费类型
37187
37186
  PREPAID:Pod调度到包月超级节点
@@ -37263,7 +37262,6 @@ TPOD:特惠实例
37263
37262
  @property
37264
37263
  def Gpu(self):
37265
37264
  """Pod是GPU时,表示GPU卡数
37266
- 注意:此字段可能返回 null,表示取不到有效值。
37267
37265
  :rtype: str
37268
37266
  """
37269
37267
  return self._Gpu
@@ -37339,22 +37337,16 @@ class PodDeductionRate(AbstractModel):
37339
37337
  def __init__(self):
37340
37338
  r"""
37341
37339
  :param _Cpu: Pod的 CPU
37342
- 注意:此字段可能返回 null,表示取不到有效值。
37343
37340
  :type Cpu: float
37344
37341
  :param _Memory: Pod 的内存
37345
- 注意:此字段可能返回 null,表示取不到有效值。
37346
37342
  :type Memory: float
37347
37343
  :param _Type: Pod 的类型
37348
- 注意:此字段可能返回 null,表示取不到有效值。
37349
37344
  :type Type: str
37350
37345
  :param _GpuNum: Pod 的 GPU 卡数,Pod 类型为 GPU 时有效。
37351
- 注意:此字段可能返回 null,表示取不到有效值。
37352
37346
  :type GpuNum: str
37353
37347
  :param _TotalNum: 这种规格的 Pod总数
37354
- 注意:此字段可能返回 null,表示取不到有效值。
37355
37348
  :type TotalNum: int
37356
37349
  :param _DeductionNum: 这种规格的 Pod被预留券抵扣的数量
37357
- 注意:此字段可能返回 null,表示取不到有效值。
37358
37350
  :type DeductionNum: int
37359
37351
  """
37360
37352
  self._Cpu = None
@@ -37367,7 +37359,6 @@ class PodDeductionRate(AbstractModel):
37367
37359
  @property
37368
37360
  def Cpu(self):
37369
37361
  """Pod的 CPU
37370
- 注意:此字段可能返回 null,表示取不到有效值。
37371
37362
  :rtype: float
37372
37363
  """
37373
37364
  return self._Cpu
@@ -37379,7 +37370,6 @@ class PodDeductionRate(AbstractModel):
37379
37370
  @property
37380
37371
  def Memory(self):
37381
37372
  """Pod 的内存
37382
- 注意:此字段可能返回 null,表示取不到有效值。
37383
37373
  :rtype: float
37384
37374
  """
37385
37375
  return self._Memory
@@ -37391,7 +37381,6 @@ class PodDeductionRate(AbstractModel):
37391
37381
  @property
37392
37382
  def Type(self):
37393
37383
  """ Pod 的类型
37394
- 注意:此字段可能返回 null,表示取不到有效值。
37395
37384
  :rtype: str
37396
37385
  """
37397
37386
  return self._Type
@@ -37403,7 +37392,6 @@ class PodDeductionRate(AbstractModel):
37403
37392
  @property
37404
37393
  def GpuNum(self):
37405
37394
  """ Pod 的 GPU 卡数,Pod 类型为 GPU 时有效。
37406
- 注意:此字段可能返回 null,表示取不到有效值。
37407
37395
  :rtype: str
37408
37396
  """
37409
37397
  return self._GpuNum
@@ -37415,7 +37403,6 @@ class PodDeductionRate(AbstractModel):
37415
37403
  @property
37416
37404
  def TotalNum(self):
37417
37405
  """这种规格的 Pod总数
37418
- 注意:此字段可能返回 null,表示取不到有效值。
37419
37406
  :rtype: int
37420
37407
  """
37421
37408
  return self._TotalNum
@@ -37427,7 +37414,6 @@ class PodDeductionRate(AbstractModel):
37427
37414
  @property
37428
37415
  def DeductionNum(self):
37429
37416
  """这种规格的 Pod被预留券抵扣的数量
37430
- 注意:此字段可能返回 null,表示取不到有效值。
37431
37417
  :rtype: int
37432
37418
  """
37433
37419
  return self._DeductionNum
@@ -37626,19 +37612,14 @@ class PodNodeInfo(AbstractModel):
37626
37612
  def __init__(self):
37627
37613
  r"""
37628
37614
  :param _ClusterId: 集群 ID
37629
- 注意:此字段可能返回 null,表示取不到有效值。
37630
37615
  :type ClusterId: str
37631
37616
  :param _NodeName: 节点名称
37632
- 注意:此字段可能返回 null,表示取不到有效值。
37633
37617
  :type NodeName: str
37634
37618
  :param _Zone: 可用区
37635
- 注意:此字段可能返回 null,表示取不到有效值。
37636
37619
  :type Zone: str
37637
37620
  :param _Namespace: 命名空间
37638
- 注意:此字段可能返回 null,表示取不到有效值。
37639
37621
  :type Namespace: str
37640
37622
  :param _Name: Pod 名称
37641
- 注意:此字段可能返回 null,表示取不到有效值。
37642
37623
  :type Name: str
37643
37624
  """
37644
37625
  self._ClusterId = None
@@ -37650,7 +37631,6 @@ class PodNodeInfo(AbstractModel):
37650
37631
  @property
37651
37632
  def ClusterId(self):
37652
37633
  """集群 ID
37653
- 注意:此字段可能返回 null,表示取不到有效值。
37654
37634
  :rtype: str
37655
37635
  """
37656
37636
  return self._ClusterId
@@ -37662,7 +37642,6 @@ class PodNodeInfo(AbstractModel):
37662
37642
  @property
37663
37643
  def NodeName(self):
37664
37644
  """ 节点名称
37665
- 注意:此字段可能返回 null,表示取不到有效值。
37666
37645
  :rtype: str
37667
37646
  """
37668
37647
  return self._NodeName
@@ -37674,7 +37653,6 @@ class PodNodeInfo(AbstractModel):
37674
37653
  @property
37675
37654
  def Zone(self):
37676
37655
  """可用区
37677
- 注意:此字段可能返回 null,表示取不到有效值。
37678
37656
  :rtype: str
37679
37657
  """
37680
37658
  return self._Zone
@@ -37686,7 +37664,6 @@ class PodNodeInfo(AbstractModel):
37686
37664
  @property
37687
37665
  def Namespace(self):
37688
37666
  """命名空间
37689
- 注意:此字段可能返回 null,表示取不到有效值。
37690
37667
  :rtype: str
37691
37668
  """
37692
37669
  return self._Namespace
@@ -37698,7 +37675,6 @@ class PodNodeInfo(AbstractModel):
37698
37675
  @property
37699
37676
  def Name(self):
37700
37677
  """ Pod 名称
37701
- 注意:此字段可能返回 null,表示取不到有效值。
37702
37678
  :rtype: str
37703
37679
  """
37704
37680
  return self._Name
@@ -42994,34 +42970,24 @@ class ReservedInstanceUtilizationRate(AbstractModel):
42994
42970
  def __init__(self):
42995
42971
  r"""
42996
42972
  :param _Rate: 使用率
42997
- 注意:此字段可能返回 null,表示取不到有效值。
42998
42973
  :type Rate: float
42999
42974
  :param _Num: 预留券数量
43000
- 注意:此字段可能返回 null,表示取不到有效值。
43001
42975
  :type Num: int
43002
42976
  :param _CPU: 核数
43003
- 注意:此字段可能返回 null,表示取不到有效值。
43004
42977
  :type CPU: float
43005
42978
  :param _Memory: 内存
43006
- 注意:此字段可能返回 null,表示取不到有效值。
43007
42979
  :type Memory: float
43008
42980
  :param _Type: 预留券类型
43009
- 注意:此字段可能返回 null,表示取不到有效值。
43010
42981
  :type Type: str
43011
42982
  :param _GpuNum: GPU 卡数
43012
- 注意:此字段可能返回 null,表示取不到有效值。
43013
42983
  :type GpuNum: str
43014
42984
  :param _Zone: 可用区
43015
- 注意:此字段可能返回 null,表示取不到有效值。
43016
42985
  :type Zone: str
43017
42986
  :param _ClusterId: 集群 ID
43018
- 注意:此字段可能返回 null,表示取不到有效值。
43019
42987
  :type ClusterId: str
43020
42988
  :param _NodeName: 节点名称
43021
- 注意:此字段可能返回 null,表示取不到有效值。
43022
42989
  :type NodeName: str
43023
42990
  :param _PodNum: Pod 数量
43024
- 注意:此字段可能返回 null,表示取不到有效值。
43025
42991
  :type PodNum: int
43026
42992
  """
43027
42993
  self._Rate = None
@@ -43038,7 +43004,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43038
43004
  @property
43039
43005
  def Rate(self):
43040
43006
  """使用率
43041
- 注意:此字段可能返回 null,表示取不到有效值。
43042
43007
  :rtype: float
43043
43008
  """
43044
43009
  return self._Rate
@@ -43050,7 +43015,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43050
43015
  @property
43051
43016
  def Num(self):
43052
43017
  """预留券数量
43053
- 注意:此字段可能返回 null,表示取不到有效值。
43054
43018
  :rtype: int
43055
43019
  """
43056
43020
  return self._Num
@@ -43062,7 +43026,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43062
43026
  @property
43063
43027
  def CPU(self):
43064
43028
  """核数
43065
- 注意:此字段可能返回 null,表示取不到有效值。
43066
43029
  :rtype: float
43067
43030
  """
43068
43031
  return self._CPU
@@ -43074,7 +43037,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43074
43037
  @property
43075
43038
  def Memory(self):
43076
43039
  """内存
43077
- 注意:此字段可能返回 null,表示取不到有效值。
43078
43040
  :rtype: float
43079
43041
  """
43080
43042
  return self._Memory
@@ -43086,7 +43048,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43086
43048
  @property
43087
43049
  def Type(self):
43088
43050
  """ 预留券类型
43089
- 注意:此字段可能返回 null,表示取不到有效值。
43090
43051
  :rtype: str
43091
43052
  """
43092
43053
  return self._Type
@@ -43098,7 +43059,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43098
43059
  @property
43099
43060
  def GpuNum(self):
43100
43061
  """GPU 卡数
43101
- 注意:此字段可能返回 null,表示取不到有效值。
43102
43062
  :rtype: str
43103
43063
  """
43104
43064
  return self._GpuNum
@@ -43110,7 +43070,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43110
43070
  @property
43111
43071
  def Zone(self):
43112
43072
  """可用区
43113
- 注意:此字段可能返回 null,表示取不到有效值。
43114
43073
  :rtype: str
43115
43074
  """
43116
43075
  return self._Zone
@@ -43122,7 +43081,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43122
43081
  @property
43123
43082
  def ClusterId(self):
43124
43083
  """集群 ID
43125
- 注意:此字段可能返回 null,表示取不到有效值。
43126
43084
  :rtype: str
43127
43085
  """
43128
43086
  return self._ClusterId
@@ -43134,7 +43092,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43134
43092
  @property
43135
43093
  def NodeName(self):
43136
43094
  """节点名称
43137
- 注意:此字段可能返回 null,表示取不到有效值。
43138
43095
  :rtype: str
43139
43096
  """
43140
43097
  return self._NodeName
@@ -43146,7 +43103,6 @@ class ReservedInstanceUtilizationRate(AbstractModel):
43146
43103
  @property
43147
43104
  def PodNum(self):
43148
43105
  """Pod 数量
43149
- 注意:此字段可能返回 null,表示取不到有效值。
43150
43106
  :rtype: int
43151
43107
  """
43152
43108
  return self._PodNum
@@ -44850,19 +44806,14 @@ class SuperNodeResource(AbstractModel):
44850
44806
  def __init__(self):
44851
44807
  r"""
44852
44808
  :param _NodeName: 节点名称
44853
- 注意:此字段可能返回 null,表示取不到有效值。
44854
44809
  :type NodeName: str
44855
44810
  :param _Num: 节点上的资源总数
44856
- 注意:此字段可能返回 null,表示取不到有效值。
44857
44811
  :type Num: int
44858
44812
  :param _Cpu: 节点上的总核数
44859
- 注意:此字段可能返回 null,表示取不到有效值。
44860
44813
  :type Cpu: float
44861
44814
  :param _Memory: 节点上的总内存数
44862
- 注意:此字段可能返回 null,表示取不到有效值。
44863
44815
  :type Memory: float
44864
44816
  :param _Gpu: 节点上的总 GPU 卡数
44865
- 注意:此字段可能返回 null,表示取不到有效值。
44866
44817
  :type Gpu: float
44867
44818
  """
44868
44819
  self._NodeName = None
@@ -44874,7 +44825,6 @@ class SuperNodeResource(AbstractModel):
44874
44825
  @property
44875
44826
  def NodeName(self):
44876
44827
  """节点名称
44877
- 注意:此字段可能返回 null,表示取不到有效值。
44878
44828
  :rtype: str
44879
44829
  """
44880
44830
  return self._NodeName
@@ -44886,7 +44836,6 @@ class SuperNodeResource(AbstractModel):
44886
44836
  @property
44887
44837
  def Num(self):
44888
44838
  """节点上的资源总数
44889
- 注意:此字段可能返回 null,表示取不到有效值。
44890
44839
  :rtype: int
44891
44840
  """
44892
44841
  return self._Num
@@ -44898,7 +44847,6 @@ class SuperNodeResource(AbstractModel):
44898
44847
  @property
44899
44848
  def Cpu(self):
44900
44849
  """节点上的总核数
44901
- 注意:此字段可能返回 null,表示取不到有效值。
44902
44850
  :rtype: float
44903
44851
  """
44904
44852
  return self._Cpu
@@ -44910,7 +44858,6 @@ class SuperNodeResource(AbstractModel):
44910
44858
  @property
44911
44859
  def Memory(self):
44912
44860
  """节点上的总内存数
44913
- 注意:此字段可能返回 null,表示取不到有效值。
44914
44861
  :rtype: float
44915
44862
  """
44916
44863
  return self._Memory
@@ -44922,7 +44869,6 @@ class SuperNodeResource(AbstractModel):
44922
44869
  @property
44923
44870
  def Gpu(self):
44924
44871
  """节点上的总 GPU 卡数
44925
- 注意:此字段可能返回 null,表示取不到有效值。
44926
44872
  :rtype: float
44927
44873
  """
44928
44874
  return self._Gpu
@@ -3524,10 +3524,8 @@ class MachineSetScaling(AbstractModel):
3524
3524
  def __init__(self):
3525
3525
  r"""
3526
3526
  :param _MinReplicas: 节点池最小副本数
3527
- 注意:此字段可能返回 null,表示取不到有效值。
3528
3527
  :type MinReplicas: int
3529
3528
  :param _MaxReplicas: 节点池最大副本数
3530
- 注意:此字段可能返回 null,表示取不到有效值。
3531
3529
  :type MaxReplicas: int
3532
3530
  :param _CreatePolicy: 节点池扩容策略。ZoneEquality:多可用区打散;ZonePriority:首选可用区优先;
3533
3531
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3540,7 +3538,6 @@ class MachineSetScaling(AbstractModel):
3540
3538
  @property
3541
3539
  def MinReplicas(self):
3542
3540
  """节点池最小副本数
3543
- 注意:此字段可能返回 null,表示取不到有效值。
3544
3541
  :rtype: int
3545
3542
  """
3546
3543
  return self._MinReplicas
@@ -3552,7 +3549,6 @@ class MachineSetScaling(AbstractModel):
3552
3549
  @property
3553
3550
  def MaxReplicas(self):
3554
3551
  """节点池最大副本数
3555
- 注意:此字段可能返回 null,表示取不到有效值。
3556
3552
  :rtype: int
3557
3553
  """
3558
3554
  return self._MaxReplicas
@@ -3596,16 +3592,13 @@ class MachineUpgradeSettings(AbstractModel):
3596
3592
  def __init__(self):
3597
3593
  r"""
3598
3594
  :param _AutoUpgrade: 是否开启自动升级
3599
- 注意:此字段可能返回 null,表示取不到有效值。
3600
3595
  :type AutoUpgrade: bool
3601
3596
  :param _UpgradeOptions: 运维窗口
3602
- 注意:此字段可能返回 null,表示取不到有效值。
3603
3597
  :type UpgradeOptions: :class:`tencentcloud.tke.v20220501.models.AutoUpgradeOptions`
3604
3598
  :param _Components: 升级项
3605
3599
  注意:此字段可能返回 null,表示取不到有效值。
3606
3600
  :type Components: list of str
3607
3601
  :param _MaxUnavailable: 升级时,最大不可升级的节点数
3608
- 注意:此字段可能返回 null,表示取不到有效值。
3609
3602
  :type MaxUnavailable: :class:`tencentcloud.tke.v20220501.models.IntOrString`
3610
3603
  """
3611
3604
  self._AutoUpgrade = None
@@ -3616,7 +3609,6 @@ class MachineUpgradeSettings(AbstractModel):
3616
3609
  @property
3617
3610
  def AutoUpgrade(self):
3618
3611
  """是否开启自动升级
3619
- 注意:此字段可能返回 null,表示取不到有效值。
3620
3612
  :rtype: bool
3621
3613
  """
3622
3614
  return self._AutoUpgrade
@@ -3628,7 +3620,6 @@ class MachineUpgradeSettings(AbstractModel):
3628
3620
  @property
3629
3621
  def UpgradeOptions(self):
3630
3622
  """运维窗口
3631
- 注意:此字段可能返回 null,表示取不到有效值。
3632
3623
  :rtype: :class:`tencentcloud.tke.v20220501.models.AutoUpgradeOptions`
3633
3624
  """
3634
3625
  return self._UpgradeOptions
@@ -3652,7 +3643,6 @@ class MachineUpgradeSettings(AbstractModel):
3652
3643
  @property
3653
3644
  def MaxUnavailable(self):
3654
3645
  """升级时,最大不可升级的节点数
3655
- 注意:此字段可能返回 null,表示取不到有效值。
3656
3646
  :rtype: :class:`tencentcloud.tke.v20220501.models.IntOrString`
3657
3647
  """
3658
3648
  return self._MaxUnavailable
@@ -4188,10 +4178,8 @@ class NativeNodeInfo(AbstractModel):
4188
4178
  注意:此字段可能返回 null,表示取不到有效值。
4189
4179
  :type SecurityGroupIDs: list of str
4190
4180
  :param _VpcId: VPC 唯一 ID
4191
- 注意:此字段可能返回 null,表示取不到有效值。
4192
4181
  :type VpcId: str
4193
4182
  :param _SubnetId: 子网唯一 ID
4194
- 注意:此字段可能返回 null,表示取不到有效值。
4195
4183
  :type SubnetId: str
4196
4184
  :param _OsImage: OS的名称
4197
4185
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4445,7 +4433,6 @@ class NativeNodeInfo(AbstractModel):
4445
4433
  @property
4446
4434
  def VpcId(self):
4447
4435
  """VPC 唯一 ID
4448
- 注意:此字段可能返回 null,表示取不到有效值。
4449
4436
  :rtype: str
4450
4437
  """
4451
4438
  return self._VpcId
@@ -4457,7 +4444,6 @@ class NativeNodeInfo(AbstractModel):
4457
4444
  @property
4458
4445
  def SubnetId(self):
4459
4446
  """子网唯一 ID
4460
- 注意:此字段可能返回 null,表示取不到有效值。
4461
4447
  :rtype: str
4462
4448
  """
4463
4449
  return self._SubnetId
@@ -4538,7 +4524,6 @@ class NativeNodePoolInfo(AbstractModel):
4538
4524
  def __init__(self):
4539
4525
  r"""
4540
4526
  :param _Scaling: 伸缩配置
4541
- 注意:此字段可能返回 null,表示取不到有效值。
4542
4527
  :type Scaling: :class:`tencentcloud.tke.v20220501.models.MachineSetScaling`
4543
4528
  :param _SubnetIds: 子网列表
4544
4529
  :type SubnetIds: list of str
@@ -4546,7 +4531,6 @@ class NativeNodePoolInfo(AbstractModel):
4546
4531
  注意:此字段可能返回 null,表示取不到有效值。
4547
4532
  :type SecurityGroupIds: list of str
4548
4533
  :param _UpgradeSettings: 自动升级配置
4549
- 注意:此字段可能返回 null,表示取不到有效值。
4550
4534
  :type UpgradeSettings: :class:`tencentcloud.tke.v20220501.models.MachineUpgradeSettings`
4551
4535
  :param _AutoRepair: 是否开启自愈能力
4552
4536
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4554,7 +4538,6 @@ class NativeNodePoolInfo(AbstractModel):
4554
4538
  :param _InstanceChargeType: 节点计费类型
4555
4539
  :type InstanceChargeType: str
4556
4540
  :param _InstanceChargePrepaid: 包年包月机型计费配置
4557
- 注意:此字段可能返回 null,表示取不到有效值。
4558
4541
  :type InstanceChargePrepaid: :class:`tencentcloud.tke.v20220501.models.InstanceChargePrepaid`
4559
4542
  :param _SystemDisk: 系统盘配置
4560
4543
  :type SystemDisk: :class:`tencentcloud.tke.v20220501.models.Disk`
@@ -4562,7 +4545,6 @@ class NativeNodePoolInfo(AbstractModel):
4562
4545
  注意:此字段可能返回 null,表示取不到有效值。
4563
4546
  :type KeyIds: list of str
4564
4547
  :param _Management: Machine 系统配置
4565
- 注意:此字段可能返回 null,表示取不到有效值。
4566
4548
  :type Management: :class:`tencentcloud.tke.v20220501.models.ManagementConfig`
4567
4549
  :param _HealthCheckPolicyName: 故障自愈规则名称
4568
4550
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4574,29 +4556,23 @@ class NativeNodePoolInfo(AbstractModel):
4574
4556
  注意:此字段可能返回 null,表示取不到有效值。
4575
4557
  :type KubeletArgs: list of str
4576
4558
  :param _Lifecycle: 预定义脚本
4577
- 注意:此字段可能返回 null,表示取不到有效值。
4578
4559
  :type Lifecycle: :class:`tencentcloud.tke.v20220501.models.LifecycleConfig`
4579
4560
  :param _RuntimeRootDir: 运行时根目录
4580
- 注意:此字段可能返回 null,表示取不到有效值。
4581
4561
  :type RuntimeRootDir: str
4582
4562
  :param _EnableAutoscaling: 是否开启弹性伸缩
4583
- 注意:此字段可能返回 null,表示取不到有效值。
4584
4563
  :type EnableAutoscaling: bool
4585
4564
  :param _InstanceTypes: 机型列表
4586
4565
  :type InstanceTypes: list of str
4587
4566
  :param _Replicas: 期望节点数
4588
- 注意:此字段可能返回 null,表示取不到有效值。
4589
4567
  :type Replicas: int
4590
4568
  :param _ReadyReplicas: 就绪 Machine 个数
4591
4569
  :type ReadyReplicas: int
4592
4570
  :param _InternetAccessible: 公网带宽设置
4593
- 注意:此字段可能返回 null,表示取不到有效值。
4594
4571
  :type InternetAccessible: :class:`tencentcloud.tke.v20220501.models.InternetAccessible`
4595
4572
  :param _DataDisks: 原生节点池数据盘
4596
4573
  注意:此字段可能返回 null,表示取不到有效值。
4597
4574
  :type DataDisks: list of DataDisk
4598
4575
  :param _MachineType: 原生节点机型 Native, NativeCVM
4599
- 注意:此字段可能返回 null,表示取不到有效值。
4600
4576
  :type MachineType: str
4601
4577
  """
4602
4578
  self._Scaling = None
@@ -4625,7 +4601,6 @@ class NativeNodePoolInfo(AbstractModel):
4625
4601
  @property
4626
4602
  def Scaling(self):
4627
4603
  """伸缩配置
4628
- 注意:此字段可能返回 null,表示取不到有效值。
4629
4604
  :rtype: :class:`tencentcloud.tke.v20220501.models.MachineSetScaling`
4630
4605
  """
4631
4606
  return self._Scaling
@@ -4660,7 +4635,6 @@ class NativeNodePoolInfo(AbstractModel):
4660
4635
  @property
4661
4636
  def UpgradeSettings(self):
4662
4637
  """自动升级配置
4663
- 注意:此字段可能返回 null,表示取不到有效值。
4664
4638
  :rtype: :class:`tencentcloud.tke.v20220501.models.MachineUpgradeSettings`
4665
4639
  """
4666
4640
  return self._UpgradeSettings
@@ -4695,7 +4669,6 @@ class NativeNodePoolInfo(AbstractModel):
4695
4669
  @property
4696
4670
  def InstanceChargePrepaid(self):
4697
4671
  """包年包月机型计费配置
4698
- 注意:此字段可能返回 null,表示取不到有效值。
4699
4672
  :rtype: :class:`tencentcloud.tke.v20220501.models.InstanceChargePrepaid`
4700
4673
  """
4701
4674
  return self._InstanceChargePrepaid
@@ -4730,7 +4703,6 @@ class NativeNodePoolInfo(AbstractModel):
4730
4703
  @property
4731
4704
  def Management(self):
4732
4705
  """Machine 系统配置
4733
- 注意:此字段可能返回 null,表示取不到有效值。
4734
4706
  :rtype: :class:`tencentcloud.tke.v20220501.models.ManagementConfig`
4735
4707
  """
4736
4708
  return self._Management
@@ -4778,7 +4750,6 @@ class NativeNodePoolInfo(AbstractModel):
4778
4750
  @property
4779
4751
  def Lifecycle(self):
4780
4752
  """预定义脚本
4781
- 注意:此字段可能返回 null,表示取不到有效值。
4782
4753
  :rtype: :class:`tencentcloud.tke.v20220501.models.LifecycleConfig`
4783
4754
  """
4784
4755
  return self._Lifecycle
@@ -4790,7 +4761,6 @@ class NativeNodePoolInfo(AbstractModel):
4790
4761
  @property
4791
4762
  def RuntimeRootDir(self):
4792
4763
  """运行时根目录
4793
- 注意:此字段可能返回 null,表示取不到有效值。
4794
4764
  :rtype: str
4795
4765
  """
4796
4766
  return self._RuntimeRootDir
@@ -4802,7 +4772,6 @@ class NativeNodePoolInfo(AbstractModel):
4802
4772
  @property
4803
4773
  def EnableAutoscaling(self):
4804
4774
  """是否开启弹性伸缩
4805
- 注意:此字段可能返回 null,表示取不到有效值。
4806
4775
  :rtype: bool
4807
4776
  """
4808
4777
  return self._EnableAutoscaling
@@ -4825,7 +4794,6 @@ class NativeNodePoolInfo(AbstractModel):
4825
4794
  @property
4826
4795
  def Replicas(self):
4827
4796
  """期望节点数
4828
- 注意:此字段可能返回 null,表示取不到有效值。
4829
4797
  :rtype: int
4830
4798
  """
4831
4799
  return self._Replicas
@@ -4848,7 +4816,6 @@ class NativeNodePoolInfo(AbstractModel):
4848
4816
  @property
4849
4817
  def InternetAccessible(self):
4850
4818
  """公网带宽设置
4851
- 注意:此字段可能返回 null,表示取不到有效值。
4852
4819
  :rtype: :class:`tencentcloud.tke.v20220501.models.InternetAccessible`
4853
4820
  """
4854
4821
  return self._InternetAccessible
@@ -4872,7 +4839,6 @@ class NativeNodePoolInfo(AbstractModel):
4872
4839
  @property
4873
4840
  def MachineType(self):
4874
4841
  """原生节点机型 Native, NativeCVM
4875
- 注意:此字段可能返回 null,表示取不到有效值。
4876
4842
  :rtype: str
4877
4843
  """
4878
4844
  return self._MachineType