tencentcloud-sdk-python-cynosdb 3.1.101__tar.gz → 3.1.102__tar.gz

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 (17) hide show
  1. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/tencentcloud/cynosdb/v20190107/models.py +135 -140
  5. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/tencentcloud_sdk_python_cynosdb.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cynosdb-3.1.102/tencentcloud_sdk_python_cynosdb.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cynosdb-3.1.101/tencentcloud_sdk_python_cynosdb.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/tencentcloud/cynosdb/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/tencentcloud/cynosdb/v20190107/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/tencentcloud/cynosdb/v20190107/cynosdb_client.py +0 -0
  13. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/tencentcloud/cynosdb/v20190107/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/tencentcloud_sdk_python_cynosdb.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/tencentcloud_sdk_python_cynosdb.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cynosdb-3.1.101 → tencentcloud_sdk_python_cynosdb-3.1.102}/tencentcloud_sdk_python_cynosdb.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cynosdb
3
- Version: 3.1.101
3
+ Version: 3.1.102
4
4
  Summary: Tencent Cloud Cynosdb SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.101
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cynosdb',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.101,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.102,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cynosdb SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.101'
17
+ __version__ = '3.1.102'
@@ -11499,108 +11499,97 @@ class CynosdbCluster(AbstractModel):
11499
11499
 
11500
11500
  def __init__(self):
