tencentcloud-sdk-es 3.0.1183 → 3.0.1184

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: de9b60d42d349b18b1e40f7cf32c3a0f9e285988
4
- data.tar.gz: 9c5ae73f744b588a4b865e591ace32a825690f79
3
+ metadata.gz: 4809f55480656e550587a8549523b0a84c7c10f4
4
+ data.tar.gz: db443c17090a33c6c237fd98006a0804222214a0
5
5
  SHA512:
6
- metadata.gz: 2305a2abb97fff7e76ee536ef7f275180ee95e2f31c05f51532fde8740683a66bf66d45611b02728df340d5e423119e6ebf8ec3b72826e82a05c4c28d4503780
7
- data.tar.gz: f9d022305e746865dfbf63dc572b06452fd6810af93dc9fcb03e850151781d2069a6bf9a0de540ef59c22373d349ef6892f2a502618480dafed37788c0f32d0d
6
+ metadata.gz: 7f88004bc9b0ecbceadd3748843edde75bb45e40ecdc4e0b29cd5ea2168a8193423325ae0cbadc8c92b1b5007462c48efb67253309550734f33998a8c0544c74
7
+ data.tar.gz: d659fccb4e86f6d8c74067aad5c63b16a8aa4391056b0ca161949a58d12606d6ab615476b935de8c2e19cb872e49123f7baff9de65b26bbced5c71c54f56fe92
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1183
1
+ 3.0.1184
@@ -307,6 +307,8 @@ module TencentCloud
307
307
  # @type PaasEsRepository: String
308
308
  # @param UserEsRepository: 客户快照仓库名称
309
309
  # @type UserEsRepository: String
310
+ # @param CosBasePath: cos存储文件夹目录
311
+ # @type CosBasePath: String
310
312
  # @param StorageDuration: 快照存储周期 单位天
311
313
  # @type StorageDuration: Integer
312
314
  # @param AutoBackupInterval: 自动备份频率单位小时
@@ -328,15 +330,16 @@ module TencentCloud
328
330
  # @param CreateTime: 策略创建时间
329
331
  # @type CreateTime: String
330
332
 
331
- attr_accessor :IsAutoBackup, :BackupTime, :SnapshotName, :EsRepositoryType, :PaasEsRepository, :UserEsRepository, :StorageDuration, :AutoBackupInterval, :CosRetention, :RetainUntilDate, :RetentionGraceTime, :RemoteCos, :RemoteCosRegion, :StrategyName, :Indices, :CreateTime
333
+ attr_accessor :IsAutoBackup, :BackupTime, :SnapshotName, :EsRepositoryType, :PaasEsRepository, :UserEsRepository, :CosBasePath, :StorageDuration, :AutoBackupInterval, :CosRetention, :RetainUntilDate, :RetentionGraceTime, :RemoteCos, :RemoteCosRegion, :StrategyName, :Indices, :CreateTime
332
334
 
333
- def initialize(isautobackup=nil, backuptime=nil, snapshotname=nil, esrepositorytype=nil, paasesrepository=nil, useresrepository=nil, storageduration=nil, autobackupinterval=nil, cosretention=nil, retainuntildate=nil, retentiongracetime=nil, remotecos=nil, remotecosregion=nil, strategyname=nil, indices=nil, createtime=nil)
335
+ def initialize(isautobackup=nil, backuptime=nil, snapshotname=nil, esrepositorytype=nil, paasesrepository=nil, useresrepository=nil, cosbasepath=nil, storageduration=nil, autobackupinterval=nil, cosretention=nil, retainuntildate=nil, retentiongracetime=nil, remotecos=nil, remotecosregion=nil, strategyname=nil, indices=nil, createtime=nil)
334
336
  @IsAutoBackup = isautobackup
335
337
  @BackupTime = backuptime
336
338
  @SnapshotName = snapshotname
337
339
  @EsRepositoryType = esrepositorytype
338
340
  @PaasEsRepository = paasesrepository
339
341
  @UserEsRepository = useresrepository
342
+ @CosBasePath = cosbasepath
340
343
  @StorageDuration = storageduration
341
344
  @AutoBackupInterval = autobackupinterval
342
345
  @CosRetention = cosretention
@@ -356,6 +359,7 @@ module TencentCloud
356
359
  @EsRepositoryType = params['EsRepositoryType']
357
360
  @PaasEsRepository = params['PaasEsRepository']
358
361
  @UserEsRepository = params['UserEsRepository']
362
+ @CosBasePath = params['CosBasePath']
359
363
  @StorageDuration = params['StorageDuration']
360
364
  @AutoBackupInterval = params['AutoBackupInterval']
361
365
  @CosRetention = params['CosRetention']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-es
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1183
4
+ version: 3.0.1184
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-17 00:00:00.000000000 Z
11
+ date: 2025-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common