tencentcloud-sdk-cdb 3.0.931 → 3.0.932

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: e4c56b40e324afa735c792a1f1b7f67fb934cbdb
4
- data.tar.gz: ae2beac4814465a4d8b3e51678dac0059bebc87a
3
+ metadata.gz: eaa6d66a6a8c5373b0d839465e6007a9b63ceafe
4
+ data.tar.gz: f7b355244fb981210adf392b615a20f6e3bb0aed
5
5
  SHA512:
6
- metadata.gz: bc173125facc1da8fe93d7ed3bdc3aa2a11217e04696b5be9d026439397957fbec71f6892c782b17f990db03dba7e5f52ddfbc89a4cd16bc42b53583e9496b67
7
- data.tar.gz: 00fc0d8b849e1c5ce32340cc7d344f95a7135f631c8b1b3d0a5688e2fff8bf39019e3ff8be1a2a67330c53e259953be5519448e85c686b18f08ee31abbe052f0
6
+ metadata.gz: f1fa70e8843dd086f227e87a5b7b38897fec28d826fbe39f8e4247070dcf52ede644e86b313824c6241dee568581cd06b36ec314d22c70e4f411d54aa7dbcb06
7
+ data.tar.gz: 0202654977a58ce78461cedc1973c8545939fd336fd8863db3057e4b2ac01b0893fc6b8d592e673c0de8fa355823ce4993e7c43068c0605a1ea1a49417c2490c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.931
1
+ 3.0.932
@@ -77,7 +77,7 @@ module TencentCloud
77
77
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
78
78
  end
79
79
 
80
- # 调整数据库代理地址配置
80
+ # 本接口(AdjustCdbProxyAddress)用于调整数据库代理地址配置。
81
81
 
82
82
  # @param request: Request instance for AdjustCdbProxyAddress.
83
83
  # @type request: :class:`Tencentcloud::cdb::V20170320::AdjustCdbProxyAddressRequest`
@@ -3878,7 +3878,7 @@ module TencentCloud
3878
3878
  class DeleteBackupRequest < TencentCloud::Common::AbstractModel
3879
3879
  # @param InstanceId: 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
3880
3880
  # @type InstanceId: String
3881
- # @param BackupId: 备份任务 ID。该任务 ID 为 [创建云数据库备份](https://cloud.tencent.com/document/api/236/15844) 接口返回的任务 ID。
3881
+ # @param BackupId: 备份任务 ID。您可通过 [查询数据备份文件列表](https://cloud.tencent.com/document/api/236/15842) 来获取目标备份任务 ID。
3882
3882
  # @type BackupId: Integer
3883
3883
 
3884
3884
  attr_accessor :InstanceId, :BackupId
@@ -4020,14 +4020,17 @@ module TencentCloud
4020
4020
  # @type Host: String
4021
4021
  # @param Password: 关闭密码轮转后实例账户的最新密码
4022
4022
  # @type Password: String
4023
+ # @param EncryptMethod: 传入不为空则对密码进行了加密处理
4024
+ # @type EncryptMethod: String
4023
4025
 
4024
- attr_accessor :InstanceId, :User, :Host, :Password
4026
+ attr_accessor :InstanceId, :User, :Host, :Password, :EncryptMethod
4025
4027
 
4026
- def initialize(instanceid=nil, user=nil, host=nil, password=nil)
4028
+ def initialize(instanceid=nil, user=nil, host=nil, password=nil, encryptmethod=nil)
4027
4029
  @InstanceId = instanceid
4028
4030
  @User = user
4029
4031
  @Host = host
4030
4032
  @Password = password
4033
+ @EncryptMethod = encryptmethod
4031
4034
  end
4032
4035
 
4033
4036
  def deserialize(params)
@@ -4035,6 +4038,7 @@ module TencentCloud
4035
4038
  @User = params['User']
4036
4039
  @Host = params['Host']
4037
4040
  @Password = params['Password']
4041
+ @EncryptMethod = params['EncryptMethod']
4038
4042
  end
4039
4043
  end
4040
4044
 
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.931
4
+ version: 3.0.932
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-23 00:00:00.000000000 Z
11
+ date: 2024-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common