tencentcloud-sdk-cdb 3.0.904 → 3.0.906

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170320/models.rb +10 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37b49273aa0d6fdca3d6f9b0e84e1c676ad45807
4
- data.tar.gz: 216c3648f8daa546da6ae00a252956ed01c18cbd
3
+ metadata.gz: 74b92dfd869c0b96c7ea0f4ee6e63388d0fc11ba
4
+ data.tar.gz: f532e796956a048f8adc13eabe8c6ebf5b8e75bb
5
5
  SHA512:
6
- metadata.gz: d89a3e5ea47e0cf4940f9926911d2036c0930ecd441fa56c87acfcb66f22038e739a761f146fd295c4d3677c323d1c8bfcb2d1a9c1c27800ea530274a5b24a42
7
- data.tar.gz: f4040e723ce507468ba43c5fd92ee18e6abddc1ef824574902a693869476d8a88a191bb2d7bbb7751186fa382874b864e19a18be3588e983e4040baf68eed839
6
+ metadata.gz: 0504555ee28212821bb1f7eb73bf5e6d17967fd1d5f9f06bb0e8781e78b6ec5bfb4c9b4e383d3f598e3eb2f0d938650e00e8fb7ad742a7237a77148b19502634
7
+ data.tar.gz: 8c7293115ca0e771630a0d4781fc90b1849ba16e865f0992ffe37c1a361fe4a37d5113ab44b8199caac5577458549282b9d81ce7816a1d2b38aff32eec39d758
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.904
1
+ 3.0.906
@@ -7768,9 +7768,11 @@ module TencentCloud
7768
7768
 
7769
7769
  # DescribeSSLStatus请求参数结构体
7770
7770
  class DescribeSSLStatusRequest < TencentCloud::Common::AbstractModel
7771
- # @param InstanceId: 实例 ID 。只读组 ID为空时必填。
7771
+ # @param InstanceId: 实例 ID
7772
+ # 说明:实例 ID 和实例组 ID 两个参数选其一填写即可。若要查询双节点、三节点实例 SSL 开通情况,请填写实例 ID 参数进行查询。单节点(云盘)、集群版实例不支持开启 SSL,因此不支持查询。
7772
7773
  # @type InstanceId: String
7773
- # @param RoGroupId: 只读组 ID。实例 ID为空时必填。
7774
+ # @param RoGroupId: 只读组 ID
7775
+ # 说明:实例 ID 和实例组 ID 两个参数选其一填写即可。若要查询只读实例或只读组 SSL 开通情况,请填写 RoGroupId 参数,并注意填写的都是只读组 ID。单节点(云盘)、集群版实例不支持开启 SSL,因此不支持查询。
7774
7776
  # @type RoGroupId: String
7775
7777
 
7776
7778
  attr_accessor :InstanceId, :RoGroupId
@@ -7834,10 +7836,12 @@ module TencentCloud
7834
7836
  # @type Limit: Integer
7835
7837
  # @param InstType: 仅在实例为主实例或者灾备实例时生效,可选值:slave,代表拉取从机的日志。
7836
7838
  # @type InstType: String
7839
+ # @param OpResourceId: 节点ID
7840
+ # @type OpResourceId: String
7837
7841
 
7838
- attr_accessor :InstanceId, :StartTime, :EndTime, :UserHosts, :UserNames, :DataBases, :SortBy, :OrderBy, :Offset, :Limit, :InstType
7842
+ attr_accessor :InstanceId, :StartTime, :EndTime, :UserHosts, :UserNames, :DataBases, :SortBy, :OrderBy, :Offset, :Limit, :InstType, :OpResourceId
7839
7843
 
7840
- def initialize(instanceid=nil, starttime=nil, endtime=nil, userhosts=nil, usernames=nil, databases=nil, sortby=nil, orderby=nil, offset=nil, limit=nil, insttype=nil)
7844
+ def initialize(instanceid=nil, starttime=nil, endtime=nil, userhosts=nil, usernames=nil, databases=nil, sortby=nil, orderby=nil, offset=nil, limit=nil, insttype=nil, opresourceid=nil)
7841
7845
  @InstanceId = instanceid
7842
7846
  @StartTime = starttime
7843
7847
  @EndTime = endtime
@@ -7849,6 +7853,7 @@ module TencentCloud
7849
7853
  @Offset = offset
7850
7854
  @Limit = limit
7851
7855
  @InstType = insttype
7856
+ @OpResourceId = opresourceid
7852
7857
  end
7853
7858
 
7854
7859
  def deserialize(params)
@@ -7863,6 +7868,7 @@ module TencentCloud
7863
7868
  @Offset = params['Offset']
7864
7869
  @Limit = params['Limit']
7865
7870
  @InstType = params['InstType']
7871
+ @OpResourceId = params['OpResourceId']
7866
7872
  end
7867
7873
  end
7868
7874
 
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.904
4
+ version: 3.0.906
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-09-11 00:00:00.000000000 Z
11
+ date: 2024-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common