tencentcloud-sdk-cdwpg 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/v20201230/models.rb +8 -8
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f5cfb90cc79bc01f8af2153d71ef809ab3ca9aa
|
|
4
|
+
data.tar.gz: 62c9cb9be0b06b85a280662a67259d7144c4803d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f941c01cd4d55d93dff95d0c17d0f4cf9e6d0befa614e2817f02f1671f16c8fc562bbe75811ed23bc417a82d12c09e80992f502510d1192a3d878cf53e45774a
|
|
7
|
+
data.tar.gz: a31feda23c89c357739c24f06b91347fed83227293ad9cb39d0f5287568cd14b84b4420f017bd31be0cab7e84fb4a25d413a309940ddbb42fdc1585d5c1a3b5b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.779
|
data/lib/v20201230/models.rb
CHANGED
|
@@ -173,7 +173,7 @@ module TencentCloud
|
|
|
173
173
|
# @param ErrorMsg: 错误信息
|
|
174
174
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
175
175
|
# @type ErrorMsg: String
|
|
176
|
-
# @param RequestId: 唯一请求 ID
|
|
176
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
177
177
|
# @type RequestId: String
|
|
178
178
|
|
|
179
179
|
attr_accessor :FlowId, :InstanceId, :ErrorMsg, :RequestId
|
|
@@ -215,7 +215,7 @@ module TencentCloud
|
|
|
215
215
|
# @type SimpleInstanceInfo: :class:`Tencentcloud::Cdwpg.v20201230.models.SimpleInstanceInfo`
|
|
216
216
|
# @param ErrorMsg: 1
|
|
217
217
|
# @type ErrorMsg: String
|
|
218
|
-
# @param RequestId: 唯一请求 ID
|
|
218
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
219
219
|
# @type RequestId: String
|
|
220
220
|
|
|
221
221
|
attr_accessor :SimpleInstanceInfo, :ErrorMsg, :RequestId
|
|
@@ -256,7 +256,7 @@ module TencentCloud
|
|
|
256
256
|
class DescribeInstanceResponse < TencentCloud::Common::AbstractModel
|
|
257
257
|
# @param InstanceInfo: 实例描述信息
|
|
258
258
|
# @type InstanceInfo: :class:`Tencentcloud::Cdwpg.v20201230.models.InstanceInfo`
|
|
259
|
-
# @param RequestId: 唯一请求 ID
|
|
259
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
260
260
|
# @type RequestId: String
|
|
261
261
|
|
|
262
262
|
attr_accessor :InstanceInfo, :RequestId
|
|
@@ -316,7 +316,7 @@ module TencentCloud
|
|
|
316
316
|
# @param BackupStatus: 集群备份任务开启状态
|
|
317
317
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
318
318
|
# @type BackupStatus: Integer
|
|
319
|
-
# @param RequestId: 唯一请求 ID
|
|
319
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
320
320
|
# @type RequestId: String
|
|
321
321
|
|
|
322
322
|
attr_accessor :InstanceState, :FlowCreateTime, :FlowName, :FlowProgress, :InstanceStateDesc, :FlowMsg, :ProcessName, :BackupStatus, :RequestId
|
|
@@ -396,7 +396,7 @@ module TencentCloud
|
|
|
396
396
|
# @param ErrorMsg: -
|
|
397
397
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
398
398
|
# @type ErrorMsg: String
|
|
399
|
-
# @param RequestId: 唯一请求 ID
|
|
399
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
400
400
|
# @type RequestId: String
|
|
401
401
|
|
|
402
402
|
attr_accessor :TotalCount, :InstancesList, :ErrorMsg, :RequestId
|
|
@@ -466,7 +466,7 @@ module TencentCloud
|
|
|
466
466
|
# @param ErrorMsg: -
|
|
467
467
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
468
468
|
# @type ErrorMsg: String
|
|
469
|
-
# @param RequestId: 唯一请求 ID
|
|
469
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
470
470
|
# @type RequestId: String
|
|
471
471
|
|
|
472
472
|
attr_accessor :TotalCount, :InstancesList, :ErrorMsg, :RequestId
|
|
@@ -515,7 +515,7 @@ module TencentCloud
|
|
|
515
515
|
# @type FlowId: String
|
|
516
516
|
# @param ErrorMsg: 错误信息
|
|
517
517
|
# @type ErrorMsg: String
|
|
518
|
-
# @param RequestId: 唯一请求 ID
|
|
518
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
519
519
|
# @type RequestId: String
|
|
520
520
|
|
|
521
521
|
attr_accessor :FlowId, :ErrorMsg, :RequestId
|
|
@@ -887,7 +887,7 @@ module TencentCloud
|
|
|
887
887
|
|
|
888
888
|
# ModifyInstance返回参数结构体
|
|
889
889
|
class ModifyInstanceResponse < TencentCloud::Common::AbstractModel
|
|
890
|
-
# @param RequestId: 唯一请求 ID
|
|
890
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
891
891
|
# @type RequestId: String
|
|
892
892
|
|
|
893
893
|
attr_accessor :RequestId
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cdwpg
|
|
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
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-cdwpg.rb
|
|
37
|
-
- lib/v20201230/models.rb
|
|
38
36
|
- lib/v20201230/client.rb
|
|
37
|
+
- lib/v20201230/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-cdwpg.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|