11501
11501
  r"""
11502
- :param _Status: 集群状态, 可选值如下:
11503
- creating: 创建中
11504
- running:运行中
11505
- isolating:隔离中
11506
- isolated:已隔离
11507
- activating:解隔离中
11508
- offlining:下线中
11509
- offlined:已下线
11510
- deleting:删除中
11511
- deleted:已删除
11502
+ :param _Status: <p>集群状态, 可选值如下:<br>creating: 创建中<br>running:运行中<br>isolating:隔离中<br>isolated:已隔离<br>activating:解隔离中<br>offlining:下线中<br>offlined:已下线<br>deleting:删除中<br>deleted:已删除</p>
11512
11503
  :type Status: str
11513
- :param _UpdateTime: 更新时间
11504
+ :param _UpdateTime: <p>更新时间</p>
11514
11505
  :type UpdateTime: str
11515
- :param _Zone: 可用区
11506
+ :param _Zone: <p>可用区</p>
11516
11507
  :type Zone: str
11517
- :param _ClusterName: 集群名称
11508
+ :param _ClusterName: <p>集群名称</p>
11518
11509
  :type ClusterName: str
11519
- :param _Region: 地域
11510
+ :param _Region: <p>地域</p>
11520
11511
  :type Region: str
11521
- :param _DbVersion: 数据库版本
11512
+ :param _DbVersion: <p>数据库版本</p>
11522
11513
  :type DbVersion: str
11523
- :param _ClusterId: 集群ID
11514
+ :param _ClusterId: <p>集群ID</p>
11524
11515
  :type ClusterId: str
11525
- :param _InstanceNum: 实例数
11516
+ :param _InstanceNum: <p>实例数</p>
11526
11517
  :type InstanceNum: int
11527
- :param _Uin: 用户uin
11518
+ :param _Uin: <p>用户uin</p>
11528
11519
  :type Uin: str
11529
- :param _DbType: 引擎类型
11520
+ :param _DbType: <p>引擎类型</p>
11530
11521
  :type DbType: str
11531
- :param _AppId: 用户appid
11522
+ :param _AppId: <p>用户appid</p>
11532
11523
  :type AppId: int
11533
- :param _StatusDesc: 集群状态描述
11524
+ :param _StatusDesc: <p>集群状态描述</p>
11534
11525
  :type StatusDesc: str
11535
- :param _CreateTime: 集群创建时间
11526
+ :param _CreateTime: <p>集群创建时间</p>
11536
11527
  :type CreateTime: str
11537
- :param _PayMode: 付费模式。0-按量计费,1-包年包月
11528
+ :param _PayMode: <p>付费模式。0-按量计费,1-包年包月</p>
11538
11529
  :type PayMode: int
11539
- :param _PeriodEndTime: 截止时间
11530
+ :param _PeriodEndTime: <p>截止时间</p>
11540
11531
  :type PeriodEndTime: str
11541
- :param _Vip: 集群读写vip
11532
+ :param _Vip: <p>集群读写vip</p>
11542
11533
  :type Vip: str
11543
- :param _Vport: 集群读写vport
11534
+ :param _Vport: <p>集群读写vport</p>
11544
11535
  :type Vport: int
11545
- :param _ProjectID: 项目id
11536
+ :param _ProjectID: <p>项目id</p>
11546
11537
  :type ProjectID: int
11547
- :param _VpcId: 私有网络ID
11538
+ :param _VpcId: <p>私有网络ID</p>
11548
11539
  :type VpcId: str
11549
- :param _SubnetId: 子网ID
11540
+ :param _SubnetId: <p>子网ID</p>
11550
11541
  :type SubnetId: str
11551
- :param _CynosVersion: cynos内核版本
11542
+ :param _CynosVersion: <p>cynos内核版本</p>
11552
11543
  :type CynosVersion: str
11553
- :param _CynosVersionTag: cynos版本标签
11544
+ :param _CynosVersionTag: <p>cynos版本标签</p>
11554
11545
  :type CynosVersionTag: str
11555
- :param _StorageLimit: 存储容量
11546
+ :param _StorageLimit: <p>存储容量</p>
11556
11547
  :type StorageLimit: int
11557
- :param _RenewFlag: 续费标志
11548
+ :param _RenewFlag: <p>续费标志</p>
11558
11549
  :type RenewFlag: int
11559
- :param _ProcessingTask: 正在处理的任务
11550
+ :param _ProcessingTask: <p>正在处理的任务</p>
11560
11551
  :type ProcessingTask: str
11561
- :param _Tasks: 集群的任务数组
11552
+ :param _Tasks: <p>集群的任务数组</p>
11562
11553
  :type Tasks: list of ObjectTask
11563
- :param _ResourceTags: 集群绑定的tag数组
11554
+ :param _ResourceTags: <p>集群绑定的tag数组</p>
11564
11555
  :type ResourceTags: list of Tag
11565
- :param _DbMode: Db类型(NORMAL, SERVERLESS)
11556
+ :param _DbMode: <p>Db类型(NORMAL, SERVERLESS)</p>
11566
11557
  :type DbMode: str
11567
- :param _ServerlessStatus: Db类型为SERVERLESS时,serverless集群状态,可选值:
11568
- resume
11569
- pause
11558
+ :param _ServerlessStatus: <p>当Db类型为SERVERLESS时,serverless集群状态,可选值:<br>resume<br>pause</p>
11570
11559
  :type ServerlessStatus: str
11571
- :param _Storage: 集群预付费存储值大小
11560
+ :param _Storage: <p>集群预付费存储值大小</p>
11572
11561
  :type Storage: int
11573
- :param _StorageId: 集群存储为预付费时的存储ID,用于预付费存储变配
11562
+ :param _StorageId: <p>集群存储为预付费时的存储ID,用于预付费存储变配</p>
11574
11563
  :type StorageId: str
11575
- :param _StoragePayMode: 集群存储付费模式。0-按量计费,1-包年包月
11564
+ :param _StoragePayMode: <p>集群存储付费模式。0-按量计费,1-包年包月</p>
11576
11565
  :type StoragePayMode: int
11577
- :param _MinStorageSize: 集群计算规格对应的最小存储值
11566
+ :param _MinStorageSize: <p>集群计算规格对应的最小存储值</p>
11578
11567
  :type MinStorageSize: int
11579
- :param _MaxStorageSize: 集群计算规格对应的最大存储值
11568
+ :param _MaxStorageSize: <p>集群计算规格对应的最大存储值</p>
11580
11569
  :type MaxStorageSize: int
11581
- :param _NetAddrs: 集群网络信息
11570
+ :param _NetAddrs: <p>集群网络信息</p>
11582
11571
  :type NetAddrs: list of NetAddr
11583
- :param _PhysicalZone: 物理可用区
11572
+ :param _PhysicalZone: <p>物理可用区</p>
11584
11573
  :type PhysicalZone: str
11585
- :param _MasterZone: 主可用区
11574
+ :param _MasterZone: <p>主可用区</p>
11586
11575
  :type MasterZone: str
11587
- :param _HasSlaveZone: 是否有从可用区
11576
+ :param _HasSlaveZone: <p>是否有从可用区</p>
11588
11577
  :type HasSlaveZone: str
11589
- :param _SlaveZones: 从可用区
11578
+ :param _SlaveZones: <p>从可用区</p>
11590
11579
  :type SlaveZones: list of str
11591
- :param _BusinessType: 商业类型
11580
+ :param _BusinessType: <p>商业类型</p>
11592
11581
  :type BusinessType: str
11593
- :param _IsFreeze: 是否冻结
11582
+ :param _IsFreeze: <p>是否冻结</p>
11594
11583
  :type IsFreeze: str
11595
- :param _OrderSource: 订单来源
11584
+ :param _OrderSource: <p>订单来源</p>
11596
11585
  :type OrderSource: str
11597
- :param _Ability: 能力
11586
+ :param _Ability: <p>能力</p>
11598
11587
  :type Ability: :class:`tencentcloud.cynosdb.v20190107.models.Ability`
11599
- :param _ResourcePackages: 实例绑定资源包信息(此处只返回存储资源包,即packageType=DISK
11588
+ :param _ResourcePackages: <p>实例绑定资源包信息(此处只返回存储资源包,即packageType=DISK)</p>
11600
11589
  :type ResourcePackages: list of ResourcePackage
11601
- :param _GdnId: 全球数据库唯一标识
11590
+ :param _GdnId: <p>全球数据库唯一标识</p>
11602
11591
  :type GdnId: str
11603
- :param _GdnRole: 集群角色。主集群- primary,从集群 - standby,如果 GdnId为空,该字段无效。
11592
+ :param _GdnRole: <p>集群角色。主集群- primary,从集群 - standby,如果 GdnId为空,该字段无效。</p>
11604
11593
  :type GdnRole: str
11605
11594
  """
