tencentcloud-sdk-cdwch 3.0.1023 → 3.0.1024
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/v20200915/models.rb +0 -55
- 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: 89d9c259d80c75bdb81f289b9e7519736d6e7a0f
|
4
|
+
data.tar.gz: 0d1cf381ede2f2f396ab66d4d8b2bade510700da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae90ac5cb09c978f869b5b0d553365fc50317acdc8c3f5424cfdbce91db31b7440969a759d9bd6214f6f9ef2605e2e9b3a932d89b19a36745720232101507e58
|
7
|
+
data.tar.gz: 86c9ef7d595a95668b407352d5bf4bb274b65b3e9cfbec22fe585764622a66c0324c5691efdcaacbe3651cc23a5df4c0cba3f8b8f94110165898e297679cb1f7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1024
|
data/lib/v20200915/models.rb
CHANGED
@@ -133,25 +133,18 @@ module TencentCloud
|
|
133
133
|
# 备份表信息
|
134
134
|
class BackupTableContent < TencentCloud::Common::AbstractModel
|
135
135
|
# @param Database: 数据库
|
136
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
137
136
|
# @type Database: String
|
138
137
|
# @param Table: 表
|
139
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
140
138
|
# @type Table: String
|
141
139
|
# @param TotalBytes: 表总字节数
|
142
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
143
140
|
# @type TotalBytes: Integer
|
144
141
|
# @param VCluster: 虚拟cluster
|
145
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
146
142
|
# @type VCluster: String
|
147
143
|
# @param Ips: 表ip
|
148
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
149
144
|
# @type Ips: String
|
150
145
|
# @param ZooPath: zk路径
|
151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
152
146
|
# @type ZooPath: String
|
153
147
|
# @param Rip: cvm的ip地址
|
154
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
155
148
|
# @type Rip: String
|
156
149
|
|
157
150
|
attr_accessor :Database, :Table, :TotalBytes, :VCluster, :Ips, :ZooPath, :Rip
|
@@ -242,7 +235,6 @@ module TencentCloud
|
|
242
235
|
# @param NeedRestart: 用于表示当前配置文件是不是有过修改后没有重启,提醒用户需要重启
|
243
236
|
# @type NeedRestart: Integer
|
244
237
|
# @param FilePath: 保存配置文件的路径
|
245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
246
238
|
# @type FilePath: String
|
247
239
|
|
248
240
|
attr_accessor :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath
|
@@ -269,10 +261,8 @@ module TencentCloud
|
|
269
261
|
# clickhouse vcluster信息
|
270
262
|
class ClusterInfo < TencentCloud::Common::AbstractModel
|
271
263
|
# @param ClusterName: vcluster名字
|
272
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
273
264
|
# @type ClusterName: String
|
274
265
|
# @param NodeIps: 当前cluster的IP列表
|
275
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
276
266
|
# @type NodeIps: Array
|
277
267
|
|
278
268
|
attr_accessor :ClusterName, :NodeIps
|
@@ -621,7 +611,6 @@ module TencentCloud
|
|
621
611
|
# DescribeBackUpJobDetail返回参数结构体
|
622
612
|
class DescribeBackUpJobDetailResponse < TencentCloud::Common::AbstractModel
|
623
613
|
# @param TableContents: 备份表详情
|
624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
625
614
|
# @type TableContents: Array
|
626
615
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
627
616
|
# @type RequestId: String
|
@@ -868,7 +857,6 @@ module TencentCloud
|
|
868
857
|
# DescribeCkSqlApis返回参数结构体
|
869
858
|
class DescribeCkSqlApisResponse < TencentCloud::Common::AbstractModel
|
870
859
|
# @param ReturnData: 返回的查询数据,大部分情况是list,也可能是bool
|
871
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
872
860
|
# @type ReturnData: String
|
873
861
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
874
862
|
# @type RequestId: String
|
@@ -1178,7 +1166,6 @@ module TencentCloud
|
|
1178
1166
|
# DescribeInstanceShards返回参数结构体
|
1179
1167
|
class DescribeInstanceShardsResponse < TencentCloud::Common::AbstractModel
|
1180
1168
|
# @param InstanceShardsList: 实例shard信息
|
1181
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1182
1169
|
# @type InstanceShardsList: String
|
1183
1170
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1184
1171
|
# @type RequestId: String
|
@@ -1432,7 +1419,6 @@ module TencentCloud
|
|
1432
1419
|
# DestroyInstance返回参数结构体
|
1433
1420
|
class DestroyInstanceResponse < TencentCloud::Common::AbstractModel
|
1434
1421
|
# @param FlowID: 作业id
|
1435
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1436
1422
|
# @type FlowID: String
|
1437
1423
|
# @param InstanceID: 集群id
|
1438
1424
|
# @type InstanceID: String
|
@@ -1593,7 +1579,6 @@ module TencentCloud
|
|
1593
1579
|
# Instance表detail字段
|
1594
1580
|
class InstanceDetail < TencentCloud::Common::AbstractModel
|
1595
1581
|
# @param EnableAlarmStrategy: 告警策略是否可用
|
1596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1597
1582
|
# @type EnableAlarmStrategy: Boolean
|
1598
1583
|
|
1599
1584
|
attr_accessor :EnableAlarmStrategy
|
@@ -1931,22 +1916,16 @@ module TencentCloud
|
|
1931
1916
|
# @param NodeGroups: 节点所属的分组信息
|
1932
1917
|
# @type NodeGroups: Array
|
1933
1918
|
# @param Rip: VPC IP
|
1934
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1935
1919
|
# @type Rip: String
|
1936
1920
|
# @param IsCHProxy: ture的时候表示该节点上部署了chproxy进程
|
1937
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1938
1921
|
# @type IsCHProxy: Boolean
|
1939
1922
|
# @param Status: 节点状态
|
1940
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1941
1923
|
# @type Status: String
|
1942
1924
|
# @param UUID: 节点uuid
|
1943
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1944
1925
|
# @type UUID: String
|
1945
1926
|
# @param Zone: 区
|
1946
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1947
1927
|
# @type Zone: String
|
1948
1928
|
# @param ZoneDesc: 区描述
|
1949
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1950
1929
|
# @type ZoneDesc: String
|
1951
1930
|
# @param RealResourceId: 真实资源id
|
1952
1931
|
# @type RealResourceId: String
|
@@ -2000,31 +1979,22 @@ module TencentCloud
|
|
2000
1979
|
# 集群状态抽象后的结构体
|
2001
1980
|
class InstanceStateInfo < TencentCloud::Common::AbstractModel
|
2002
1981
|
# @param InstanceState: 集群状态,例如:Serving
|
2003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2004
1982
|
# @type InstanceState: String
|
2005
1983
|
# @param FlowCreateTime: 集群操作创建时间
|
2006
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2007
1984
|
# @type FlowCreateTime: String
|
2008
1985
|
# @param FlowName: 集群操作名称
|
2009
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2010
1986
|
# @type FlowName: String
|
2011
1987
|
# @param FlowProgress: 集群操作进度
|
2012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2013
1988
|
# @type FlowProgress: Integer
|
2014
1989
|
# @param InstanceStateDesc: 集群状态描述,例如:运行中
|
2015
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2016
1990
|
# @type InstanceStateDesc: String
|
2017
1991
|
# @param FlowMsg: 集群流程错误信息,例如:“创建失败,资源不足”
|
2018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2019
1992
|
# @type FlowMsg: String
|
2020
1993
|
# @param ProcessName: 当前步骤的名称,例如:”购买资源中“
|
2021
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2022
1994
|
# @type ProcessName: String
|
2023
1995
|
# @param RequestId: 请求id
|
2024
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2025
1996
|
# @type RequestId: String
|
2026
1997
|
# @param ProcessSubName: 流程的二级名称
|
2027
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2028
1998
|
# @type ProcessSubName: String
|
2029
1999
|
|
2030
2000
|
attr_accessor :InstanceState, :FlowCreateTime, :FlowName, :FlowProgress, :InstanceStateDesc, :FlowMsg, :ProcessName, :RequestId, :ProcessSubName
|
@@ -2199,7 +2169,6 @@ module TencentCloud
|
|
2199
2169
|
# ModifyInstanceKeyValConfigs返回参数结构体
|
2200
2170
|
class ModifyInstanceKeyValConfigsResponse < TencentCloud::Common::AbstractModel
|
2201
2171
|
# @param ErrorMsg: 错误信息
|
2202
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2203
2172
|
# @type ErrorMsg: String
|
2204
2173
|
# @param FlowId: ID
|
2205
2174
|
# @type FlowId: Integer
|
@@ -2485,13 +2454,10 @@ module TencentCloud
|
|
2485
2454
|
# ResizeDisk返回参数结构体
|
2486
2455
|
class ResizeDiskResponse < TencentCloud::Common::AbstractModel
|
2487
2456
|
# @param FlowId: 流程ID
|
2488
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2489
2457
|
# @type FlowId: String
|
2490
2458
|
# @param InstanceId: 实例ID
|
2491
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2492
2459
|
# @type InstanceId: String
|
2493
2460
|
# @param ErrorMsg: 错误信息
|
2494
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2495
2461
|
# @type ErrorMsg: String
|
2496
2462
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2497
2463
|
# @type RequestId: String
|
@@ -2530,16 +2496,12 @@ module TencentCloud
|
|
2530
2496
|
# @param MaxNodeSize: 最大节点数目限制
|
2531
2497
|
# @type MaxNodeSize: Integer
|
2532
2498
|
# @param Available: 是否可用,false代表售罄
|
2533
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2534
2499
|
# @type Available: Boolean
|
2535
2500
|
# @param ComputeSpecDesc: 规格描述信息
|
2536
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2537
2501
|
# @type ComputeSpecDesc: String
|
2538
2502
|
# @param DisplayName: 规格名
|
2539
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2540
2503
|
# @type DisplayName: String
|
2541
2504
|
# @param InstanceQuota: 库存数
|
2542
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2543
2505
|
# @type InstanceQuota: Integer
|
2544
2506
|
|
2545
2507
|
attr_accessor :Name, :Cpu, :Mem, :Type, :SystemDisk, :DataDisk, :MaxNodeSize, :Available, :ComputeSpecDesc, :DisplayName, :InstanceQuota
|
@@ -2614,13 +2576,10 @@ module TencentCloud
|
|
2614
2576
|
# ScaleCNOutUpInstance返回参数结构体
|
2615
2577
|
class ScaleCNOutUpInstanceResponse < TencentCloud::Common::AbstractModel
|
2616
2578
|
# @param FlowId: 流程ID
|
2617
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2618
2579
|
# @type FlowId: String
|
2619
2580
|
# @param InstanceId: 实例ID
|
2620
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2621
2581
|
# @type InstanceId: String
|
2622
2582
|
# @param ErrorMsg: 错误信息
|
2623
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2624
2583
|
# @type ErrorMsg: String
|
2625
2584
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2626
2585
|
# @type RequestId: String
|
@@ -2686,13 +2645,10 @@ module TencentCloud
|
|
2686
2645
|
# ScaleOutInstance返回参数结构体
|
2687
2646
|
class ScaleOutInstanceResponse < TencentCloud::Common::AbstractModel
|
2688
2647
|
# @param FlowId: 流程ID
|
2689
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2690
2648
|
# @type FlowId: String
|
2691
2649
|
# @param InstanceId: 实例ID
|
2692
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2693
2650
|
# @type InstanceId: String
|
2694
2651
|
# @param ErrorMsg: 错误信息
|
2695
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2696
2652
|
# @type ErrorMsg: String
|
2697
2653
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2698
2654
|
# @type RequestId: String
|
@@ -2745,13 +2701,10 @@ module TencentCloud
|
|
2745
2701
|
# ScaleUpInstance返回参数结构体
|
2746
2702
|
class ScaleUpInstanceResponse < TencentCloud::Common::AbstractModel
|
2747
2703
|
# @param FlowId: 流程ID
|
2748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2749
2704
|
# @type FlowId: String
|
2750
2705
|
# @param InstanceId: 实例ID
|
2751
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2752
2706
|
# @type InstanceId: String
|
2753
2707
|
# @param ErrorMsg: 错误信息
|
2754
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2755
2708
|
# @type ErrorMsg: String
|
2756
2709
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2757
2710
|
# @type RequestId: String
|
@@ -2776,7 +2729,6 @@ module TencentCloud
|
|
2776
2729
|
# 策略详情
|
2777
2730
|
class ScheduleStrategy < TencentCloud::Common::AbstractModel
|
2778
2731
|
# @param CosBucketName: 备份桶名称
|
2779
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2780
2732
|
# @type CosBucketName: String
|
2781
2733
|
# @param RetainDays: 备份保留天数
|
2782
2734
|
# @type RetainDays: Integer
|
@@ -2787,7 +2739,6 @@ module TencentCloud
|
|
2787
2739
|
# @param ScheduleId: 策略id
|
2788
2740
|
# @type ScheduleId: Integer
|
2789
2741
|
# @param NextBackupTime: 下次备份时间
|
2790
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2791
2742
|
# @type NextBackupTime: String
|
2792
2743
|
|
2793
2744
|
attr_accessor :CosBucketName, :RetainDays, :WeekDays, :ExecuteHour, :ScheduleId, :NextBackupTime
|
@@ -2838,16 +2789,12 @@ module TencentCloud
|
|
2838
2789
|
# 副可用区详情
|
2839
2790
|
class SecondaryZoneInfo < TencentCloud::Common::AbstractModel
|
2840
2791
|
# @param SecondaryZone: 副可用区
|
2841
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2842
2792
|
# @type SecondaryZone: String
|
2843
2793
|
# @param SecondarySubnet: 可用区可用的子网id
|
2844
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2845
2794
|
# @type SecondarySubnet: String
|
2846
2795
|
# @param UserIpNum: 可用区可用的子网可用ip的数量
|
2847
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2848
2796
|
# @type UserIpNum: String
|
2849
2797
|
# @param SecondaryUserSubnetIPNum: 可用区可用的子网可用ip的数量
|
2850
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2851
2798
|
# @type SecondaryUserSubnetIPNum: Integer
|
2852
2799
|
|
2853
2800
|
attr_accessor :SecondaryZone, :SecondarySubnet, :UserIpNum, :SecondaryUserSubnetIPNum
|
@@ -2870,10 +2817,8 @@ module TencentCloud
|
|
2870
2817
|
# 服务详细信息描述。
|
2871
2818
|
class ServiceInfo < TencentCloud::Common::AbstractModel
|
2872
2819
|
# @param Name: 服务名称
|
2873
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2874
2820
|
# @type Name: String
|
2875
2821
|
# @param Version: 服务的版本
|
2876
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2877
2822
|
# @type Version: String
|
2878
2823
|
|
2879
2824
|
attr_accessor :Name, :Version
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdwch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1024
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|