tencentcloud-sdk-dcdb 3.0.583 → 3.0.584

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/v20180411/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d8e79daa139d8cd5e9986156432309dc4c72b72
4
- data.tar.gz: 697af0916dcd5d25216e15e751b67c23710a6348
3
+ metadata.gz: 699f9115aac73ee648a4920d2e7d026815c7672a
4
+ data.tar.gz: 2f140db020999b0402d60e0dd3180bd8f8b10f0a
5
5
  SHA512:
6
- metadata.gz: 607fee384a43b04898b1b943ba27cb67ad5b4ed32c30c60282c3ea3bb23aba707768a16cb84c881f9791536c8eaa8c241c24de4d3a493c57a2b4a23fd381bb8d
7
- data.tar.gz: 24b2108e0e00a35c642c774caf8cda4bc0ebe9d37bc1b43c6e755a3bf8cd6c551361e5acdc0a6b890a06e38e3f9579054b8bf68454bb8ed0b0037358e0ebfea3
6
+ metadata.gz: 610530ff1e036cd41f9654835086ad92791c1af47ab12d6a7c193991b6b510a07701bf4d2f4e434bd9cd56d2728f170e74acb834e2ef6b39b9781abd4d4d5eba
7
+ data.tar.gz: a2b8da20905bb402d2e579a77b93944dff7008970d0b523134cff2aa6d7be0654c0838347c280d086cf3baa8c00d44b8f665ba784697fe2bcbd269d3912b0d6a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.583
1
+ 3.0.584
@@ -786,16 +786,24 @@ module TencentCloud
786
786
 
787
787
  # CreateDedicatedClusterDCDBInstance返回参数结构体
788
788
  class CreateDedicatedClusterDCDBInstanceResponse < TencentCloud::Common::AbstractModel
789
+ # @param InstanceIds: 分配资源ID数组
790
+ # @type InstanceIds: Array
791
+ # @param FlowId: 流程ID
792
+ # @type FlowId: Integer
789
793
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
790
794
  # @type RequestId: String
791
795
 
792
- attr_accessor :RequestId
796
+ attr_accessor :InstanceIds, :FlowId, :RequestId
793
797
 
794
- def initialize(requestid=nil)
798
+ def initialize(instanceids=nil, flowid=nil, requestid=nil)
799
+ @InstanceIds = instanceids
800
+ @FlowId = flowid
795
801
  @RequestId = requestid
796
802
  end
797
803
 
798
804
  def deserialize(params)
805
+ @InstanceIds = params['InstanceIds']
806
+ @FlowId = params['FlowId']
799
807
  @RequestId = params['RequestId']
800
808
  end
801
809
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dcdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.583
4
+ version: 3.0.584
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-06-02 00:00:00.000000000 Z
11
+ date: 2023-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common