tencentcloud-sdk-python 3.0.1387__py2.py3-none-any.whl → 3.0.1389__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 (55) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/batch/v20170312/models.py +24 -26
  3. tencentcloud/bh/v20230418/models.py +315 -0
  4. tencentcloud/cam/v20190116/errorcodes.py +6 -0
  5. tencentcloud/cam/v20190116/models.py +0 -8
  6. tencentcloud/cbs/v20170312/models.py +8 -8
  7. tencentcloud/cdb/v20170320/cdb_client.py +23 -0
  8. tencentcloud/cdb/v20170320/models.py +827 -0
  9. tencentcloud/cdwdoris/v20211228/models.py +64 -0
  10. tencentcloud/cfs/v20190719/models.py +28 -16
  11. tencentcloud/cfw/v20190904/models.py +4 -4
  12. tencentcloud/chc/v20230418/models.py +69 -4
  13. tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
  14. tencentcloud/ckafka/v20190819/models.py +29 -2
  15. tencentcloud/clb/v20180317/models.py +44 -44
  16. tencentcloud/cme/v20191029/errorcodes.py +6 -0
  17. tencentcloud/cme/v20191029/models.py +2 -2
  18. tencentcloud/csip/v20221121/models.py +18 -20
  19. tencentcloud/cynosdb/v20190107/models.py +239 -6
  20. tencentcloud/dlc/v20210125/models.py +18 -18
  21. tencentcloud/dnspod/v20210323/models.py +2 -2
  22. tencentcloud/dts/v20211206/models.py +20 -6
  23. tencentcloud/emr/v20190103/emr_client.py +92 -0
  24. tencentcloud/emr/v20190103/models.py +599 -0
  25. tencentcloud/es/v20180416/models.py +0 -2
  26. tencentcloud/ess/v20201111/ess_client.py +1 -1
  27. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
  28. tencentcloud/essbasic/v20210526/models.py +15 -0
  29. tencentcloud/faceid/v20180301/models.py +88 -24
  30. tencentcloud/gs/v20191118/models.py +30 -0
  31. tencentcloud/hai/v20230812/errorcodes.py +3 -0
  32. tencentcloud/keewidb/v20220308/errorcodes.py +3 -0
  33. tencentcloud/keewidb/v20220308/models.py +8 -8
  34. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  35. tencentcloud/mps/v20190612/models.py +45 -0
  36. tencentcloud/oceanus/v20190422/models.py +747 -2
  37. tencentcloud/ocr/v20181119/models.py +15 -0
  38. tencentcloud/rum/v20210622/models.py +15 -0
  39. tencentcloud/ses/v20201002/models.py +180 -0
  40. tencentcloud/ses/v20201002/ses_client.py +23 -0
  41. tencentcloud/ssl/v20191205/errorcodes.py +3 -0
  42. tencentcloud/ssl/v20191205/models.py +15 -0
  43. tencentcloud/tag/v20180813/models.py +0 -26
  44. tencentcloud/tione/v20211111/models.py +62 -0
  45. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  46. tencentcloud/vod/v20180717/vod_client.py +3 -3
  47. tencentcloud/vpc/v20170312/errorcodes.py +6 -0
  48. tencentcloud/vpc/v20170312/models.py +14 -2
  49. tencentcloud/wedata/v20210820/models.py +524 -2
  50. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  51. {tencentcloud_sdk_python-3.0.1387.dist-info → tencentcloud_sdk_python-3.0.1389.dist-info}/METADATA +1 -1
  52. {tencentcloud_sdk_python-3.0.1387.dist-info → tencentcloud_sdk_python-3.0.1389.dist-info}/RECORD +55 -55
  53. {tencentcloud_sdk_python-3.0.1387.dist-info → tencentcloud_sdk_python-3.0.1389.dist-info}/LICENSE +0 -0
  54. {tencentcloud_sdk_python-3.0.1387.dist-info → tencentcloud_sdk_python-3.0.1389.dist-info}/WHEEL +0 -0
  55. {tencentcloud_sdk_python-3.0.1387.dist-info → tencentcloud_sdk_python-3.0.1389.dist-info}/top_level.txt +0 -0
@@ -29,6 +29,9 @@ FAILEDOPERATION_INVALIDVODUSER = 'FailedOperation.InvalidVodUser'
29
29
  # 直播录制功能暂未对使用腾讯云点播存储的平台开放。
