tencentcloud-sdk-cdb 3.0.510 → 3.0.512

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: 73ce4717228225dfeaed882b6d5465bb3db0a5ac
4
- data.tar.gz: 2a6bfba6e0bd6bbdcfcfc402157fb1645a62e14f
3
+ metadata.gz: fc1fa6d9ca2c2e11fb9b625575393f57b974ca11
4
+ data.tar.gz: 9ad14586910ce2a22fff1fbed903e46b3f1d6887
5
5
  SHA512:
6
- metadata.gz: 4285551bd5517cca5b5d96891c7cd98d3c6f97812f7d125756703444f7f913d1968a6c9d0ca74108483ef4f184ce1637c674db9534c9baf4672a4ba1afcdac61
7
- data.tar.gz: b245a9cd360d312e57d145032c363da225a65e4293b8fe0a35633a0748360d482f4677d5117595db9cc3af872ac1b87a009c683c3368cc7d637af5e585f7491d
6
+ metadata.gz: a27cc422daf55bf0d321d4eb467db1710167495094b2d4cca946e7a4c5ba1079dd551d9574e79b7f4cfb942270a6acfa17b105fcbaebb72be9805a65e99ecaf3
7
+ data.tar.gz: 3c10dfb262ca84bd83a3a5af7c4576186d7f39b1be4656884a6412a6d3d63babbfef1b46f9c083cda3b38e08fe05663e1c6731db94be04386c035f11bc0fe353
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.510
1
+ 3.0.512
@@ -3295,32 +3295,6 @@ module TencentCloud
3295
3295
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3296
3296
  end
3297
3297
 
3298
- # 接口已经废弃,请使用AdjustCdbProxy进行数据库代理的配置
3299
-
3300
- # 调整数据库代理配置
3301
-
3302
- # @param request: Request instance for UpgradeCDBProxy.
3303
- # @type request: :class:`Tencentcloud::cdb::V20170320::UpgradeCDBProxyRequest`
3304
- # @rtype: :class:`Tencentcloud::cdb::V20170320::UpgradeCDBProxyResponse`
3305
- def UpgradeCDBProxy(request)
3306
- body = send_request('UpgradeCDBProxy', request.serialize)
3307
- response = JSON.parse(body)
3308
- if response['Response'].key?('Error') == false
3309
- model = UpgradeCDBProxyResponse.new
3310
- model.deserialize(response['Response'])
3311
- model
3312
- else
3313
- code = response['Response']['Error']['Code']
3314
- message = response['Response']['Error']['Message']
3315
- reqid = response['Response']['RequestId']
3316
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
3317
- end
3318
- rescue TencentCloud::Common::TencentCloudSDKException => e
3319
- raise e
3320
- rescue StandardError => e
3321
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3322
- end
3323
-
3324
3298
  # 升级数据库代理版本
3325
3299
 
3326
3300
  # @param request: Request instance for UpgradeCDBProxyVersion.
@@ -5122,9 +5122,9 @@ module TencentCloud
5122
5122
  class DescribeErrorLogDataRequest < TencentCloud::Common::AbstractModel
5123
5123
  # @param InstanceId: 实例 ID 。
5124
5124
  # @type InstanceId: String
5125
- # @param StartTime: 开始时间戳。
5125
+ # @param StartTime: 开始时间戳。例如 1585142640 。
5126
5126
  # @type StartTime: Integer
5127
- # @param EndTime: 结束时间戳。
5127
+ # @param EndTime: 结束时间戳。例如 1585142640 。
5128
5128
  # @type EndTime: Integer
5129
5129
  # @param KeyWords: 要匹配的关键字列表,最多支持15个关键字。
5130
5130
  # @type KeyWords: Array
@@ -5875,9 +5875,9 @@ module TencentCloud
5875
5875
  class DescribeSlowLogDataRequest < TencentCloud::Common::AbstractModel
5876
5876
  # @param InstanceId: 实例 ID。
