tencentcloud-sdk-cdb 3.0.492 → 3.0.494

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170320/models.rb +24 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad786985f2272fcede424608142a1a0512f49064
4
- data.tar.gz: 6fd9f72929b0e99d4dc2fd812f7d40789e8563e6
3
+ metadata.gz: a1512b32513edcc402e14e48e513dbe8691fe9b5
4
+ data.tar.gz: 57e7927d1baf5e1314ef53aed9f3cbabca3ecce7
5
5
  SHA512:
6
- metadata.gz: f45286b9427573c8c6b4728f4e7f3cead077b449de8c3dcd05b66c74a528d7f68730262320793e41e57224b2a2f83b6bac32d17fdba2982ae6702ad94f64af3f
7
- data.tar.gz: c791190156640bead7bcfe7d8a0669fb81781b141c653354fd49365b3ce41922c56e1c70faad94f815c8395eca767cf9382bfbe0ed117aafdfcf330bbc03ed9d
6
+ metadata.gz: e597f56e55fdb9cc61d8194376146bc0736f74f6caf378a126b66f1f49a9f6d67c523a9b4a1eb998a2467d93f38518749c90dd18a9cdaa5686f9cc488c3b25c2
7
+ data.tar.gz: aa7284d136a2bc00d58aee8d30e221253191e91edd947bcad0ac6f9e63a385858d651d2db5ea32d14df00e37c1e407964fbf1d78bd5f3e0c258b81362b7c5c2f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.492
1
+ 3.0.494
@@ -1257,10 +1257,16 @@ module TencentCloud
1257
1257
  # @type Saturday: String
1258
1258
  # @param Sunday: 周日的时间窗,格式如: 02:00-06:00
1259
1259
  # @type Sunday: String
1260
+ # @param BackupPeriodStrategy: 常规备份保留策略,weekly-按周备份,monthly-按月备份,默认为weekly
1261
+ # @type BackupPeriodStrategy: String
1262
+ # @param Days: 如果设置为按月备份,需填入每月具体备份日期,相邻备份天数不得超过两天。例[1,4,7,9,11,14,17,19,22,25,28,30,31]
1263
+ # @type Days: Array
1264
+ # @param BackupPeriodTime: 月度备份时间窗,BackupPeriodStrategy为monthly时必填。格式如: 02:00-06:00
1265
+ # @type BackupPeriodTime: String
1260
1266
 
1261
- attr_accessor :Monday, :Tuesday, :Wednesday, :Thursday, :Friday, :Saturday, :Sunday
1267
+ attr_accessor :Monday, :Tuesday, :Wednesday, :Thursday, :Friday, :Saturday, :Sunday, :BackupPeriodStrategy, :Days, :BackupPeriodTime
1262
1268
 
1263
- def initialize(monday=nil, tuesday=nil, wednesday=nil, thursday=nil, friday=nil, saturday=nil, sunday=nil)
1269
+ def initialize(monday=nil, tuesday=nil, wednesday=nil, thursday=nil, friday=nil, saturday=nil, sunday=nil, backupperiodstrategy=nil, days=nil, backupperiodtime=nil)
1264
1270
  @Monday = monday
1265
1271
  @Tuesday = tuesday
1266
1272
  @Wednesday = wednesday
@@ -1268,6 +1274,9 @@ module TencentCloud
1268
1274
  @Friday = friday
1269
1275
  @Saturday = saturday
1270
1276
  @Sunday = sunday
1277
+ @BackupPeriodStrategy = backupperiodstrategy
1278
+ @Days = days
1279
+ @BackupPeriodTime = backupperiodtime
1271
1280
  end
1272
1281
 
1273
1282
  def deserialize(params)
@@ -1278,6 +1287,9 @@ module TencentCloud
1278
1287
  @Friday = params['Friday']
1279
1288
  @Saturday = params['Saturday']
1280
1289
  @Sunday = params['Sunday']
1290
+ @BackupPeriodStrategy = params['BackupPeriodStrategy']
1291
+ @Days = params['Days']
1292
+ @BackupPeriodTime = params['BackupPeriodTime']
1281
1293
  end
1282
1294
  end
1283
1295
 
