tencentcloud-sdk-cdb 3.0.731 → 3.0.733

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9386b256fba89251c935dad1ef34af922b76507d
4
- data.tar.gz: 7893b26dbccbd9307f7d7bed54ef69d443c06e81
3
+ metadata.gz: 8cd16eeb514fade716e741f6a8237daa7355b9b1
4
+ data.tar.gz: f95c26b1cf84d9171b2b49b2b96a586a9b4bc9a0
5
5
  SHA512:
6
- metadata.gz: 3c9f33264fedb0b4ded9889dc87036b2c016721f98edd87cc77a48c7edae51d82d854a25039cf8c7f2ec7fdf9905693e5598e340848c16b8d4d2bd6811049076
7
- data.tar.gz: 5cb1108030e7102bfebc31f25184e3395825ea9059bf289561f28b6c1fb3f992295c90625c63087a7e21277aefb1b5ad07a3ba6eb5b3eae78918fad1cf1c51da
6
+ metadata.gz: 2f48bc64693d8903642af760da4a67f050d34570f8baa36875a9ffc7acbc78cc3c67679f5c13d5886145eb0e5596bbab4c1af513765c0dc0d5f6b4a225d7c474
7
+ data.tar.gz: 740d91a6b54dec2c6e5bd26891bc87b5c9afd9e3aeac33486194a3e2decd39361e809b71322aad20acb6be5307b8fafcaadbe0d962c9993837c9acee6a49f891
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.731
1
+ 3.0.733
@@ -519,7 +519,7 @@ module TencentCloud
519
519
  # 2. 单次创建实例最大支持 100 个,实例时长最大支持 36 个月;
520
520
  # 3. 支持创建 MySQL 5.5 、 MySQL 5.6 、 MySQL 5.7 、 MySQL 8.0 版本;
521
521
  # 4. 支持创建主实例、只读实例、灾备实例;
522
- # 5. 当入参指定 Port,ParamList 或 Password 时,该实例会进行初始化操作(不支持基础版实例);
522
+ # 5. 当入参指定 Port,ParamTemplateType 或 Password 时,该实例会进行初始化操作(不支持基础版实例);
523
523
  # 6. 当入参指定 ParamTemplateId 或 AlarmPolicyList 时,需将SDK提升至最新版本方可支持;
524
524
 
525
525
  # @param request: Request instance for CreateDBInstance.
@@ -552,7 +552,7 @@ module TencentCloud
552
552
  # 2. 单次创建实例最大支持 100 个,实例时长最大支持 36 个月;
553
553
  # 3. 支持创建 MySQL 5.5、MySQL 5.6 、MySQL 5.7 和 MySQL 8.0 版本;
554
554
  # 4. 支持创建主实例、灾备实例和只读实例;
555
- # 5. 当入参指定 Port,ParamList 或 Password 时,该实例会进行初始化操作;
555
+ # 5. 当入参指定 Port,ParamTemplateType 或 Password 时,该实例会进行初始化操作;
556
556
 
557
557
  # @param request: Request instance for CreateDBInstanceHour.
558
558
  # @type request: :class:`Tencentcloud::cdb::V20170320::CreateDBInstanceHourRequest`
@@ -1091,10 +1091,13 @@ module TencentCloud
1091
1091
  # @param EncryptionFlag: 备份文件是否加密, on-加密, off-未加密
1092
1092
  # 注意:此字段可能返回 null,表示取不到有效值。
1093
1093
  # @type EncryptionFlag: String
1094
+ # @param ExecutedGTIDSet: 备份GTID点位
1095
+ # 注意:此字段可能返回 null,表示取不到有效值。
1096
+ # @type ExecutedGTIDSet: String
1094
1097
 
1095
- attr_accessor :Name, :Size, :Date, :IntranetUrl, :InternetUrl, :Type, :BackupId, :Status, :FinishTime, :Creator, :StartTime, :Method, :Way, :ManualBackupName, :SaveMode, :Region, :RemoteInfo, :CosStorageType, :InstanceId, :EncryptionFlag
1098
+ attr_accessor :Name, :Size, :Date, :IntranetUrl, :InternetUrl, :Type, :BackupId, :Status, :FinishTime, :Creator, :StartTime, :Method, :Way, :ManualBackupName, :SaveMode, :Region, :RemoteInfo, :CosStorageType, :InstanceId, :EncryptionFlag, :ExecutedGTIDSet
1096
1099
 