11606
11595
  self._Status = None
@@ -11652,16 +11641,7 @@ pause
11652
11641
 
11653
11642
  @property
11654
11643
  def Status(self):
11655
- r"""集群状态, 可选值如下:
11656
- creating: 创建中
11657
- running:运行中
11658
- isolating:隔离中
11659
- isolated:已隔离
11660
- activating:解隔离中
11661
- offlining:下线中
11662
- offlined:已下线
11663
- deleting:删除中
11664
- deleted:已删除
11644
+ r"""<p>集群状态, 可选值如下:<br>creating: 创建中<br>running:运行中<br>isolating:隔离中<br>isolated:已隔离<br>activating:解隔离中<br>offlining:下线中<br>offlined:已下线<br>deleting:删除中<br>deleted:已删除</p>
11665
11645
  :rtype: str
11666
11646
  """
11667
11647
  return self._Status
@@ -11672,7 +11652,7 @@ deleted:已删除
11672
11652
 
11673
11653
  @property
11674
11654
  def UpdateTime(self):
11675
- r"""更新时间
11655
+ r"""<p>更新时间</p>
11676
11656
  :rtype: str
11677
11657
  """
11678
11658
  return self._UpdateTime
@@ -11683,7 +11663,7 @@ deleted:已删除
11683
11663
 
11684
11664
  @property
11685
11665
  def Zone(self):
11686
- r"""可用区
11666
+ r"""<p>可用区</p>
11687
11667
  :rtype: str
11688
11668
  """
11689
11669
  return self._Zone
@@ -11694,7 +11674,7 @@ deleted:已删除
11694
11674
 
11695
11675
  @property
11696
11676
  def ClusterName(self):
11697
- r"""集群名称
11677
+ r"""<p>集群名称</p>
11698
11678
  :rtype: str
11699
11679
  """
11700
11680
  return self._ClusterName
@@ -11705,7 +11685,7 @@ deleted:已删除
11705
11685
 
11706
11686
  @property
11707
11687
  def Region(self):
11708
- r"""地域
11688
+ r"""<p>地域</p>
11709
11689
  :rtype: str
11710
11690
  """
11711
11691
  return self._Region
@@ -11716,7 +11696,7 @@ deleted:已删除
11716
11696
 
11717
11697
  @property
11718
11698
  def DbVersion(self):
11719
- r"""数据库版本
11699
+ r"""<p>数据库版本</p>
11720
11700
  :rtype: str
11721
11701
  """
11722
11702
  return self._DbVersion
@@ -11727,7 +11707,7 @@ deleted:已删除
11727
11707
 
11728
11708
  @property
11729
11709
  def ClusterId(self):
11730
- r"""集群ID
11710
+ r"""<p>集群ID</p>
11731
11711
  :rtype: str
11732
11712
  """
11733
11713
  return self._ClusterId
@@ -11738,7 +11718,7 @@ deleted:已删除
11738
11718
 
11739
11719
  @property
11740
11720
  def InstanceNum(self):
11741
- r"""实例数
11721
+ r"""<p>实例数</p>
11742
11722
  :rtype: int
11743
11723
  """
11744
11724
  return self._InstanceNum
@@ -11749,7 +11729,7 @@ deleted:已删除
11749
11729
 
11750
11730
  @property
11751
11731
  def Uin(self):