30
30
  FAILEDOPERATION_RECORDNOTSUPPORT = 'FailedOperation.RecordNotSupport'
31
31
 
32
+ # 转推部分失败。
33
+ FAILEDOPERATION_STARTSTREAMCONNECTPARTLYERR = 'FailedOperation.StartStreamConnectPartlyErr'
34
+
32
35
  # 转推操作失败。
33
36
  FAILEDOPERATION_STREAMCONNECT = 'FailedOperation.StreamConnect'
34
37
 
@@ -44,6 +47,9 @@ INTERNALERROR_CREATETASK = 'InternalError.CreateTask'
44
47
  # 参数错误。
45
48
  INVALIDPARAMETER = 'InvalidParameter'
46
49
 
50
+ # Id 无效。
51
+ INVALIDPARAMETER_ID = 'InvalidParameter.Id'
52
+
47
53
  # 平台参数非法。
48
54
  INVALIDPARAMETER_PLATFORM = 'InvalidParameter.Platform'
49
55
 
@@ -6952,7 +6952,7 @@ class HandleMediaCastProjectRequest(AbstractModel):
6952
6952
  当 Operation 为 AddDestination、DeleteDestination、EnableDestination、DisableDestination、ModifyDestination 时必填。
6953
6953
  :type DestinationInfos: list of MediaCastDestinationInfo