5877
5877
  # @type InstanceId: String
5878
- # @param StartTime: 开始时间戳。
5878
+ # @param StartTime: 开始时间戳。例如 1585142640 。
5879
5879
  # @type StartTime: Integer
5880
- # @param EndTime: 结束时间戳。
5880
+ # @param EndTime: 结束时间戳。例如 1585142640 。
5881
5881
  # @type EndTime: Integer
5882
5882
  # @param UserHosts: 客户端 Host 列表。
5883
5883
  # @type UserHosts: Array
@@ -11039,67 +11039,6 @@ module TencentCloud
11039
11039
  end
11040
11040
  end
11041
11041
 
11042
- # UpgradeCDBProxy请求参数结构体
11043
- class UpgradeCDBProxyRequest < TencentCloud::Common::AbstractModel
11044
- # @param InstanceId: 实例ID
11045
- # @type InstanceId: String
11046
- # @param ProxyGroupId: 数据库代理ID
11047
- # @type ProxyGroupId: String
11048
- # @param ProxyCount: 代理节点个数
11049
- # @type ProxyCount: Integer
11050
- # @param Cpu: 代理节点核数
11051
- # @type Cpu: Integer
11052
- # @param Mem: 代理节点内存大小
11053
- # @type Mem: Integer
11054
- # @param ReloadBalance: 重新负载均衡:auto(自动),manual(手动)
11055
- # @type ReloadBalance: String
11056
- # @param UpgradeTime: 升级时间 nowTime(升级完成时)timeWindow(实例维护时间)
11057
- # @type UpgradeTime: String
11058
-
11059
- attr_accessor :InstanceId, :ProxyGroupId, :ProxyCount, :Cpu, :Mem, :ReloadBalance, :UpgradeTime
11060
-
11061
- def initialize(instanceid=nil, proxygroupid=nil, proxycount=nil, cpu=nil, mem=nil, reloadbalance=nil, upgradetime=nil)
11062
- @InstanceId = instanceid
11063
- @ProxyGroupId = proxygroupid
11064
- @ProxyCount = proxycount
11065
- @Cpu = cpu
11066
- @Mem = mem
11067
- @ReloadBalance = reloadbalance
11068
- @UpgradeTime = upgradetime
11069
- end
11070
-
11071
- def deserialize(params)
11072
- @InstanceId = params['InstanceId']
11073
- @ProxyGroupId = params['ProxyGroupId']
11074
- @ProxyCount = params['ProxyCount']
11075
- @Cpu = params['Cpu']
11076
- @Mem = params['Mem']
11077
- @ReloadBalance = params['ReloadBalance']
11078
- @UpgradeTime = params['UpgradeTime']
11079
- end
11080
- end
11081
-
11082
- # UpgradeCDBProxy返回参数结构体
11083
- class UpgradeCDBProxyResponse < TencentCloud::Common::AbstractModel
11084
- # @param AsyncRequestId: 异步处理ID
11085
- # 注意:此字段可能返回 null,表示取不到有效值。
11086
- # @type AsyncRequestId: String
11087
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11088
- # @type RequestId: String
11089
-
11090
- attr_accessor :AsyncRequestId, :RequestId
11091
-
11092
- def initialize(asyncrequestid=nil, requestid=nil)
11093
- @AsyncRequestId = asyncrequestid
11094
- @RequestId = requestid
11095
- end
11096
-
11097
- def deserialize(params)
11098
- @AsyncRequestId = params['AsyncRequestId']
11099
- @RequestId = params['RequestId']
11100
- end
11101
- end
11102
-
11103
11042
  # UpgradeCDBProxyVersion请求参数结构体
11104
11043
  class UpgradeCDBProxyVersionRequest < TencentCloud::Common::AbstractModel
11105
11044
  # @param InstanceId: 实例ID
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.510
4
+ version: 3.0.512
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-02-16 00:00:00.000000000 Z
11
+ date: 2023-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common