11752
- r"""用户uin
11732
+ r"""<p>用户uin</p>
11753
11733
  :rtype: str
11754
11734
  """
11755
11735
  return self._Uin
@@ -11760,7 +11740,7 @@ deleted:已删除
11760
11740
 
11761
11741
  @property
11762
11742
  def DbType(self):
11763
- r"""引擎类型
11743
+ r"""<p>引擎类型</p>
11764
11744
  :rtype: str
11765
11745
  """
11766
11746
  return self._DbType
@@ -11771,7 +11751,7 @@ deleted:已删除
11771
11751
 
11772
11752
  @property
11773
11753
  def AppId(self):
11774
- r"""用户appid
11754
+ r"""<p>用户appid</p>
11775
11755
  :rtype: int
11776
11756
  """
11777
11757
  return self._AppId
@@ -11782,7 +11762,7 @@ deleted:已删除
11782
11762
 
11783
11763
  @property
11784
11764
  def StatusDesc(self):
11785
- r"""集群状态描述
11765
+ r"""<p>集群状态描述</p>
11786
11766
  :rtype: str
11787
11767
  """
11788
11768
  return self._StatusDesc
@@ -11793,7 +11773,7 @@ deleted:已删除
11793
11773
 
11794
11774
  @property
11795
11775
  def CreateTime(self):
11796
- r"""集群创建时间
11776
+ r"""<p>集群创建时间</p>
11797
11777
  :rtype: str
11798
11778
  """
11799
11779
  return self._CreateTime
@@ -11804,7 +11784,7 @@ deleted:已删除
11804
11784
 
11805
11785
  @property
11806
11786
  def PayMode(self):
11807
- r"""付费模式。0-按量计费,1-包年包月
11787
+ r"""<p>付费模式。0-按量计费,1-包年包月</p>
11808
11788
  :rtype: int
11809
11789
  """
11810
11790
  return self._PayMode
@@ -11815,7 +11795,7 @@ deleted:已删除
11815
11795
 
11816
11796
  @property
11817
11797
  def PeriodEndTime(self):
11818
- r"""截止时间
11798
+ r"""<p>截止时间</p>
11819
11799
  :rtype: str
11820
11800
  """
11821
11801
  return self._PeriodEndTime
@@ -11826,7 +11806,7 @@ deleted:已删除
11826
11806
 
11827
11807
  @property
11828
11808
  def Vip(self):
11829
- r"""集群读写vip
11809
+ r"""<p>集群读写vip</p>
11830
11810
  :rtype: str
11831
11811
  """
11832
11812
  return self._Vip
@@ -11837,7 +11817,7 @@ deleted:已删除
11837
11817
 
11838
11818
  @property
11839
11819
  def Vport(self):
11840
- r"""集群读写vport
11820
+ r"""<p>集群读写vport</p>
11841
11821
  :rtype: int
11842
11822
  """
11843
11823
  return self._Vport
@@ -11848,7 +11828,7 @@ deleted:已删除
11848
11828
 
11849
11829
  @property
11850
11830
  def ProjectID(self):
11851
- r"""项目id
11831
+ r"""<p>项目id</p>
11852
11832
  :rtype: int
11853
11833
  """
11854
11834
  return self._ProjectID
@@ -11859,7 +11839,7 @@ deleted:已删除
11859
11839
 
11860
11840
  @property
11861
11841
  def VpcId(self):
11862
- r"""私有网络ID
11842
+ r"""<p>私有网络ID</p>
11863
11843
  :rtype: str
11864
11844
  """
11865
11845
  return self._VpcId
@@ -11870,7 +11850,7 @@ deleted:已删除
11870
11850
 
11871
11851
  @property
11872
11852
  def SubnetId(self):
11873
- r"""子网ID
11853
+ r"""<p>子网ID</p>
11874
11854
  :rtype: str
11875
11855
  """
11876
11856
  return self._SubnetId
@@ -11881,7 +11861,7 @@ deleted:已删除
11881
11861
 
11882
11862
  @property
11883
11863
  def CynosVersion(self):
11884
- r"""cynos内核版本
11864
+ r"""<p>cynos内核版本</p>
11885
11865
  :rtype: str
11886
11866
  """
11887
11867
  return self._CynosVersion
@@ -11892,7 +11872,7 @@ deleted:已删除
11892
11872
 
11893
11873
  @property
11894
11874
  def CynosVersionTag(self):
11895
- r"""cynos版本标签
11875
+ r"""<p>cynos版本标签</p>
11896
11876
  :rtype: str
11897
11877
  """