6954
6954
  :param _OutputMediaSetting: 输出媒体配置。具体操作方式详见 [操作类型](#Operation) 及下文示例。
6955
- 当 Operation 为 ModfiyOutputSetting 时必填。
6955
+ 当 Operation 为 ModifyOutputSetting 时必填。
6956
6956
  :type OutputMediaSetting: :class:`tencentcloud.cme.v20191029.models.MediaCastOutputMediaSetting`
6957
6957
  :param _PlaySetting: 播放控制参数。具体操作方式详见 [操作类型](#Operation) 及下文示例。
6958
6958
  当 Operation 为 ModifyPlaySetting 时必填。
@@ -7033,7 +7033,7 @@ class HandleMediaCastProjectRequest(AbstractModel):
7033
7033
  @property
7034
7034
  def OutputMediaSetting(self):
7035
7035
  """输出媒体配置。具体操作方式详见 [操作类型](#Operation) 及下文示例。
7036
- 当 Operation 为 ModfiyOutputSetting 时必填。
7036
+ 当 Operation 为 ModifyOutputSetting 时必填。
7037
7037
  :rtype: :class:`tencentcloud.cme.v20191029.models.MediaCastOutputMediaSetting`
7038
7038
  """
7039
7039
  return self._OutputMediaSetting
@@ -5987,9 +5987,9 @@ class CVMAssetVO(AbstractModel):
5987
5987
  :type CWPStatus: int
5988
5988
  :param _AssetCreateTime: 资产创建时间
5989
5989
  :type AssetCreateTime: str
5990
- :param _PublicIp: 公网ip
5990
+ :param _PublicIp: 公网IP
5991
5991
  :type PublicIp: str
5992
- :param _PrivateIp: 私网ip
5992
+ :param _PrivateIp: 私网IP
5993
5993
  :type PrivateIp: str
5994
5994
  :param _VpcId: vpc id
5995
5995
  :type VpcId: str
@@ -6009,9 +6009,9 @@ class CVMAssetVO(AbstractModel):
6009
6009
  :type SubnetId: str
6010
6010
  :param _SubnetName: 子网名
6011
6011
  :type SubnetName: str
6012
- :param _InstanceUuid: uuid
6012
+ :param _InstanceUuid: 主机安全Agent UUID
6013
6013
  :type InstanceUuid: str
6014
- :param _InstanceQUuid: qquid
6014
+ :param _InstanceQUuid: 云主机 CVM UUID
6015
6015
  :type InstanceQUuid: str
6016
6016
  :param _OsName: os名
6017
6017
  :type OsName: str
@@ -6253,7 +6253,7 @@ class CVMAssetVO(AbstractModel):
6253
6253
 
6254
6254
  @property
6255
6255
  def PublicIp(self):
6256
- """公网ip
6256
+ """公网IP
6257
6257
  :rtype: str
6258
6258
  """
6259
6259
  return self._PublicIp
@@ -6264,7 +6264,7 @@ class CVMAssetVO(AbstractModel):
6264
6264
 
6265
6265
  @property
6266
6266
  def PrivateIp(self):
6267
- """私网ip
6267
+ """私网IP
6268
6268
  :rtype: str
6269
6269
  """
6270
6270
  return self._PrivateIp
@@ -6374,7 +6374,7 @@ class CVMAssetVO(AbstractModel):
6374
6374
 
6375
6375
  @property
6376
6376
  def InstanceUuid(self):
6377
- """uuid
6377
+ """主机安全Agent UUID
6378
6378
  :rtype: str
6379
6379
  """
6380
6380
  return self._InstanceUuid
@@ -6385,7 +6385,7 @@ class CVMAssetVO(AbstractModel):
6385
6385
 
6386
6386
  @property
6387
6387
  def InstanceQUuid(self):
6388
- """qquid
6388
+ """云主机 CVM UUID
6389
6389
  :rtype: str
6390
6390
  """
6391
6391
  return self._InstanceQUuid
@@ -15696,7 +15696,7 @@ class DomainAssetVO(AbstractModel):
15696
15696
  :type Tag: list of Tag
15697
15697
  :param _SourceType: 关联实例类型
15698
15698
  :type SourceType: str
15699
- :param _MemberId: memberiD
15699
+ :param _MemberId: memberId信息
15700
15700
  :type MemberId: str
15701
15701
  :param _CCAttack: cc攻击
15702
15702
  :type CCAttack: int
@@ -16087,7 +16087,7 @@ class DomainAssetVO(AbstractModel):
16087
16087
 
16088
16088
  @property
16089
16089
  def MemberId(self):
16090
- """memberiD
16090
+ """memberId信息
16091
16091
  :rtype: str
16092
16092
  """
16093
16093
  return self._MemberId
@@ -16953,7 +16953,7 @@ class IpAssetListVO(AbstractModel):
16953
16953
  :type CFWStatus: int
16954
16954
  :param _AssetCreateTime: 资产创建时间
16955
16955
  :type AssetCreateTime: str
16956
- :param _PublicIp: 公网ip
16956
+ :param _PublicIp: 公网IP
16957
16957
  :type PublicIp: str
16958
16958
  :param _PublicIpType: 公网ip类型
16959
16959
  :type PublicIpType: int
@@ -17003,7 +17003,7 @@ class IpAssetListVO(AbstractModel):
17003
17003
  :type Tag: list of Tag
17004
17004
  :param _AddressId: eip主键
17005
17005
  :type AddressId: str
17006
- :param _MemberId: memberid信息
17006
+ :param _MemberId: MemberId信息
17007
17007
  :type MemberId: str
17008
17008
  :param _RiskExposure: 风险服务暴露
17009
17009
  :type RiskExposure: int
@@ -17116,7 +17116,7 @@ class IpAssetListVO(AbstractModel):
17116
17116
 
17117
17117
  @property
17118
17118
  def PublicIp(self):
17119
- """公网ip
17119
+ """公网IP
17120
17120
  :rtype: str
17121
17121
  """
17122
17122
  return self._PublicIp
@@ -17391,7 +17391,7 @@ class IpAssetListVO(AbstractModel):
17391
17391
 
17392
17392
  @property
17393
17393
  def MemberId(self):
17394
- """memberid信息
17394
+ """MemberId信息
17395
17395
  :rtype: str
17396
17396
  """
17397
17397
  return self._MemberId
@@ -22161,8 +22161,7 @@ class SubUserInfo(AbstractModel):
22161
22161
 
22162
22162
  def __init__(self):
22163
22163
  r"""
22164
- :param _ID: 主键ID,无业务意义
22165
- 仅作为唯一键
22164
+ :param _ID: 主键ID,无业务意义仅作为唯一键
22166
22165
  :type ID: int
22167
22166
  :param _AppID: 子账号Appid
22168
22167
  :type AppID: str
@@ -22176,7 +22175,7 @@ class SubUserInfo(AbstractModel):
22176
22175
  :type OwnerUin: str
22177
22176
  :param _OwnerNickName: 主账号名称
22178
22177
  :type OwnerNickName: str
22179
- :param _OwnerMemberID: 所属主账号memberid
22178
+ :param _OwnerMemberID: 所属主账号memberId信息
22180
22179
  :type OwnerMemberID: str
22181
22180
  :param _CloudType: 账户类型,0为腾讯云账户,1为AWS账户
22182
22181
  :type CloudType: int
@@ -22220,8 +22219,7 @@ class SubUserInfo(AbstractModel):
22220
22219
 
22221
22220
  @property
22222
22221
  def ID(self):
22223
- """主键ID,无业务意义
22224
- 仅作为唯一键
22222
+ """主键ID,无业务意义仅作为唯一键
22225
22223
  :rtype: int
22226
22224
  """
22227
22225
  return self._ID
@@ -22298,7 +22296,7 @@ class SubUserInfo(AbstractModel):
22298
22296
 
22299
22297
  @property
22300
22298
  def OwnerMemberID(self):
22301
- """所属主账号memberid
22299
+ """所属主账号memberId信息
22302
22300
  :rtype: str
22303
22301
  """
22304
22302
  return self._OwnerMemberID
@@ -2783,6 +2783,8 @@ class BizTaskInfo(AbstractModel):
2783
2783
  :type InstanceCLSDeliveryInfos: list of InstanceCLSDeliveryInfo
2784
2784
  :param _TaskProgressInfo: 任务进度信息
2785
2785
  :type TaskProgressInfo: :class:`tencentcloud.cynosdb.v20190107.models.TaskProgressInfo`
2786
+ :param _GdnTaskInfo: 全球数据库网络任务
2787
+ :type GdnTaskInfo: :class:`tencentcloud.cynosdb.v20190107.models.GdnTaskInfo`
2786
2788
  """
2787
2789
  self._ID = None
2788
2790
  self._AppId = None
@@ -2821,6 +2823,7 @@ class BizTaskInfo(AbstractModel):
2821
2823
  self._TaskMaintainInfo = None
2822
2824
  self._InstanceCLSDeliveryInfos = None
2823
2825
  self._TaskProgressInfo = None
2826
+ self._GdnTaskInfo = None
2824
2827
 
2825
2828
  @property
2826
2829
  def ID(self):
@@ -3242,6 +3245,17 @@ class BizTaskInfo(AbstractModel):
3242
3245
  def TaskProgressInfo(self, TaskProgressInfo):
3243
3246
  self._TaskProgressInfo = TaskProgressInfo
3244
3247
 
3248
+ @property
3249
+ def GdnTaskInfo(self):
3250
+ """全球数据库网络任务
3251
+ :rtype: :class:`tencentcloud.cynosdb.v20190107.models.GdnTaskInfo`
3252
+ """
3253
+ return self._GdnTaskInfo
3254
+
3255
+ @GdnTaskInfo.setter
3256
+ def GdnTaskInfo(self, GdnTaskInfo):
3257
+ self._GdnTaskInfo = GdnTaskInfo
3258
+
3245
3259
 
3246
3260
  def _deserialize(self, params):
3247
3261
  self._ID = params.get("ID")
@@ -3311,6 +3325,9 @@ class BizTaskInfo(AbstractModel):
3311
3325
  if params.get("TaskProgressInfo") is not None:
3312
3326
  self._TaskProgressInfo = TaskProgressInfo()
3313
3327
  self._TaskProgressInfo._deserialize(params.get("TaskProgressInfo"))
3328
+ if params.get("GdnTaskInfo") is not None:
3329
+ self._GdnTaskInfo = GdnTaskInfo()
3330
+ self._GdnTaskInfo._deserialize(params.get("GdnTaskInfo"))
3314
3331
  memeber_set = set(params.keys())
3315
3332
  for name, value in vars(self).items():
3316
3333
  property_name = name[1:]
@@ -8552,6 +8569,12 @@ pausing
8552
8569
  从集群 - standby
8553
8570
  如为空,该字段无效
8554
8571
  :type GdnRole: str
8572
+ :param _UsedArchiveStorage: 二级存储使用量,单位:G
8573
+ :type UsedArchiveStorage: int
8574
+ :param _ArchiveStatus: 归档状态,枚举值<li>normal:正常</li><li>archiving:归档中</li><li>resuming:恢复中</li><li>archived :已归档</li>
8575
+ :type ArchiveStatus: str
8576
+ :param _ArchiveProgress: 归档进度,百分比。
8577
+ :type ArchiveProgress: int
8555
8578
  """
8556
8579
  self._ClusterId = None
8557
8580
  self._ClusterName = None
@@ -8606,6 +8629,9 @@ pausing
8606
8629
  self._CynosVersionTag = None
8607
8630
  self._GdnId = None
8608
8631
  self._GdnRole = None
8632
+ self._UsedArchiveStorage = None
8633
+ self._ArchiveStatus = None
8634
+ self._ArchiveProgress = None
8609
8635
 
8610
8636
  @property
8611
8637
  def ClusterId(self):
@@ -9197,6 +9223,39 @@ pausing
9197
9223
  def GdnRole(self, GdnRole):
9198
9224
  self._GdnRole = GdnRole
9199
9225
 
9226
+ @property
9227
+ def UsedArchiveStorage(self):
9228
+ """二级存储使用量,单位:G
9229
+ :rtype: int
9230
+ """
9231
+ return self._UsedArchiveStorage
9232
+
9233
+ @UsedArchiveStorage.setter
9234
+ def UsedArchiveStorage(self, UsedArchiveStorage):
9235
+ self._UsedArchiveStorage = UsedArchiveStorage
9236
+
9237
+ @property
9238
+ def ArchiveStatus(self):
9239
+ """归档状态,枚举值<li>normal:正常</li><li>archiving:归档中</li><li>resuming:恢复中</li><li>archived :已归档</li>
9240
+ :rtype: str
9241
+ """
9242
+ return self._ArchiveStatus
9243
+
9244
+ @ArchiveStatus.setter
9245
+ def ArchiveStatus(self, ArchiveStatus):
9246
+ self._ArchiveStatus = ArchiveStatus
9247
+
9248
+ @property
9249
+ def ArchiveProgress(self):
9250
+ """归档进度,百分比。
9251
+ :rtype: int
9252
+ """
9253
+ return self._ArchiveProgress
9254
+
9255
+ @ArchiveProgress.setter
9256
+ def ArchiveProgress(self, ArchiveProgress):
9257
+ self._ArchiveProgress = ArchiveProgress
9258
+
9200
9259
 
9201
9260
  def _deserialize(self, params):
9202
9261
  self._ClusterId = params.get("ClusterId")
@@ -9284,6 +9343,9 @@ pausing
9284
9343
  self._CynosVersionTag = params.get("CynosVersionTag")
9285
9344
  self._GdnId = params.get("GdnId")
9286
9345
  self._GdnRole = params.get("GdnRole")
9346
+ self._UsedArchiveStorage = params.get("UsedArchiveStorage")
9347
+ self._ArchiveStatus = params.get("ArchiveStatus")
9348
+ self._ArchiveProgress = params.get("ArchiveProgress")
9287
9349
  memeber_set = set(params.keys())
9288
9350
  for name, value in vars(self).items():
9289
9351
  property_name = name[1:]
@@ -20397,6 +20459,8 @@ no
20397
20459
  :type AutoScaleUp: str
20398
20460
  :param _AutoScaleDown: 集群是否允许向下缩容,可选范围<li>yes</li><li>no</li>
20399
20461
  :type AutoScaleDown: str
20462
+ :param _AutoArchive: 是否开启归档,可选范围<li>yes</li><li>no</li>默认值:yes
20463
+ :type AutoArchive: str
20400
20464
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20401
20465
  :type RequestId: str
20402
20466
  """
@@ -20406,6 +20470,7 @@ no
20406
20470
  self._AutoPause = None
20407
20471
  self._AutoScaleUp = None
20408
20472
  self._AutoScaleDown = None
20473
+ self._AutoArchive = None
20409
20474
  self._RequestId = None
20410
20475
 
20411
20476
  @property
@@ -20476,6 +20541,17 @@ no
20476
20541
  def AutoScaleDown(self, AutoScaleDown):
20477
20542
  self._AutoScaleDown = AutoScaleDown
20478
20543
 
20544
+ @property
20545
+ def AutoArchive(self):
20546
+ """是否开启归档,可选范围<li>yes</li><li>no</li>默认值:yes
20547
+ :rtype: str
20548
+ """
20549
+ return self._AutoArchive
20550
+
20551
+ @AutoArchive.setter
20552
+ def AutoArchive(self, AutoArchive):
20553
+ self._AutoArchive = AutoArchive
20554
+
20479
20555
  @property
20480
20556
  def RequestId(self):
20481
20557
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -20495,6 +20571,7 @@ no
20495
20571
  self._AutoPause = params.get("AutoPause")
20496
20572
  self._AutoScaleUp = params.get("AutoScaleUp")
20497
20573
  self._AutoScaleDown = params.get("AutoScaleDown")
20574
+ self._AutoArchive = params.get("AutoArchive")
20498
20575
  self._RequestId = params.get("RequestId")
20499
20576
 
20500
20577
 
@@ -21920,6 +21997,132 @@ class ExportResourcePackageDeductDetailsResponse(AbstractModel):
21920
21997
  self._RequestId = params.get("RequestId")
21921
21998
 
21922
21999
 
22000
+ class GdnTaskInfo(AbstractModel):
22001
+ """全球数据库任务信息
22002
+
22003
+ """
22004
+
22005
+ def __init__(self):
22006
+ r"""
22007
+ :param _GdnId: 全球数据库唯一标识
22008
+ :type GdnId: str
22009
+ :param _GdnName: 全球数据库唯一别名
22010
+ :type GdnName: str
22011
+ :param _PrimaryClusterId: 主集群ID
22012
+ :type PrimaryClusterId: str
22013
+ :param _PrimaryClusterRegion: 主集群所在地域
22014
+ :type PrimaryClusterRegion: str
22015
+ :param _StandbyClusterRegion: 从集群所在地域
22016
+ :type StandbyClusterRegion: str
22017
+ :param _StandbyClusterId: 从集群ID
22018
+ :type StandbyClusterId: str
22019
+ :param _StandbyClusterName: 从集群别名
22020
+ :type StandbyClusterName: str
22021
+ """
22022
+ self._GdnId = None
22023
+ self._GdnName = None
22024
+ self._PrimaryClusterId = None
22025
+ self._PrimaryClusterRegion = None
22026
+ self._StandbyClusterRegion = None
22027
+ self._StandbyClusterId = None
22028
+ self._StandbyClusterName = None
22029
+
22030
+ @property
22031
+ def GdnId(self):
22032
+ """全球数据库唯一标识
22033
+ :rtype: str
22034
+ """
22035
+ return self._GdnId
22036
+
22037
+ @GdnId.setter
22038
+ def GdnId(self, GdnId):
22039
+ self._GdnId = GdnId
22040
+
22041
+ @property
22042
+ def GdnName(self):
22043
+ """全球数据库唯一别名
22044
+ :rtype: str
22045
+ """
22046
+ return self._GdnName
22047
+
22048
+ @GdnName.setter
22049
+ def GdnName(self, GdnName):
22050
+ self._GdnName = GdnName
22051
+
22052
+ @property
22053
+ def PrimaryClusterId(self):
22054
+ """主集群ID
22055
+ :rtype: str
22056
+ """
22057
+ return self._PrimaryClusterId
22058
+
22059
+ @PrimaryClusterId.setter
22060
+ def PrimaryClusterId(self, PrimaryClusterId):
22061
+ self._PrimaryClusterId = PrimaryClusterId
22062
+
22063
+ @property
22064
+ def PrimaryClusterRegion(self):
22065
+ """主集群所在地域
22066
+ :rtype: str
22067
+ """
22068
+ return self._PrimaryClusterRegion
22069
+
22070
+ @PrimaryClusterRegion.setter
22071
+ def PrimaryClusterRegion(self, PrimaryClusterRegion):
22072
+ self._PrimaryClusterRegion = PrimaryClusterRegion
22073
+
22074
+ @property
22075
+ def StandbyClusterRegion(self):
22076
+ """从集群所在地域
22077
+ :rtype: str
22078
+ """
22079
+ return self._StandbyClusterRegion
22080
+
22081
+ @StandbyClusterRegion.setter
22082
+ def StandbyClusterRegion(self, StandbyClusterRegion):
22083
+ self._StandbyClusterRegion = StandbyClusterRegion
22084
+
22085
+ @property
22086
+ def StandbyClusterId(self):
22087
+ """从集群ID
22088
+ :rtype: str
22089
+ """
22090
+ return self._StandbyClusterId
22091
+
22092
+ @StandbyClusterId.setter
22093
+ def StandbyClusterId(self, StandbyClusterId):
22094
+ self._StandbyClusterId = StandbyClusterId
22095
+
22096
+ @property
22097
+ def StandbyClusterName(self):
22098
+ """从集群别名
22099
+ :rtype: str
22100
+ """
22101
+ return self._StandbyClusterName
22102
+
22103
+ @StandbyClusterName.setter
22104
+ def StandbyClusterName(self, StandbyClusterName):
22105
+ self._StandbyClusterName = StandbyClusterName
22106
+
22107
+
22108
+ def _deserialize(self, params):
22109
+ self._GdnId = params.get("GdnId")
22110
+ self._GdnName = params.get("GdnName")
22111
+ self._PrimaryClusterId = params.get("PrimaryClusterId")
22112
+ self._PrimaryClusterRegion = params.get("PrimaryClusterRegion")
22113
+ self._StandbyClusterRegion = params.get("StandbyClusterRegion")
22114
+ self._StandbyClusterId = params.get("StandbyClusterId")
22115
+ self._StandbyClusterName = params.get("StandbyClusterName")
22116
+ memeber_set = set(params.keys())
22117
+ for name, value in vars(self).items():
22118
+ property_name = name[1:]
22119
+ if property_name in memeber_set:
22120
+ memeber_set.remove(property_name)
22121
+ if len(memeber_set) > 0:
22122
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
22123
+
22124
+
22125
+
21923
22126
  class GrantAccountPrivilegesRequest(AbstractModel):
21924
22127
  """GrantAccountPrivileges请求参数结构体
21925
22128
 
@@ -28251,6 +28454,8 @@ class ModifyServerlessStrategyRequest(AbstractModel):
28251
28454
  :type MinRoCount: int
28252
28455
  :param _MaxRoCount: 只读节点最大个数
28253
28456
  :type MaxRoCount: int
28457
+ :param _AutoArchive: 是否开启归档,可选范围<li>yes</li><li>no</li>默认值:yes
28458
+ :type AutoArchive: str
28254
28459
  """
28255
28460
  self._ClusterId = None
28256
28461
  self._AutoPause = None
@@ -28263,6 +28468,7 @@ class ModifyServerlessStrategyRequest(AbstractModel):
28263
28468
  self._MaxRoCpu = None
28264
28469
  self._MinRoCount = None
28265
28470
  self._MaxRoCount = None
28471
+ self._AutoArchive = None
28266
28472
 
28267
28473
  @property
28268
28474
  def ClusterId(self):
@@ -28387,6 +28593,17 @@ class ModifyServerlessStrategyRequest(AbstractModel):
28387
28593
  def MaxRoCount(self, MaxRoCount):
28388
28594
  self._MaxRoCount = MaxRoCount
28389
28595
 
28596
+ @property
28597
+ def AutoArchive(self):
28598
+ """是否开启归档,可选范围<li>yes</li><li>no</li>默认值:yes
28599
+ :rtype: str
28600
+ """
28601
+ return self._AutoArchive
28602
+
28603
+ @AutoArchive.setter
28604
+ def AutoArchive(self, AutoArchive):
28605
+ self._AutoArchive = AutoArchive
28606
+
28390
28607
 
28391
28608
  def _deserialize(self, params):
28392
28609
  self._ClusterId = params.get("ClusterId")
@@ -28400,6 +28617,7 @@ class ModifyServerlessStrategyRequest(AbstractModel):
28400
28617
  self._MaxRoCpu = params.get("MaxRoCpu")
28401
28618
  self._MinRoCount = params.get("MinRoCount")
28402
28619
  self._MaxRoCount = params.get("MaxRoCount")
28620
+ self._AutoArchive = params.get("AutoArchive")
28403
28621
  memeber_set = set(params.keys())
28404
28622
  for name, value in vars(self).items():
28405
28623
  property_name = name[1:]
@@ -31928,17 +32146,17 @@ class ProxyConfig(AbstractModel):
31928
32146
 
31929
32147
  def __init__(self):
31930
32148
  r"""
31931
- :param _ProxyCount: 数据库代理组节点个数(该参数不再建议使用,建议使用ProxyZones)
32149
+ :param _ProxyCount: 数据库代理组节点个数。该参数不再建议使用,建议使用ProxyZones
31932
32150
  :type ProxyCount: int
31933
32151
  :param _Cpu: cpu核数
31934
32152
  :type Cpu: int
31935
32153
  :param _Mem: 内存
31936
32154
  :type Mem: int
31937
- :param _ConnectionPoolType: 连接池类型:SessionConnectionPool(会话级别连接池 )
32155
+ :param _ConnectionPoolType: 连接池类型:SessionConnectionPool(会话级别连接池 )
31938
32156
  :type ConnectionPoolType: str
31939
32157
  :param _OpenConnectionPool: 是否开启连接池,yes-开启,no-不开启
31940
32158
  :type OpenConnectionPool: str
31941
- :param _ConnectionPoolTimeOut: 连接池阈值:单位(秒)
32159
+ :param _ConnectionPoolTimeOut: 连接池阈值:单位(秒)
31942
32160
  :type ConnectionPoolTimeOut: int
31943
32161
  :param _Description: 描述说明
31944
32162
  :type Description: str
@@ -31956,7 +32174,7 @@ class ProxyConfig(AbstractModel):
31956
32174
 
31957
32175
  @property
31958
32176
  def ProxyCount(self):
31959
- """数据库代理组节点个数(该参数不再建议使用,建议使用ProxyZones)
32177
+ """数据库代理组节点个数。该参数不再建议使用,建议使用ProxyZones
31960
32178
  :rtype: int
31961
32179
  """
31962
32180
  return self._ProxyCount
@@ -31989,7 +32207,7 @@ class ProxyConfig(AbstractModel):
31989
32207
 
31990
32208
  @property
31991
32209
  def ConnectionPoolType(self):
31992
- """连接池类型:SessionConnectionPool(会话级别连接池 )
32210
+ """连接池类型:SessionConnectionPool(会话级别连接池 )
31993
32211
  :rtype: str
31994
32212
  """
31995
32213
  return self._ConnectionPoolType
@@ -32011,7 +32229,7 @@ class ProxyConfig(AbstractModel):
32011
32229
 
32012
32230
  @property
32013
32231
  def ConnectionPoolTimeOut(self):
32014
- """连接池阈值:单位(秒)
32232
+ """连接池阈值:单位(秒)
32015
32233
  :rtype: int
32016
32234
  """
32017
32235
  return self._ConnectionPoolTimeOut
@@ -35231,6 +35449,8 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
35231
35449
  :type OriginalROInstanceList: list of str
35232
35450
  :param _ProjectId: 项目id
35233
35451
  :type ProjectId: int
35452
+ :param _AutoArchive: 是否开启归档,可选范围<li>yes</li><li>no</li>默认值:yes
35453
+ :type AutoArchive: str
35234
35454
  """
35235
35455
  self._Zone = None
35236
35456
  self._OriginalClusterId = None
@@ -35259,6 +35479,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
35259
35479
  self._RollbackTables = None
35260
35480
  self._OriginalROInstanceList = None
35261
35481
  self._ProjectId = None
35482
+ self._AutoArchive = None
35262
35483
 
35263
35484
  @property
35264
35485
  def Zone(self):
@@ -35566,6 +35787,17 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
35566
35787
  def ProjectId(self, ProjectId):
35567
35788
  self._ProjectId = ProjectId
35568
35789
 
35790
+ @property
35791
+ def AutoArchive(self):
35792
+ """是否开启归档,可选范围<li>yes</li><li>no</li>默认值:yes
35793
+ :rtype: str
35794
+ """
35795
+ return self._AutoArchive
35796
+
35797
+ @AutoArchive.setter
35798
+ def AutoArchive(self, AutoArchive):
35799
+ self._AutoArchive = AutoArchive
35800
+
35569
35801
 
35570
35802
  def _deserialize(self, params):
35571
35803
  self._Zone = params.get("Zone")
@@ -35620,6 +35852,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
35620
35852
  self._RollbackTables.append(obj)
35621
35853
  self._OriginalROInstanceList = params.get("OriginalROInstanceList")
35622
35854
  self._ProjectId = params.get("ProjectId")
35855
+ self._AutoArchive = params.get("AutoArchive")
35623
35856
  memeber_set = set(params.keys())
35624
35857
  for name, value in vars(self).items():
35625
35858
  property_name = name[1:]