tencentcloud-sdk-dbdc 3.0.778 → 3.0.779
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201029/models.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48ea168c762a58abae9a37c3ff38a1495ebd1b33
|
4
|
+
data.tar.gz: e29e0d1a44106cd17b5136b1d5e79a669b5010ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 887ea84171bef69b54383f9c4acbf8d40356576d8c1b4a18068850cf8bcba9fc52b7fb0519086360b8b4f8a8f74d2845b5b1440794bbb5cfce692b0cd013aad2
|
7
|
+
data.tar.gz: 3f4d09e92122c23199cb6dc1e72dbc594b7ccb7c6113b66bb00d17f4a5427602ec3670ce0295c6eb8942d180ee87a062512381201262807979e98212395978a6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.779
|
data/lib/v20201029/models.rb
CHANGED
@@ -151,7 +151,7 @@ module TencentCloud
|
|
151
151
|
# @type Instances: Array
|
152
152
|
# @param TotalCount: 独享集群内的DB实例总数
|
153
153
|
# @type TotalCount: Integer
|
154
|
-
# @param RequestId: 唯一请求 ID
|
154
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
155
155
|
# @type RequestId: String
|
156
156
|
|
157
157
|
attr_accessor :Instances, :TotalCount, :RequestId
|
@@ -210,7 +210,7 @@ module TencentCloud
|
|
210
210
|
# @type TotalCount: Integer
|
211
211
|
# @param Hosts: 主机详情
|
212
212
|
# @type Hosts: Array
|
213
|
-
# @param RequestId: 唯一请求 ID
|
213
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
214
214
|
# @type RequestId: String
|
215
215
|
|
216
216
|
attr_accessor :TotalCount, :Hosts, :RequestId
|
@@ -425,7 +425,7 @@ module TencentCloud
|
|
425
425
|
# @param ClusterId: 所属集群ID(默认集群为空)
|
426
426
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
427
427
|
# @type ClusterId: String
|
428
|
-
# @param RequestId: 唯一请求 ID
|
428
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
429
429
|
# @type RequestId: String
|
430
430
|
|
431
431
|
attr_accessor :InstanceId, :InstanceName, :Region, :ProductId, :Type, :HostType, :AutoRenewFlag, :Status, :StatusDesc, :CreateTime, :PeriodEndTime, :HostNum, :DbNum, :AssignStrategy, :CpuSpec, :CpuAssigned, :CpuAssignable, :MemorySpec, :MemoryAssigned, :MemoryAssignable, :DiskSpec, :DiskAssigned, :DiskAssignable, :Zone, :FenceId, :ClusterId, :RequestId
|
@@ -549,7 +549,7 @@ module TencentCloud
|
|
549
549
|
# @type Instances: Array
|
550
550
|
# @param TotalCount: 独享集群实例总数
|
551
551
|
# @type TotalCount: Integer
|
552
|
-
# @param RequestId: 唯一请求 ID
|
552
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
553
553
|
# @type RequestId: String
|
554
554
|
|
555
555
|
attr_accessor :Instances, :TotalCount, :RequestId
|
@@ -632,7 +632,7 @@ module TencentCloud
|
|
632
632
|
# @type TotalCount: Integer
|
633
633
|
# @param Instances: 集群扩展信息
|
634
634
|
# @type Instances: Array
|
635
|
-
# @param RequestId: 唯一请求 ID
|
635
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
636
636
|
# @type RequestId: String
|
637
637
|
|
638
638
|
attr_accessor :TotalCount, :Instances, :RequestId
|
@@ -1014,7 +1014,7 @@ module TencentCloud
|
|
1014
1014
|
|
1015
1015
|
# ModifyInstanceName返回参数结构体
|
1016
1016
|
class ModifyInstanceNameResponse < TencentCloud::Common::AbstractModel
|
1017
|
-
# @param RequestId: 唯一请求 ID
|
1017
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1018
1018
|
# @type RequestId: String
|
1019
1019
|
|
1020
1020
|
attr_accessor :RequestId
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dbdc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.779
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
@@ -34,8 +34,8 @@ extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
36
|
- lib/tencentcloud-sdk-dbdc.rb
|
37
|
-
- lib/v20201029/models.rb
|
38
37
|
- lib/v20201029/client.rb
|
38
|
+
- lib/v20201029/models.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|