11898
11878
  return self._CynosVersionTag
@@ -11903,7 +11883,7 @@ deleted:已删除
11903
11883
 
11904
11884
  @property
11905
11885
  def StorageLimit(self):
11906
- r"""存储容量
11886
+ r"""<p>存储容量</p>
11907
11887
  :rtype: int
11908
11888
  """
11909
11889
  return self._StorageLimit
@@ -11914,7 +11894,7 @@ deleted:已删除
11914
11894
 
11915
11895
  @property
11916
11896
  def RenewFlag(self):
11917
- r"""续费标志
11897
+ r"""<p>续费标志</p>
11918
11898
  :rtype: int
11919
11899
  """
11920
11900
  return self._RenewFlag
@@ -11925,7 +11905,7 @@ deleted:已删除
11925
11905
 
11926
11906
  @property
11927
11907
  def ProcessingTask(self):
11928
- r"""正在处理的任务
11908
+ r"""<p>正在处理的任务</p>
11929
11909
  :rtype: str
11930
11910
  """
11931
11911
  return self._ProcessingTask
@@ -11936,7 +11916,7 @@ deleted:已删除
11936
11916
 
11937
11917
  @property
11938
11918
  def Tasks(self):
11939
- r"""集群的任务数组
11919
+ r"""<p>集群的任务数组</p>
11940
11920
  :rtype: list of ObjectTask
11941
11921
  """
11942
11922
  return self._Tasks
@@ -11947,7 +11927,7 @@ deleted:已删除
11947
11927
 
11948
11928
  @property
11949
11929
  def ResourceTags(self):
11950
- r"""集群绑定的tag数组
11930
+ r"""<p>集群绑定的tag数组</p>
11951
11931
  :rtype: list of Tag
11952
11932
  """
11953
11933
  return self._ResourceTags
@@ -11958,7 +11938,7 @@ deleted:已删除
11958
11938
 
11959
11939
  @property
11960
11940
  def DbMode(self):
11961
- r"""Db类型(NORMAL, SERVERLESS)
11941
+ r"""<p>Db类型(NORMAL, SERVERLESS)</p>
11962
11942
  :rtype: str
11963
11943
  """
11964
11944
  return self._DbMode
@@ -11969,9 +11949,7 @@ deleted:已删除
11969
11949
 
11970
11950
  @property
11971
11951
  def ServerlessStatus(self):
11972
- r"""Db类型为SERVERLESS时,serverless集群状态,可选值:
11973
- resume
11974
- pause
11952
+ r"""<p>当Db类型为SERVERLESS时,serverless集群状态,可选值:<br>resume<br>pause</p>
11975
11953
  :rtype: str
11976
11954
  """
11977
11955
  return self._ServerlessStatus
@@ -11982,7 +11960,7 @@ pause
11982
11960
 
11983
11961
  @property
11984
11962
  def Storage(self):
11985
- r"""集群预付费存储值大小
11963
+ r"""<p>集群预付费存储值大小</p>
11986
11964
  :rtype: int
11987
11965
  """
11988
11966
  return self._Storage
@@ -11993,7 +11971,7 @@ pause
11993
11971
 
11994
11972
  @property
11995
11973
  def StorageId(self):
11996
- r"""集群存储为预付费时的存储ID,用于预付费存储变配
11974
+ r"""<p>集群存储为预付费时的存储ID,用于预付费存储变配</p>
11997
11975
  :rtype: str
11998
11976
  """
11999
11977
  return self._StorageId
@@ -12004,7 +11982,7 @@ pause
12004
11982
 
12005
11983
  @property
12006
11984
  def StoragePayMode(self):
12007
- r"""集群存储付费模式。0-按量计费,1-包年包月
11985
+ r"""<p>集群存储付费模式。0-按量计费,1-包年包月</p>
12008
11986
  :rtype: int
12009
11987
  """
12010
11988
  return self._StoragePayMode
@@ -12015,7 +11993,7 @@ pause
12015
11993
 
12016
11994
  @property
12017
11995
  def MinStorageSize(self):
12018
- r"""集群计算规格对应的最小存储值
11996
+ r"""<p>集群计算规格对应的最小存储值</p>
12019
11997
  :rtype: int
12020
11998
  """
12021
11999
  return self._MinStorageSize
@@ -12026,7 +12004,7 @@ pause
12026
12004
 
12027
12005
  @property
12028
12006
  def MaxStorageSize(self):
12029
- r"""集群计算规格对应的最大存储值
12007
+ r"""<p>集群计算规格对应的最大存储值</p>
12030
12008
  :rtype: int
12031
12009
  """