1097
- def initialize(name=nil, size=nil, date=nil, intraneturl=nil, interneturl=nil, type=nil, backupid=nil, status=nil, finishtime=nil, creator=nil, starttime=nil, method=nil, way=nil, manualbackupname=nil, savemode=nil, region=nil, remoteinfo=nil, cosstoragetype=nil, instanceid=nil, encryptionflag=nil)
1100
+ def initialize(name=nil, size=nil, date=nil, intraneturl=nil, interneturl=nil, type=nil, backupid=nil, status=nil, finishtime=nil, creator=nil, starttime=nil, method=nil, way=nil, manualbackupname=nil, savemode=nil, region=nil, remoteinfo=nil, cosstoragetype=nil, instanceid=nil, encryptionflag=nil, executedgtidset=nil)
1098
1101
  @Name = name
1099
1102
  @Size = size
1100
1103
  @Date = date
@@ -1115,6 +1118,7 @@ module TencentCloud
1115
1118
  @CosStorageType = cosstoragetype
1116
1119
  @InstanceId = instanceid
1117
1120
  @EncryptionFlag = encryptionflag
1121
+ @ExecutedGTIDSet = executedgtidset
1118
1122
  end
1119
1123
 
1120
1124
  def deserialize(params)
@@ -1145,6 +1149,7 @@ module TencentCloud
1145
1149
  @CosStorageType = params['CosStorageType']
1146
1150
  @InstanceId = params['InstanceId']
1147
1151
  @EncryptionFlag = params['EncryptionFlag']
1152
+ @ExecutedGTIDSet = params['ExecutedGTIDSet']
1148
1153
  end
1149
1154
  end
1150
1155
 
@@ -3035,7 +3040,7 @@ module TencentCloud
3035
3040
  class CreateDatabaseRequest < TencentCloud::Common::AbstractModel
3036
3041
  # @param InstanceId: 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
3037
3042
  # @type InstanceId: String
3038
- # @param DBName: 数据库名称。
3043
+ # @param DBName: 数据库名称,长度不超过64。
3039
3044
  # @type DBName: String
3040
3045
  # @param CharacterSetName: 字符集,可选值:utf8,gbk,latin1,utf8mb4。
3041
3046
  # @type CharacterSetName: String
@@ -3566,7 +3571,7 @@ module TencentCloud
3566
3571
  class DeleteDatabaseRequest < TencentCloud::Common::AbstractModel
3567
3572
  # @param InstanceId: 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
3568
3573
  # @type InstanceId: String
3569
- # @param DBName: 数据库名称。
3574
+ # @param DBName: 数据库名称,长度不超过64。
3570
3575
  # @type DBName: String
3571
3576
 
3572
3577
  attr_accessor :InstanceId, :DBName
@@ -4962,15 +4967,18 @@ module TencentCloud
4962
4967
  # @type MinStartTime: String
4963
4968
  # @param MaxStartTime: binlog最晚开始时间,时间格式:2016-03-17 02:10:37
4964
4969
  # @type MaxStartTime: String
4970
+ # @param ContainsMinStartTime: 返回binlog列表是否包含MinStartTime起始节点,默认为否
4971
+ # @type ContainsMinStartTime: Boolean
4965
4972
 
4966
- attr_accessor :InstanceId, :Offset, :Limit, :MinStartTime, :MaxStartTime
4973
+ attr_accessor :InstanceId, :Offset, :Limit, :MinStartTime, :MaxStartTime, :ContainsMinStartTime
4967
4974
 
4968
- def initialize(instanceid=nil, offset=nil, limit=nil, minstarttime=nil, maxstarttime=nil)
4975
+ def initialize(instanceid=nil, offset=nil, limit=nil, minstarttime=nil, maxstarttime=nil, containsminstarttime=nil)
4969
4976
  @InstanceId = instanceid
4970
4977
  @Offset = offset
4971
4978
  @Limit = limit
4972
4979
  @MinStartTime = minstarttime
4973
4980
  @MaxStartTime = maxstarttime
4981
+ @ContainsMinStartTime = containsminstarttime
4974
4982
  end
4975
4983
 
4976
4984
  def deserialize(params)
@@ -4979,6 +4987,7 @@ module TencentCloud
4979
4987
  @Limit = params['Limit']
4980
4988
  @MinStartTime = params['MinStartTime']
4981
4989
  @MaxStartTime = params['MaxStartTime']
4990
+ @ContainsMinStartTime = params['ContainsMinStartTime']
4982
4991
  end
4983
4992
  end
4984
4993
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.731
4
+ version: 3.0.733
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-20 00:00:00.000000000 Z
11
+ date: 2023-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common