@@ -4370,10 +4382,14 @@ module TencentCloud
4370
4382
  # @type UniqSubnetIds: Array
4371
4383
  # @param Tags: 标签键值
4372
4384
  # @type Tags: Array
4385
+ # @param ProxyVips: 数据库代理 IP 。
4386
+ # @type ProxyVips: Array
4387
+ # @param ProxyIds: 数据库代理 ID 。
4388
+ # @type ProxyIds: Array
4373
4389
 
4374
- attr_accessor :ProjectId, :InstanceTypes, :Vips, :Status, :Offset, :Limit, :SecurityGroupId, :PayTypes, :InstanceNames, :TaskStatus, :EngineVersions, :VpcIds, :ZoneIds, :SubnetIds, :CdbErrors, :OrderBy, :OrderDirection, :WithSecurityGroup, :WithExCluster, :ExClusterId, :InstanceIds, :InitFlag, :WithDr, :WithRo, :WithMaster, :DeployGroupIds, :TagKeysForSearch, :CageIds, :TagValues, :UniqueVpcIds, :UniqSubnetIds, :Tags
4390
+ attr_accessor :ProjectId, :InstanceTypes, :Vips, :Status, :Offset, :Limit, :SecurityGroupId, :PayTypes, :InstanceNames, :TaskStatus, :EngineVersions, :VpcIds, :ZoneIds, :SubnetIds, :CdbErrors, :OrderBy, :OrderDirection, :WithSecurityGroup, :WithExCluster, :ExClusterId, :InstanceIds, :InitFlag, :WithDr, :WithRo, :WithMaster, :DeployGroupIds, :TagKeysForSearch, :CageIds, :TagValues, :UniqueVpcIds, :UniqSubnetIds, :Tags, :ProxyVips, :ProxyIds
4375
4391
 
4376
- def initialize(projectid=nil, instancetypes=nil, vips=nil, status=nil, offset=nil, limit=nil, securitygroupid=nil, paytypes=nil, instancenames=nil, taskstatus=nil, engineversions=nil, vpcids=nil, zoneids=nil, subnetids=nil, cdberrors=nil, orderby=nil, orderdirection=nil, withsecuritygroup=nil, withexcluster=nil, exclusterid=nil, instanceids=nil, initflag=nil, withdr=nil, withro=nil, withmaster=nil, deploygroupids=nil, tagkeysforsearch=nil, cageids=nil, tagvalues=nil, uniquevpcids=nil, uniqsubnetids=nil, tags=nil)
4392
+ def initialize(projectid=nil, instancetypes=nil, vips=nil, status=nil, offset=nil, limit=nil, securitygroupid=nil, paytypes=nil, instancenames=nil, taskstatus=nil, engineversions=nil, vpcids=nil, zoneids=nil, subnetids=nil, cdberrors=nil, orderby=nil, orderdirection=nil, withsecuritygroup=nil, withexcluster=nil, exclusterid=nil, instanceids=nil, initflag=nil, withdr=nil, withro=nil, withmaster=nil, deploygroupids=nil, tagkeysforsearch=nil, cageids=nil, tagvalues=nil, uniquevpcids=nil, uniqsubnetids=nil, tags=nil, proxyvips=nil, proxyids=nil)
4377
4393
  @ProjectId = projectid
4378
4394
  @InstanceTypes = instancetypes
4379
4395
  @Vips = vips
@@ -4406,6 +4422,8 @@ module TencentCloud
4406
4422
  @UniqueVpcIds = uniquevpcids
4407
4423
  @UniqSubnetIds = uniqsubnetids
4408
4424
  @Tags = tags
4425
+ @ProxyVips = proxyvips
4426
+ @ProxyIds = proxyids
4409
4427
  end
4410
4428
 
4411
4429
  def deserialize(params)
@@ -4448,6 +4466,8 @@ module TencentCloud
4448
4466
  @Tags << tag_tmp
4449
4467
  end
4450
4468
  end
4469
+ @ProxyVips = params['ProxyVips']
4470
+ @ProxyIds = params['ProxyIds']
4451
4471
  end
4452
4472
  end
4453
4473
 
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.492
4
+ version: 3.0.494
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-01-12 00:00:00.000000000 Z
11
+ date: 2023-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common