12032
12010
  return self._MaxStorageSize
@@ -12037,7 +12015,7 @@ pause
12037
12015
 
12038
12016
  @property
12039
12017
  def NetAddrs(self):
12040
- r"""集群网络信息
12018
+ r"""<p>集群网络信息</p>
12041
12019
  :rtype: list of NetAddr
12042
12020
  """
12043
12021
  return self._NetAddrs
@@ -12048,7 +12026,7 @@ pause
12048
12026
 
12049
12027
  @property
12050
12028
  def PhysicalZone(self):
12051
- r"""物理可用区
12029
+ r"""<p>物理可用区</p>
12052
12030
  :rtype: str
12053
12031
  """
12054
12032
  return self._PhysicalZone
@@ -12059,7 +12037,7 @@ pause
12059
12037
 
12060
12038
  @property
12061
12039
  def MasterZone(self):
12062
- r"""主可用区
12040
+ r"""<p>主可用区</p>
12063
12041
  :rtype: str
12064
12042
  """
12065
12043
  return self._MasterZone
@@ -12070,7 +12048,7 @@ pause
12070
12048
 
12071
12049
  @property
12072
12050
  def HasSlaveZone(self):
12073
- r"""是否有从可用区
12051
+ r"""<p>是否有从可用区</p>
12074
12052
  :rtype: str
12075
12053
  """
12076
12054
  return self._HasSlaveZone
@@ -12081,7 +12059,7 @@ pause
12081
12059
 
12082
12060
  @property
12083
12061
  def SlaveZones(self):
12084
- r"""从可用区
12062
+ r"""<p>从可用区</p>
12085
12063
  :rtype: list of str
12086
12064
  """
12087
12065
  return self._SlaveZones
@@ -12092,7 +12070,7 @@ pause
12092
12070
 
12093
12071
  @property
12094
12072
  def BusinessType(self):
12095
- r"""商业类型
12073
+ r"""<p>商业类型</p>
12096
12074
  :rtype: str
12097
12075
  """
12098
12076
  return self._BusinessType
@@ -12103,7 +12081,7 @@ pause
12103
12081
 
12104
12082
  @property
12105
12083
  def IsFreeze(self):
12106
- r"""是否冻结
12084
+ r"""<p>是否冻结</p>
12107
12085
  :rtype: str
12108
12086
  """
12109
12087
  return self._IsFreeze
@@ -12114,7 +12092,7 @@ pause
12114
12092
 
12115
12093
  @property
12116
12094
  def OrderSource(self):
12117
- r"""订单来源
12095
+ r"""<p>订单来源</p>
12118
12096
  :rtype: str
12119
12097
  """
12120
12098
  return self._OrderSource
@@ -12125,7 +12103,7 @@ pause
12125
12103
 
12126
12104
  @property
12127
12105
  def Ability(self):
12128
- r"""能力
12106
+ r"""<p>能力</p>
12129
12107
  :rtype: :class:`tencentcloud.cynosdb.v20190107.models.Ability`
12130
12108
  """
12131
12109
  return self._Ability
@@ -12136,7 +12114,7 @@ pause
12136
12114
 
12137
12115
  @property
12138
12116
  def ResourcePackages(self):
12139
- r"""实例绑定资源包信息(此处只返回存储资源包,即packageType=DISK
12117
+ r"""<p>实例绑定资源包信息(此处只返回存储资源包,即packageType=DISK)</p>
12140
12118
  :rtype: list of ResourcePackage
12141
12119
  """
12142
12120
  return self._ResourcePackages
@@ -12147,7 +12125,7 @@ pause
12147
12125
 
12148
12126
  @property
12149
12127
  def GdnId(self):
12150
- r"""全球数据库唯一标识
12128
+ r"""<p>全球数据库唯一标识</p>
12151
12129
  :rtype: str
12152
12130
  """
12153
12131
  return self._GdnId
@@ -12158,7 +12136,7 @@ pause
12158
12136
 
12159
12137
  @property
12160
12138
  def GdnRole(self):
12161
- r"""集群角色。主集群- primary,从集群 - standby,如果 GdnId为空,该字段无效。
12139
+ r"""<p>集群角色。主集群- primary,从集群 - standby,如果 GdnId为空,该字段无效。</p>
12162
12140
  :rtype: str
12163
12141
  """
12164
12142
  return self._GdnRole
@@ -47183,31 +47161,33 @@ class ParamItemDetail(AbstractModel):
47183
47161
 
47184
47162
  def __init__(self):
47185
47163
  r"""
47186
- :param _CurrentValue: 当前值
47164
+ :param _CurrentValue: <p>当前值</p>
47187
47165
  :type CurrentValue: str
47188
- :param _Default: 默认值
47166
+ :param _Default: <p>默认值</p>
47189
47167
  :type Default: str
47190
- :param _EnumValue: 参数的可选枚举值。如果为非枚举值,则为空
47168
+ :param _EnumValue: <p>参数的可选枚举值。如果为非枚举值,则为空</p>
47191
47169
  :type EnumValue: list of str
47192
- :param _IsGlobal: 1:全局参数,0:非全局参数
47170
+ :param _IsGlobal: <p>1:全局参数,0:非全局参数</p>
47193
47171
  :type IsGlobal: int
47194
- :param _Max: 最大值
47172
+ :param _Max: <p>最大值</p>
47195
47173
  :type Max: str
47196
- :param _Min: 最小值
47174
+ :param _Min: <p>最小值</p>
47197
47175
  :type Min: str
47198
- :param _NeedReboot: 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。
47176
+ :param _NeedReboot: <p>修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。</p>
47199
47177
  :type NeedReboot: int
47200
- :param _ParamName: 参数名称
47178
+ :param _ParamName: <p>参数名称</p>
47201
47179
  :type ParamName: str
47202
- :param _ParamType: 参数类型:integer,enum,float,string,func
47180
+ :param _ParamType: <p>参数类型:integer,enum,float,string,func</p>
47203
47181
  :type ParamType: str
47204
- :param _Description: 参数描述
47182
+ :param _ModifiableInfo: <p>参数是否可修改</p>
47183
+ :type ModifiableInfo: :class:`tencentcloud.cynosdb.v20190107.models.ModifiableInfo`
47184
+ :param _Description: <p>参数描述</p>
47205
47185
  :type Description: str
47206
- :param _IsFunc: 类型是否为公式
47186
+ :param _IsFunc: <p>类型是否为公式</p>
47207
47187
  :type IsFunc: bool
47208
- :param _Func: 参数配置公式
47188
+ :param _Func: <p>参数配置公式</p>
47209
47189
  :type Func: str
47210
- :param _FuncPattern: 支持公式的参数的默认公式样式
47190
+ :param _FuncPattern: <p>支持公式的参数的默认公式样式</p>
47211
47191
  :type FuncPattern: str
47212
47192
  """
47213
47193
  self._CurrentValue = None
@@ -47219,6 +47199,7 @@ class ParamItemDetail(AbstractModel):
47219
47199
  self._NeedReboot = None
47220
47200
  self._ParamName = None
47221
47201
  self._ParamType = None
47202
+ self._ModifiableInfo = None
47222
47203
  self._Description = None
47223
47204
  self._IsFunc = None
47224
47205
  self._Func = None
@@ -47226,7 +47207,7 @@ class ParamItemDetail(AbstractModel):
47226
47207
 
47227
47208
  @property
47228
47209
  def CurrentValue(self):
47229
- r"""当前值
47210
+ r"""<p>当前值</p>
47230
47211
  :rtype: str
47231
47212
  """
47232
47213
  return self._CurrentValue
@@ -47237,7 +47218,7 @@ class ParamItemDetail(AbstractModel):
47237
47218
 
47238
47219
  @property
47239
47220
  def Default(self):
47240
- r"""默认值
47221
+ r"""<p>默认值</p>
47241
47222
  :rtype: str
47242
47223
  """
47243
47224
  return self._Default
@@ -47248,7 +47229,7 @@ class ParamItemDetail(AbstractModel):
47248
47229
 
47249
47230
  @property
47250
47231
  def EnumValue(self):
47251
- r"""参数的可选枚举值。如果为非枚举值,则为空
47232
+ r"""<p>参数的可选枚举值。如果为非枚举值,则为空</p>
47252
47233
  :rtype: list of str
47253
47234
  """
47254
47235
  return self._EnumValue
@@ -47259,7 +47240,7 @@ class ParamItemDetail(AbstractModel):
47259
47240
 
47260
47241
  @property
47261
47242
  def IsGlobal(self):
47262
- r"""1:全局参数,0:非全局参数
47243
+ r"""<p>1:全局参数,0:非全局参数</p>
47263
47244
  :rtype: int
47264
47245
  """
47265
47246
  return self._IsGlobal
@@ -47270,7 +47251,7 @@ class ParamItemDetail(AbstractModel):
47270
47251
 
47271
47252
  @property
47272
47253
  def Max(self):
47273
- r"""最大值
47254
+ r"""<p>最大值</p>
47274
47255
  :rtype: str
47275
47256
  """
47276
47257
  return self._Max
@@ -47281,7 +47262,7 @@ class ParamItemDetail(AbstractModel):
47281
47262
 
47282
47263
  @property
47283
47264
  def Min(self):
47284
- r"""最小值
47265
+ r"""<p>最小值</p>
47285
47266
  :rtype: str
47286
47267
  """
47287
47268
  return self._Min
@@ -47292,7 +47273,7 @@ class ParamItemDetail(AbstractModel):
47292
47273
 
47293
47274
  @property
47294
47275
  def NeedReboot(self):
47295
- r"""修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。
47276
+ r"""<p>修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。</p>
47296
47277
  :rtype: int
47297
47278
  """
47298
47279
  return self._NeedReboot
@@ -47303,7 +47284,7 @@ class ParamItemDetail(AbstractModel):
47303
47284
 
47304
47285
  @property
47305
47286
  def ParamName(self):
47306
- r"""参数名称
47287
+ r"""<p>参数名称</p>
47307
47288
  :rtype: str
47308
47289
  """
47309
47290
  return self._ParamName
@@ -47314,7 +47295,7 @@ class ParamItemDetail(AbstractModel):
47314
47295
 
47315
47296
  @property
47316
47297
  def ParamType(self):
47317
- r"""参数类型:integer,enum,float,string,func
47298
+ r"""<p>参数类型:integer,enum,float,string,func</p>
47318
47299
  :rtype: str
47319
47300
  """
47320
47301
  return self._ParamType
@@ -47323,9 +47304,20 @@ class ParamItemDetail(AbstractModel):
47323
47304
  def ParamType(self, ParamType):
47324
47305
  self._ParamType = ParamType
47325
47306
 
47307
+ @property
47308
+ def ModifiableInfo(self):
47309
+ r"""<p>参数是否可修改</p>
47310
+ :rtype: :class:`tencentcloud.cynosdb.v20190107.models.ModifiableInfo`
47311
+ """
47312
+ return self._ModifiableInfo
47313
+
47314
+ @ModifiableInfo.setter
47315
+ def ModifiableInfo(self, ModifiableInfo):
47316
+ self._ModifiableInfo = ModifiableInfo
47317
+
47326
47318
  @property
47327
47319
  def Description(self):
47328
- r"""参数描述
47320
+ r"""<p>参数描述</p>
47329
47321
  :rtype: str
47330
47322
  """
47331
47323
  return self._Description
@@ -47336,7 +47328,7 @@ class ParamItemDetail(AbstractModel):
47336
47328
 
47337
47329
  @property
47338
47330
  def IsFunc(self):
47339
- r"""类型是否为公式
47331
+ r"""<p>类型是否为公式</p>
47340
47332
  :rtype: bool
47341
47333
  """
47342
47334
  return self._IsFunc
@@ -47347,7 +47339,7 @@ class ParamItemDetail(AbstractModel):
47347
47339
 
47348
47340
  @property
47349
47341
  def Func(self):
47350
- r"""参数配置公式
47342
+ r"""<p>参数配置公式</p>
47351
47343
  :rtype: str
47352
47344
  """
47353
47345
  return self._Func
@@ -47358,7 +47350,7 @@ class ParamItemDetail(AbstractModel):
47358
47350
 
47359
47351
  @property
47360
47352
  def FuncPattern(self):
47361
- r"""支持公式的参数的默认公式样式
47353
+ r"""<p>支持公式的参数的默认公式样式</p>
47362
47354
  :rtype: str
47363
47355
  """
47364
47356
  return self._FuncPattern
@@ -47378,6 +47370,9 @@ class ParamItemDetail(AbstractModel):
47378
47370
  self._NeedReboot = params.get("NeedReboot")
47379
47371
  self._ParamName = params.get("ParamName")
47380
47372
  self._ParamType = params.get("ParamType")
47373
+ if params.get("ModifiableInfo") is not None:
47374
+ self._ModifiableInfo = ModifiableInfo()
47375
+ self._ModifiableInfo._deserialize(params.get("ModifiableInfo"))
47381
47376
  self._Description = params.get("Description")
47382
47377
  self._IsFunc = params.get("IsFunc")
47383
47378
  self._Func = params.get("Func")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cynosdb
3
- Version: 3.1.101
3
+ Version: 3.1.102
4
4
  Summary: Tencent Cloud Cynosdb SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.101
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.102
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.101