tencentcloud-sdk-cdb 3.0.970 → 3.0.971
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/v20170320/client.rb +1 -1
- data/lib/v20170320/models.rb +5 -234
- 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: b2f4a43bfac172b790917a0ab16e7fdadf527928
|
|
4
|
+
data.tar.gz: fb13a1d0d255db2b979510167d9aaf37372dfb3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b776f84822f4bd2c3fd390f79bd5cc56da6eb5e13b85ba8b828062828d4bab14551c5a3e36d8564b3bc61dbc78a2411aebce73373b82afc788fa1ac6f4cfbb60
|
|
7
|
+
data.tar.gz: d209a207634bcb7bdbff13e101da79d0fd4c4a68d6378964c050842917b882a90355d99803699b4b6be81b0b65f22bd95a078fde6630b1ca5a86fb216f30b2d5
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.971
|
data/lib/v20170320/client.rb
CHANGED
|
@@ -1803,7 +1803,7 @@ module TencentCloud
|
|
|
1803
1803
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1804
1804
|
end
|
|
1805
1805
|
|
|
1806
|
-
#
|
|
1806
|
+
# 本接口(DescribeDBInstances)用于查询云数据库实例列表,支持通过项目 ID、实例 ID、访问地址、实例状态等过滤条件来筛选实例。支持查询主实例、灾备实例和只读实例信息列表。
|
|
1807
1807
|
|
|
1808
1808
|
# @param request: Request instance for DescribeDBInstances.
|
|
1809
1809
|
# @type request: :class:`Tencentcloud::cdb::V20170320::DescribeDBInstancesRequest`
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -265,7 +265,6 @@ module TencentCloud
|
|
|
265
265
|
# AdjustCdbProxyAddress返回参数结构体
|
|
266
266
|
class AdjustCdbProxyAddressResponse < TencentCloud::Common::AbstractModel
|
|
267
267
|
# @param AsyncRequestId: 异步任务ID
|
|
268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
269
268
|
# @type AsyncRequestId: String
|
|
270
269
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
271
270
|
# @type RequestId: String
|
|
@@ -332,7 +331,6 @@ module TencentCloud
|
|
|
332
331
|
# AdjustCdbProxy返回参数结构体
|
|
333
332
|
class AdjustCdbProxyResponse < TencentCloud::Common::AbstractModel
|
|
334
333
|
# @param AsyncRequestId: 异步任务ID
|
|
335
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
336
334
|
# @type AsyncRequestId: String
|
|
337
335
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
338
336
|
# @type RequestId: String
|
|
@@ -430,10 +428,8 @@ module TencentCloud
|
|
|
430
428
|
# AnalyzeAuditLogs返回参数结构体
|
|
431
429
|
class AnalyzeAuditLogsResponse < TencentCloud::Common::AbstractModel
|
|
432
430
|
# @param Items: 返回的聚合桶信息集
|
|
433
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
434
431
|
# @type Items: Array
|
|
435
432
|
# @param TotalCount: 扫描的日志条数
|
|
436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
437
433
|
# @type TotalCount: Integer
|
|
438
434
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
439
435
|
# @type RequestId: String
|
|
@@ -558,16 +554,12 @@ module TencentCloud
|
|
|
558
554
|
# 审计实例详情
|
|
559
555
|
class AuditInstanceInfo < TencentCloud::Common::AbstractModel
|
|
560
556
|
# @param ProjectId: 项目ID
|
|
561
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
562
557
|
# @type ProjectId: Integer
|
|
563
558
|
# @param TagList: 标签信息
|
|
564
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
565
559
|
# @type TagList: Array
|
|
566
560
|
# @param DbType: 数据库内核类型
|
|
567
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
568
561
|
# @type DbType: String
|
|
569
562
|
# @param DbVersion: 数据库内核版本
|
|
570
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
571
563
|
# @type DbVersion: String
|
|
572
564
|
|
|
573
565
|
attr_accessor :ProjectId, :TagList, :DbType, :DbVersion
|
|
@@ -621,22 +613,16 @@ module TencentCloud
|
|
|
621
613
|
# @param ThreadId: 线程ID。
|
|
622
614
|
# @type ThreadId: Integer
|
|
623
615
|
# @param CheckRows: 扫描行数。
|
|
624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
625
616
|
# @type CheckRows: Integer
|
|
626
617
|
# @param CpuTime: cpu执行时间,微秒。
|
|
627
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
628
618
|
# @type CpuTime: Float
|
|
629
619
|
# @param IoWaitTime: IO等待时间,微秒。
|
|
630
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
631
620
|
# @type IoWaitTime: Integer
|
|
632
621
|
# @param LockWaitTime: 锁等待时间,微秒。
|
|
633
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
634
622
|
# @type LockWaitTime: Integer
|
|
635
623
|
# @param NsTime: 开始时间,与timestamp构成一个精确到纳秒的时间。
|
|
636
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
637
624
|
# @type NsTime: Integer
|
|
638
625
|
# @param TrxLivingTime: 事物持续时间,微秒。
|
|
639
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
640
626
|
# @type TrxLivingTime: Integer
|
|
641
627
|
# @param TemplateInfo: 日志命中规则模板的基本信息
|
|
642
628
|
# @type TemplateInfo: Array
|
|
@@ -702,10 +688,8 @@ module TencentCloud
|
|
|
702
688
|
# 审计日志分析结果
|
|
703
689
|
class AuditLogAggregationResult < TencentCloud::Common::AbstractModel
|
|
704
690
|
# @param AggregationField: 聚合维度
|
|
705
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
706
691
|
# @type AggregationField: String
|
|
707
692
|
# @param Buckets: 聚合桶的结果集
|
|
708
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
709
693
|
# @type Buckets: Array
|
|
710
694
|
|
|
711
695
|
attr_accessor :AggregationField, :Buckets
|
|
@@ -740,13 +724,10 @@ module TencentCloud
|
|
|
740
724
|
# "success" - 已生成;
|
|
741
725
|
# @type Status: String
|
|
742
726
|
# @param FileSize: 文件大小,单位为 KB。
|
|
743
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
744
727
|
# @type FileSize: Integer
|
|
745
728
|
# @param DownloadUrl: 审计日志下载地址。
|
|
746
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
747
729
|
# @type DownloadUrl: String
|
|
748
730
|
# @param ErrMsg: 错误信息。
|
|
749
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
750
731
|
# @type ErrMsg: String
|
|
751
732
|
|
|
752
733
|
attr_accessor :FileName, :CreateTime, :Status, :FileSize, :DownloadUrl, :ErrMsg
|
|
@@ -883,10 +864,8 @@ module TencentCloud
|
|
|
883
864
|
# @param RuleId: 审计规则 ID。
|
|
884
865
|
# @type RuleId: String
|
|
885
866
|
# @param RuleName: 审计规则名称。
|
|
886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
887
867
|
# @type RuleName: String
|
|
888
868
|
# @param InstanceName: 数据库实例名称
|
|
889
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
890
869
|
# @type InstanceName: String
|
|
891
870
|
|
|
892
871
|
attr_accessor :PolicyId, :Status, :InstanceId, :CreateTime, :ModifyTime, :PolicyName, :RuleId, :RuleName, :InstanceName
|
|
@@ -969,7 +948,6 @@ module TencentCloud
|
|
|
969
948
|
# 审计规则的过滤条件
|
|
970
949
|
class AuditRuleFilters < TencentCloud::Common::AbstractModel
|
|
971
950
|
# @param RuleFilters: 单条审计规则。
|
|
972
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
973
951
|
# @type RuleFilters: Array
|
|
974
952
|
|
|
975
953
|
attr_accessor :RuleFilters
|
|
@@ -999,7 +977,6 @@ module TencentCloud
|
|
|
999
977
|
# @param RuleFilters: 规则模板的过滤条件。
|
|
1000
978
|
# @type RuleFilters: Array
|
|
1001
979
|
# @param Description: 规则模板描述。
|
|
1002
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1003
980
|
# @type Description: String
|
|
1004
981
|
# @param CreateAt: 规则模板创建时间。
|
|
1005
982
|
# @type CreateAt: String
|
|
@@ -1147,7 +1124,6 @@ module TencentCloud
|
|
|
1147
1124
|
# @param InstanceId: 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
|
1148
1125
|
# @type InstanceId: String
|
|
1149
1126
|
# @param EncryptionFlag: 备份文件是否加密, on-加密, off-未加密
|
|
1150
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1151
1127
|
# @type EncryptionFlag: String
|
|
1152
1128
|
# @param ExecutedGTIDSet: 备份GTID点位
|
|
1153
1129
|
# @type ExecutedGTIDSet: String
|
|
@@ -1408,7 +1384,6 @@ module TencentCloud
|
|
|
1408
1384
|
# 聚合桶的信息
|
|
1409
1385
|
class Bucket < TencentCloud::Common::AbstractModel
|
|
1410
1386
|
# @param Key: 无
|
|
1411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1412
1387
|
# @type Key: String
|
|
1413
1388
|
# @param Count: key值出现的次数。
|
|
1414
1389
|
# @type Count: Integer
|
|
@@ -1484,7 +1459,6 @@ module TencentCloud
|
|
|
1484
1459
|
# @param Status: 状态值,0 表示该规格对外售卖
|
|
1485
1460
|
# @type Status: Integer
|
|
1486
1461
|
# @param DeviceType: 实例类型,可能的取值范围有:UNIVERSAL (通用型), EXCLUSIVE (独享型), BASIC (基础型), BASIC_V2 (基础型v2)
|
|
1487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1488
1462
|
# @type DeviceType: String
|
|
1489
1463
|
# @param EngineType: 引擎类型描述,可能的取值范围有:Innodb,RocksDB
|
|
1490
1464
|
# @type EngineType: String
|
|
@@ -2077,7 +2051,6 @@ module TencentCloud
|
|
|
2077
2051
|
# @param Weight: 节点的权重
|
|
2078
2052
|
# @type Weight: Integer
|
|
2079
2053
|
# @param Status: 节点状态。
|
|
2080
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2081
2054
|
# @type Status: String
|
|
2082
2055
|
|
|
2083
2056
|
attr_accessor :NodeId, :Role, :Zone, :Weight, :Status
|
|
@@ -2132,16 +2105,12 @@ module TencentCloud
|
|
|
2132
2105
|
# 列权限信息
|
|
2133
2106
|
class ColumnPrivilege < TencentCloud::Common::AbstractModel
|
|
2134
2107
|
# @param Database: 数据库名
|
|
2135
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2136
2108
|
# @type Database: String
|
|
2137
2109
|
# @param Table: 数据库表名
|
|
2138
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2139
2110
|
# @type Table: String
|
|
2140
2111
|
# @param Column: 数据库列名
|
|
2141
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2142
2112
|
# @type Column: String
|
|
2143
2113
|
# @param Privileges: 权限信息
|
|
2144
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2145
2114
|
# @type Privileges: Array
|
|
2146
2115
|
|
|
2147
2116
|
attr_accessor :Database, :Table, :Column, :Privileges
|
|
@@ -2497,7 +2466,6 @@ module TencentCloud
|
|
|
2497
2466
|
# CreateAuditRuleTemplate返回参数结构体
|
|
2498
2467
|
class CreateAuditRuleTemplateResponse < TencentCloud::Common::AbstractModel
|
|
2499
2468
|
# @param RuleTemplateId: 生成的规则模板ID。
|
|
2500
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2501
2469
|
# @type RuleTemplateId: String
|
|
2502
2470
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2503
2471
|
# @type RequestId: String
|
|
@@ -2679,7 +2647,6 @@ module TencentCloud
|
|
|
2679
2647
|
# CreateCdbProxyAddress返回参数结构体
|
|
2680
2648
|
class CreateCdbProxyAddressResponse < TencentCloud::Common::AbstractModel
|
|
2681
2649
|
# @param AsyncRequestId: 异步任务ID
|
|
2682
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2683
2650
|
# @type AsyncRequestId: String
|
|
2684
2651
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2685
2652
|
# @type RequestId: String
|
|
@@ -2761,7 +2728,6 @@ module TencentCloud
|
|
|
2761
2728
|
# CreateCdbProxy返回参数结构体
|
|
2762
2729
|
class CreateCdbProxyResponse < TencentCloud::Common::AbstractModel
|
|
2763
2730
|
# @param AsyncRequestId: 异步任务ID
|
|
2764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2765
2731
|
# @type AsyncRequestId: String
|
|
2766
2732
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2767
2733
|
# @type RequestId: String
|
|
@@ -3697,19 +3663,14 @@ module TencentCloud
|
|
|
3697
3663
|
# proxy配置
|
|
3698
3664
|
class CustomConfig < TencentCloud::Common::AbstractModel
|
|
3699
3665
|
# @param Device: 设备
|
|
3700
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3701
3666
|
# @type Device: String
|
|
3702
3667
|
# @param Type: 类型
|
|
3703
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3704
3668
|
# @type Type: String
|
|
3705
3669
|
# @param DeviceType: 设备类型
|
|
3706
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3707
3670
|
# @type DeviceType: String
|
|
3708
3671
|
# @param Memory: 内存
|
|
3709
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3710
3672
|
# @type Memory: Integer
|
|
3711
3673
|
# @param Cpu: 核数
|
|
3712
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3713
3674
|
# @type Cpu: Integer
|
|
3714
3675
|
|
|
3715
3676
|
attr_accessor :Device, :Type, :DeviceType, :Memory, :Cpu
|
|
@@ -3734,10 +3695,8 @@ module TencentCloud
|
|
|
3734
3695
|
# 云数据库切换记录
|
|
3735
3696
|
class DBSwitchInfo < TencentCloud::Common::AbstractModel
|
|
3736
3697
|
# @param SwitchTime: 切换时间,格式为:2017-09-03 01:34:31
|
|
3737
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3738
3698
|
# @type SwitchTime: String
|
|
3739
3699
|
# @param SwitchType: 切换类型,可能的返回值为:TRANSFER - 数据迁移;MASTER2SLAVE - 主备切换;RECOVERY - 主从恢复
|
|
3740
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3741
3700
|
# @type SwitchType: String
|
|
3742
3701
|
|
|
3743
3702
|
attr_accessor :SwitchTime, :SwitchType
|
|
@@ -3756,10 +3715,8 @@ module TencentCloud
|
|
|
3756
3715
|
# 数据库权限
|
|
3757
3716
|
class DatabasePrivilege < TencentCloud::Common::AbstractModel
|
|
3758
3717
|
# @param Privileges: 权限信息
|
|
3759
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3760
3718
|
# @type Privileges: Array
|
|
3761
3719
|
# @param Database: 数据库名
|
|
3762
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3763
3720
|
# @type Database: String
|
|
3764
3721
|
|
|
3765
3722
|
attr_accessor :Privileges, :Database
|
|
@@ -4205,15 +4162,12 @@ module TencentCloud
|
|
|
4205
4162
|
# @param Quota: 置放群组实例配额,表示一个置放群组中可容纳的最大实例数目。
|
|
4206
4163
|
# @type Quota: Integer
|
|
4207
4164
|
# @param Affinity: 置放群组亲和性策略,目前仅支持策略1,即在物理机纬度打散实例的分布。
|
|
4208
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4209
4165
|
# @type Affinity: String
|
|
4210
4166
|
# @param LimitNum: 置放群组亲和性策略1中,同台物理机上同个置放群组实例的限制个数。
|
|
4211
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4212
4167
|
# @type LimitNum: Integer
|
|
4213
4168
|
# @param Description: 置放群组详细信息。
|
|
4214
4169
|
# @type Description: String
|
|
4215
4170
|
# @param DevClass: 置放群组物理机型属性。
|
|
4216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4217
4171
|
# @type DevClass: String
|
|
4218
4172
|
|
|
4219
4173
|
attr_accessor :DeployGroupId, :DeployGroupName, :CreateTime, :Quota, :Affinity, :LimitNum, :Description, :DevClass
|
|
@@ -4400,10 +4354,8 @@ module TencentCloud
|
|
|
4400
4354
|
# DescribeAsyncRequestInfo返回参数结构体
|
|
4401
4355
|
class DescribeAsyncRequestInfoResponse < TencentCloud::Common::AbstractModel
|
|
4402
4356
|
# @param Status: 任务执行结果。可能的取值:INITIAL - 初始化,RUNNING - 运行中,SUCCESS - 执行成功,FAILED - 执行失败,KILLED - 已终止,REMOVED - 已删除,PAUSED - 终止中。
|
|
4403
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4404
4357
|
# @type Status: String
|
|
4405
4358
|
# @param Info: 任务执行信息描述。
|
|
4406
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4407
4359
|
# @type Info: String
|
|
4408
4360
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4409
4361
|
# @type RequestId: String
|
|
@@ -4442,14 +4394,12 @@ module TencentCloud
|
|
|
4442
4394
|
# DescribeAuditConfig返回参数结构体
|
|
4443
4395
|
class DescribeAuditConfigResponse < TencentCloud::Common::AbstractModel
|
|
4444
4396
|
# @param LogExpireDay: 审计日志保存时长。目前支持的值包括:[0,7,30,180,365,1095,1825]。
|
|
4445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4446
4397
|
# @type LogExpireDay: Integer
|
|
4447
4398
|
# @param LogType: 审计日志存储类型。目前支持的值包括:"storage" - 存储型。
|
|
4448
4399
|
# @type LogType: String
|
|
4449
4400
|
# @param IsClosing: 是否正在关闭审计。目前支持的值包括:"false"-否,"true"-是
|
|
4450
4401
|
# @type IsClosing: String
|
|
4451
4402
|
# @param CreateTime: 审计服务开通时间。
|
|
4452
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4453
4403
|
# @type CreateTime: String
|
|
4454
4404
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4455
4405
|
# @type RequestId: String
|
|
@@ -4577,7 +4527,6 @@ module TencentCloud
|
|
|
4577
4527
|
# @param TotalCount: 符合条件的审计日志文件个数。
|
|
4578
4528
|
# @type TotalCount: Integer
|
|
4579
4529
|
# @param Items: 审计日志文件详情。
|
|
4580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4581
4530
|
# @type Items: Array
|
|
4582
4531
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4583
4532
|
# @type RequestId: String
|
|
@@ -4736,7 +4685,6 @@ module TencentCloud
|
|
|
4736
4685
|
# @param TotalCount: 符合条件的审计策略个数。
|
|
4737
4686
|
# @type TotalCount: Integer
|
|
4738
4687
|
# @param Items: 审计策略详情。
|
|
4739
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4740
4688
|
# @type Items: Array
|
|
4741
4689
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4742
4690
|
# @type RequestId: String
|
|
@@ -4871,7 +4819,6 @@ module TencentCloud
|
|
|
4871
4819
|
# @param TotalCount: 符合查询条件的实例总数。
|
|
4872
4820
|
# @type TotalCount: Integer
|
|
4873
4821
|
# @param Items: 规则模板详细信息列表。
|
|
4874
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4875
4822
|
# @type Items: Array
|
|
4876
4823
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4877
4824
|
# @type RequestId: String
|
|
@@ -5230,13 +5177,10 @@ module TencentCloud
|
|
|
5230
5177
|
# @param FreeVolume: 用户在当前地域获得的赠送备份容量。
|
|
5231
5178
|
# @type FreeVolume: Integer
|
|
5232
5179
|
# @param RemoteBackupVolume: 用户在当前地域的异地备份总容量。
|
|
5233
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5234
5180
|
# @type RemoteBackupVolume: Integer
|
|
5235
5181
|
# @param BackupArchiveVolume: 归档备份容量,包含数据备份以及日志备份。
|
|
5236
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5237
5182
|
# @type BackupArchiveVolume: Integer
|
|
5238
5183
|
# @param BackupStandbyVolume: 标准存储备份容量,包含数据备份以及日志备份。
|
|
5239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5240
5184
|
# @type BackupStandbyVolume: Integer
|
|
5241
5185
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5242
5186
|
# @type RequestId: String
|
|
@@ -5538,10 +5482,8 @@ module TencentCloud
|
|
|
5538
5482
|
# DescribeCdbProxyInfo返回参数结构体
|
|
5539
5483
|
class DescribeCdbProxyInfoResponse < TencentCloud::Common::AbstractModel
|
|
5540
5484
|
# @param Count: 代理组数量
|
|
5541
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5542
5485
|
# @type Count: Integer
|
|
5543
5486
|
# @param ProxyInfos: 代理组信息
|
|
5544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5545
5487
|
# @type ProxyInfos: Array
|
|
5546
5488
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5547
5489
|
# @type RequestId: String
|
|
@@ -5749,18 +5691,18 @@ module TencentCloud
|
|
|
5749
5691
|
# DescribeCpuExpandStrategy返回参数结构体
|
|
5750
5692
|
class DescribeCpuExpandStrategyResponse < TencentCloud::Common::AbstractModel
|
|
5751
5693
|
# @param Type: 策略类型。可选值 auto、manual。
|
|
5752
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5753
5694
|
# @type Type: String
|
|
5754
5695
|
# @param ExpandCpu: 手动扩容的 CPU 。Type为 manual 时有效。
|
|
5755
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5756
5696
|
# @type ExpandCpu: String
|
|
5757
5697
|
# @param AutoStrategy: 自动扩容策略。Type 为 auto 时有效
|
|
5758
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5759
5698
|
# @type AutoStrategy: String
|
|
5760
5699
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5761
5700
|
# @type RequestId: String
|
|
5762
5701
|
|
|
5763
5702
|
attr_accessor :Type, :ExpandCpu, :AutoStrategy, :RequestId
|
|
5703
|
+
extend Gem::Deprecate
|
|
5704
|
+
deprecate :AutoStrategy, :none, 2024, 12
|
|
5705
|
+
deprecate :AutoStrategy=, :none, 2024, 12
|
|
5764
5706
|
|
|
5765
5707
|
def initialize(type=nil, expandcpu=nil, autostrategy=nil, requestid=nil)
|
|
5766
5708
|
@Type = type
|
|
@@ -6070,13 +6012,10 @@ module TencentCloud
|
|
|
6070
6012
|
# @param Encryption: 是否开通加密,YES 已开通,NO 未开通。
|
|
6071
6013
|
# @type Encryption: String
|
|
6072
6014
|
# @param KeyId: 加密使用的密钥 ID 。
|
|
6073
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6074
6015
|
# @type KeyId: String
|
|
6075
6016
|
# @param KeyRegion: 密钥所在地域。
|
|
6076
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6077
6017
|
# @type KeyRegion: String
|
|
6078
6018
|
# @param DefaultKmsRegion: 当前 CDB 后端服务使用的 KMS 服务的默认地域。
|
|
6079
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6080
6019
|
# @type DefaultKmsRegion: String
|
|
6081
6020
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6082
6021
|
# @type RequestId: String
|
|
@@ -6226,7 +6165,7 @@ module TencentCloud
|
|
|
6226
6165
|
# @type PayTypes: Array
|
|
6227
6166
|
# @param InstanceNames: 实例名称。
|
|
6228
6167
|
# @type InstanceNames: Array
|
|
6229
|
-
# @param TaskStatus: 实例任务状态,可能取值:<br>0 - 没有任务<br>1 - 升级中<br>2 - 数据导入中<br>3 - 开放Slave中<br>4 - 外网访问开通中<br>5 - 批量操作执行中<br>6 - 回档中<br>7 - 外网访问关闭中<br>8 - 密码修改中<br>9 - 实例名修改中<br>10 - 重启中<br>12 - 自建迁移中<br>13 - 删除库表中<br>14 - 灾备实例创建同步中<br>15 - 升级待切换<br>16 - 升级切换中<br>17 - 升级切换完成<br>19 -
|
|
6168
|
+
# @param TaskStatus: 实例任务状态,可能取值:<br>0 - 没有任务<br>1 - 升级中<br>2 - 数据导入中<br>3 - 开放Slave中<br>4 - 外网访问开通中<br>5 - 批量操作执行中<br>6 - 回档中<br>7 - 外网访问关闭中<br>8 - 密码修改中<br>9 - 实例名修改中<br>10 - 重启中<br>12 - 自建迁移中<br>13 - 删除库表中<br>14 - 灾备实例创建同步中<br>15 - 升级待切换<br>16 - 升级切换中<br>17 - 升级切换完成<br>19 - 参数设置待执行<br>34 - 原地升级待执行
|
|
6230
6169
|
# @type TaskStatus: Array
|
|
6231
6170
|
# @param EngineVersions: 实例数据库引擎版本,可能取值:5.1、5.5、5.6 和 5.7。
|
|
6232
6171
|
# @type EngineVersions: Array
|
|
@@ -6271,6 +6210,7 @@ module TencentCloud
|
|
|
6271
6210
|
# @param UniqSubnetIds: 私有网络字符型subnetId
|
|
6272
6211
|
# @type UniqSubnetIds: Array
|
|
6273
6212
|
# @param Tags: 标签键值
|
|
6213
|
+
# 请注意,创建中的实例无法查询到标签。
|
|
6274
6214
|
# @type Tags: Array
|
|
6275
6215
|
# @param ProxyVips: 数据库代理 IP 。
|
|
6276
6216
|
# @type ProxyVips: Array
|
|
@@ -6833,7 +6773,6 @@ module TencentCloud
|
|
|
6833
6773
|
# @param Total: 符合条件的记录总数。
|
|
6834
6774
|
# @type Total: Integer
|
|
6835
6775
|
# @param Items: 返回列表。
|
|
6836
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6837
6776
|
# @type Items: Array
|
|
6838
6777
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6839
6778
|
# @type RequestId: String
|
|
@@ -6969,7 +6908,6 @@ module TencentCloud
|
|
|
6969
6908
|
# @param TotalCount: 符合条件的记录总数。
|
|
6970
6909
|
# @type TotalCount: Integer
|
|
6971
6910
|
# @param Items: 返回的记录。
|
|
6972
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6973
6911
|
# @type Items: Array
|
|
6974
6912
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6975
6913
|
# @type RequestId: String
|
|
@@ -7049,7 +6987,6 @@ module TencentCloud
|
|
|
7049
6987
|
# @param TotalCount: 事件数。
|
|
7050
6988
|
# @type TotalCount: Integer
|
|
7051
6989
|
# @param Items: 事件信息。查询不到信息时,Items为null。
|
|
7052
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7053
6990
|
# @type Items: Array
|
|
7054
6991
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7055
6992
|
# @type RequestId: String
|
|
@@ -7395,7 +7332,6 @@ module TencentCloud
|
|
|
7395
7332
|
# @param TemplateType: 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
7396
7333
|
# @type TemplateType: String
|
|
7397
7334
|
# @param EngineType: 参数模板引擎。支持值包括:"InnoDB","RocksDB"。
|
|
7398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7399
7335
|
# @type EngineType: String
|
|
7400
7336
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7401
7337
|
# @type RequestId: String
|
|
@@ -7567,13 +7503,10 @@ module TencentCloud
|
|
|
7567
7503
|
# DescribeProxyCustomConf返回参数结构体
|
|
7568
7504
|
class DescribeProxyCustomConfResponse < TencentCloud::Common::AbstractModel
|
|
7569
7505
|
# @param Count: 代理配置数
|
|
7570
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7571
7506
|
# @type Count: Integer
|
|
7572
7507
|
# @param CustomConf: 代理配置
|
|
7573
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7574
7508
|
# @type CustomConf: :class:`Tencentcloud::Cdb.v20170320.models.CustomConfig`
|
|
7575
7509
|
# @param WeightRule: 权重限制
|
|
7576
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7577
7510
|
# @type WeightRule: :class:`Tencentcloud::Cdb.v20170320.models.Rule`
|
|
7578
7511
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7579
7512
|
# @type RequestId: String
|
|
@@ -7620,34 +7553,24 @@ module TencentCloud
|
|
|
7620
7553
|
# DescribeProxySupportParam返回参数结构体
|
|
7621
7554
|
class DescribeProxySupportParamResponse < TencentCloud::Common::AbstractModel
|
|
7622
7555
|
# @param ProxyVersion: 支持最大代理版本
|
|
7623
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7624
7556
|
# @type ProxyVersion: String
|
|
7625
7557
|
# @param SupportPool: 是否支持连接池
|
|
7626
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7627
7558
|
# @type SupportPool: Boolean
|
|
7628
7559
|
# @param PoolMin: 连接池最小值
|
|
7629
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7630
7560
|
# @type PoolMin: Integer
|
|
7631
7561
|
# @param PoolMax: 连接池最大值
|
|
7632
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7633
7562
|
# @type PoolMax: Integer
|
|
7634
7563
|
# @param SupportTransSplit: 是否支持事务拆分
|
|
7635
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7636
7564
|
# @type SupportTransSplit: Boolean
|
|
7637
7565
|
# @param SupportPoolMinVersion: 支持连接池的最小代理版本
|
|
7638
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7639
7566
|
# @type SupportPoolMinVersion: String
|
|
7640
7567
|
# @param SupportTransSplitMinVersion: 支持事务拆分的最小代理版本
|
|
7641
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7642
7568
|
# @type SupportTransSplitMinVersion: String
|
|
7643
7569
|
# @param SupportReadOnly: 是否支持设置只读
|
|
7644
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7645
7570
|
# @type SupportReadOnly: Boolean
|
|
7646
7571
|
# @param SupportAutoLoadBalance: 是否自动均衡负载
|
|
7647
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7648
7572
|
# @type SupportAutoLoadBalance: Boolean
|
|
7649
7573
|
# @param SupportAccessMode: 是否支持接入模式
|
|
7650
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7651
7574
|
# @type SupportAccessMode: Boolean
|
|
7652
7575
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7653
7576
|
# @type RequestId: String
|
|
@@ -7910,7 +7833,6 @@ module TencentCloud
|
|
|
7910
7833
|
# @param TotalCount: 符合条件的记录总数。
|
|
7911
7834
|
# @type TotalCount: Integer
|
|
7912
7835
|
# @param Items: 回档任务详情。
|
|
7913
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7914
7836
|
# @type Items: Array
|
|
7915
7837
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7916
7838
|
# @type RequestId: String
|
|
@@ -8050,7 +7972,6 @@ module TencentCloud
|
|
|
8050
7972
|
# @param TotalCount: 符合条件的记录总数。
|
|
8051
7973
|
# @type TotalCount: Integer
|
|
8052
7974
|
# @param Items: 查询到的记录。
|
|
8053
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8054
7975
|
# @type Items: Array
|
|
8055
7976
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8056
7977
|
# @type RequestId: String
|
|
@@ -8728,10 +8649,8 @@ module TencentCloud
|
|
|
8728
8649
|
# 结构化的错误日志详情
|
|
8729
8650
|
class ErrlogItem < TencentCloud::Common::AbstractModel
|
|
8730
8651
|
# @param Timestamp: 错误发生时间。
|
|
8731
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8732
8652
|
# @type Timestamp: Integer
|
|
8733
8653
|
# @param Content: 错误详情
|
|
8734
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8735
8654
|
# @type Content: String
|
|
8736
8655
|
|
|
8737
8656
|
attr_accessor :Timestamp, :Content
|
|
@@ -8750,43 +8669,30 @@ module TencentCloud
|
|
|
8750
8669
|
# 导入任务记录
|
|
8751
8670
|
class ImportRecord < TencentCloud::Common::AbstractModel
|
|
8752
8671
|
# @param Status: 状态值
|
|
8753
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8754
8672
|
# @type Status: Integer
|
|
8755
8673
|
# @param Code: 状态值
|
|
8756
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8757
8674
|
# @type Code: Integer
|
|
8758
8675
|
# @param CostTime: 执行时间
|
|
8759
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8760
8676
|
# @type CostTime: Integer
|
|
8761
8677
|
# @param InstanceId: 实例ID
|
|
8762
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8763
8678
|
# @type InstanceId: String
|
|
8764
8679
|
# @param WorkId: 后端任务ID
|
|
8765
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8766
8680
|
# @type WorkId: String
|
|
8767
8681
|
# @param FileName: 导入文件名
|
|
8768
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8769
8682
|
# @type FileName: String
|
|
8770
8683
|
# @param Process: 执行进度
|
|
8771
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8772
8684
|
# @type Process: Integer
|
|
8773
8685
|
# @param CreateTime: 任务创建时间
|
|
8774
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8775
8686
|
# @type CreateTime: String
|
|
8776
8687
|
# @param FileSize: 文件大小
|
|
8777
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8778
8688
|
# @type FileSize: String
|
|
8779
8689
|
# @param Message: 任务执行信息
|
|
8780
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8781
8690
|
# @type Message: String
|
|
8782
8691
|
# @param JobId: 任务ID
|
|
8783
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8784
8692
|
# @type JobId: Integer
|
|
8785
8693
|
# @param DbName: 导入库表名
|
|
8786
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8787
8694
|
# @type DbName: String
|
|
8788
8695
|
# @param AsyncRequestId: 异步任务的请求ID
|
|
8789
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8790
8696
|
# @type AsyncRequestId: String
|
|
8791
8697
|
|
|
8792
8698
|
attr_accessor :Status, :Code, :CostTime, :InstanceId, :WorkId, :FileName, :Process, :CreateTime, :FileSize, :Message, :JobId, :DbName, :AsyncRequestId
|
|
@@ -8939,7 +8845,6 @@ module TencentCloud
|
|
|
8939
8845
|
# @param InstanceId: 实例ID。
|
|
8940
8846
|
# @type InstanceId: String
|
|
8941
8847
|
# @param NodeId: 节点ID
|
|
8942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8943
8848
|
# @type NodeId: String
|
|
8944
8849
|
|
|
8945
8850
|
attr_accessor :EventName, :EventStatus, :OccurTime, :InstanceId, :NodeId
|
|
@@ -9022,40 +8927,28 @@ module TencentCloud
|
|
|
9022
8927
|
# @param AuditStatus: 审计状态。ON-表示审计已开启,OFF-表示审计关闭
|
|
9023
8928
|
# @type AuditStatus: String
|
|
9024
8929
|
# @param AuditTask: 任务状态。0-无任务;1-审计开启中,2-审计关闭中。
|
|
9025
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9026
8930
|
# @type AuditTask: Integer
|
|
9027
8931
|
# @param LogExpireDay: 日志保留时长。
|
|
9028
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9029
8932
|
# @type LogExpireDay: Integer
|
|
9030
8933
|
# @param HighLogExpireDay: 高频存储时长。
|
|
9031
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9032
8934
|
# @type HighLogExpireDay: Integer
|
|
9033
8935
|
# @param LowLogExpireDay: 低频存储时长。
|
|
9034
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9035
8936
|
# @type LowLogExpireDay: Integer
|
|
9036
8937
|
# @param BillingAmount: 日志存储量。
|
|
9037
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9038
8938
|
# @type BillingAmount: Float
|
|
9039
8939
|
# @param HighRealStorage: 高频存储量。
|
|
9040
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9041
8940
|
# @type HighRealStorage: Float
|
|
9042
8941
|
# @param LowRealStorage: 低频存储量。
|
|
9043
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9044
8942
|
# @type LowRealStorage: Float
|
|
9045
8943
|
# @param AuditAll: 是否为全审计。true-表示全审计。
|
|
9046
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9047
8944
|
# @type AuditAll: Boolean
|
|
9048
8945
|
# @param CreateAt: 审计开通时间。
|
|
9049
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9050
8946
|
# @type CreateAt: String
|
|
9051
8947
|
# @param InstanceInfo: 实例相关信息
|
|
9052
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9053
8948
|
# @type InstanceInfo: :class:`Tencentcloud::Cdb.v20170320.models.AuditInstanceInfo`
|
|
9054
8949
|
# @param RealStorage: 总存储量。
|
|
9055
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9056
8950
|
# @type RealStorage: Float
|
|
9057
8951
|
# @param OldRule: 是否包含审计策略
|
|
9058
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9059
8952
|
# @type OldRule: Boolean
|
|
9060
8953
|
# @param RuleTemplateIds: 实例所应用的规则模板。
|
|
9061
8954
|
# @type RuleTemplateIds: Array
|
|
@@ -9111,7 +9004,6 @@ module TencentCloud
|
|
|
9111
9004
|
# @param InitFlag: 初始化标志,可能的返回值为:0-未初始化;1-已初始化
|
|
9112
9005
|
# @type InitFlag: Integer
|
|
9113
9006
|
# @param RoVipInfo: 只读vip信息。单独开通只读实例访问的只读实例才有该字段
|
|
9114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9115
9007
|
# @type RoVipInfo: :class:`Tencentcloud::Cdb.v20170320.models.RoVipInfo`
|
|
9116
9008
|
# @param Memory: 内存容量,单位为 MB
|
|
9117
9009
|
# @type Memory: Integer
|
|
@@ -9120,7 +9012,6 @@ module TencentCloud
|
|
|
9120
9012
|
# @param VpcId: 私有网络 ID,例如:51102
|
|
9121
9013
|
# @type VpcId: Integer
|
|
9122
9014
|
# @param SlaveInfo: 备机信息
|
|
9123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9124
9015
|
# @type SlaveInfo: :class:`Tencentcloud::Cdb.v20170320.models.SlaveInfo`
|
|
9125
9016
|
# @param InstanceId: 实例 ID
|
|
9126
9017
|
# @type InstanceId: String
|
|
@@ -9131,7 +9022,6 @@ module TencentCloud
|
|
|
9131
9022
|
# @param ProtectMode: 数据复制方式。0 - 异步复制;1 - 半同步复制;2 - 强同步复制
|
|
9132
9023
|
# @type ProtectMode: Integer
|
|
9133
9024
|
# @param RoGroups: 只读组详细信息
|
|
9134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9135
9025
|
# @type RoGroups: Array
|
|
9136
9026
|
# @param SubnetId: 子网 ID,例如:2333
|
|
9137
9027
|
# @type SubnetId: Integer
|
|
@@ -9148,7 +9038,6 @@ module TencentCloud
|
|
|
9148
9038
|
# @param TaskStatus: 实例任务状态。0 - 没有任务 ,1 - 升级中,2 - 数据导入中,3 - 开放Slave中,4 - 外网访问开通中,5 - 批量操作执行中,6 - 回档中,7 - 外网访问关闭中,8 - 密码修改中,9 - 实例名修改中,10 - 重启中,12 - 自建迁移中,13 - 删除库表中,14 - 灾备实例创建同步中,15 - 升级待切换,16 - 升级切换中,17 - 升级切换完成
|
|
9149
9039
|
# @type TaskStatus: Integer
|
|
9150
9040
|
# @param MasterInfo: 主实例详细信息
|
|
9151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9152
9041
|
# @type MasterInfo: :class:`Tencentcloud::Cdb.v20170320.models.MasterInfo`
|
|
9153
9042
|
# @param DeviceType: 实例类型
|
|
9154
9043
|
# @type DeviceType: String
|
|
@@ -9157,7 +9046,6 @@ module TencentCloud
|
|
|
9157
9046
|
# @param InstanceName: 实例名称
|
|
9158
9047
|
# @type InstanceName: String
|
|
9159
9048
|
# @param DrInfo: 灾备实例详细信息
|
|
9160
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9161
9049
|
# @type DrInfo: Array
|
|
9162
9050
|
# @param WanDomain: 外网域名
|
|
9163
9051
|
# @type WanDomain: String
|
|
@@ -9186,32 +9074,24 @@ module TencentCloud
|
|
|
9186
9074
|
# @param ZoneName: 可用区中文名称
|
|
9187
9075
|
# @type ZoneName: String
|
|
9188
9076
|
# @param DeviceClass: 物理机型
|
|
9189
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9190
9077
|
# @type DeviceClass: String
|
|
9191
9078
|
# @param DeployGroupId: 置放群组 ID
|
|
9192
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9193
9079
|
# @type DeployGroupId: String
|
|
9194
9080
|
# @param ZoneId: 可用区 ID
|
|
9195
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9196
9081
|
# @type ZoneId: Integer
|
|
9197
9082
|
# @param InstanceNodes: 节点数
|
|
9198
9083
|
# @type InstanceNodes: Integer
|
|
9199
9084
|
# @param TagList: 标签列表
|
|
9200
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9201
9085
|
# @type TagList: Array
|
|
9202
9086
|
# @param EngineType: 引擎类型
|
|
9203
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9204
9087
|
# @type EngineType: String
|
|
9205
9088
|
# @param MaxDelayTime: 最大延迟阈值
|
|
9206
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9207
9089
|
# @type MaxDelayTime: Integer
|
|
9208
9090
|
# @param DiskType: 实例磁盘类型,仅云盘版实例才返回该值。可能的值为 CLOUD_SSD:SSD云硬盘, CLOUD_HSSD:增强型SSD云硬盘
|
|
9209
9091
|
# @type DiskType: String
|
|
9210
9092
|
# @param ExpandCpu: 当前扩容的CPU核心数。
|
|
9211
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9212
9093
|
# @type ExpandCpu: Integer
|
|
9213
9094
|
# @param ClusterInfo: 实例集群版节点信息
|
|
9214
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9215
9095
|
# @type ClusterInfo: Array
|
|
9216
9096
|
|
|
9217
9097
|
attr_accessor :WanStatus, :Zone, :InitFlag, :RoVipInfo, :Memory, :Status, :VpcId, :SlaveInfo, :InstanceId, :Volume, :AutoRenew, :ProtectMode, :RoGroups, :SubnetId, :InstanceType, :ProjectId, :Region, :DeadlineTime, :DeployMode, :TaskStatus, :MasterInfo, :DeviceType, :EngineVersion, :InstanceName, :DrInfo, :WanDomain, :WanPort, :PayType, :CreateTime, :Vip, :Vport, :CdbError, :UniqVpcId, :UniqSubnetId, :PhysicalId, :Cpu, :Qps, :ZoneName, :DeviceClass, :DeployGroupId, :ZoneId, :InstanceNodes, :TagList, :EngineType, :MaxDelayTime, :DiskType, :ExpandCpu, :ClusterInfo
|
|
@@ -9359,10 +9239,8 @@ module TencentCloud
|
|
|
9359
9239
|
# 实例预期重启时间
|
|
9360
9240
|
class InstanceRebootTime < TencentCloud::Common::AbstractModel
|
|
9361
9241
|
# @param InstanceId: 实例ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例ID相同
|
|
9362
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9363
9242
|
# @type InstanceId: String
|
|
9364
9243
|
# @param TimeInSeconds: 预期重启时间
|
|
9365
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9366
9244
|
# @type TimeInSeconds: Integer
|
|
9367
9245
|
|
|
9368
9246
|
attr_accessor :InstanceId, :TimeInSeconds
|
|
@@ -9381,16 +9259,12 @@ module TencentCloud
|
|
|
9381
9259
|
# 实例可回档时间范围
|
|
9382
9260
|
class InstanceRollbackRangeTime < TencentCloud::Common::AbstractModel
|
|
9383
9261
|
# @param Code: 查询数据库错误码
|
|
9384
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9385
9262
|
# @type Code: Integer
|
|
9386
9263
|
# @param Message: 查询数据库错误信息
|
|
9387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9388
9264
|
# @type Message: String
|
|
9389
9265
|
# @param InstanceId: 实例ID列表,单个实例Id的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同
|
|
9390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9391
9266
|
# @type InstanceId: String
|
|
9392
9267
|
# @param Times: 可回档时间范围
|
|
9393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9394
9268
|
# @type Times: Array
|
|
9395
9269
|
|
|
9396
9270
|
attr_accessor :Code, :Message, :InstanceId, :Times
|
|
@@ -9436,7 +9310,6 @@ module TencentCloud
|
|
|
9436
9310
|
# IsolateDBInstance返回参数结构体
|
|
9437
9311
|
class IsolateDBInstanceResponse < TencentCloud::Common::AbstractModel
|
|
9438
9312
|
# @param AsyncRequestId: 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。(该返回字段目前已废弃,可以通过 DescribeDBInstances 接口查询实例的隔离状态)
|
|
9439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9440
9313
|
# @type AsyncRequestId: String
|
|
9441
9314
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9442
9315
|
# @type RequestId: String
|
|
@@ -9497,16 +9370,12 @@ module TencentCloud
|
|
|
9497
9370
|
# 审计日志命中规则模板的基本信息
|
|
9498
9371
|
class LogRuleTemplateInfo < TencentCloud::Common::AbstractModel
|
|
9499
9372
|
# @param RuleTemplateId: 模板ID。
|
|
9500
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9501
9373
|
# @type RuleTemplateId: String
|
|
9502
9374
|
# @param RuleTemplateName: 规则模板名
|
|
9503
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9504
9375
|
# @type RuleTemplateName: String
|
|
9505
9376
|
# @param AlarmLevel: 告警等级。1-低风险,2-中风险,3-高风险。
|
|
9506
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9507
9377
|
# @type AlarmLevel: String
|
|
9508
9378
|
# @param RuleTemplateStatus: 规则模板变更状态:0-未变更;1-已变更;2-已删除
|
|
9509
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9510
9379
|
# @type RuleTemplateStatus: Integer
|
|
9511
9380
|
|
|
9512
9381
|
attr_accessor :RuleTemplateId, :RuleTemplateName, :AlarmLevel, :RuleTemplateStatus
|
|
@@ -10858,7 +10727,6 @@ module TencentCloud
|
|
|
10858
10727
|
# ModifyDBInstanceVipVport返回参数结构体
|
|
10859
10728
|
class ModifyDBInstanceVipVportResponse < TencentCloud::Common::AbstractModel
|
|
10860
10729
|
# @param AsyncRequestId: 异步任务ID。(该返回字段目前已废弃)
|
|
10861
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10862
10730
|
# @type AsyncRequestId: String
|
|
10863
10731
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10864
10732
|
# @type RequestId: String
|
|
@@ -11300,7 +11168,6 @@ module TencentCloud
|
|
|
11300
11168
|
# ModifyRoGroupInfo返回参数结构体
|
|
11301
11169
|
class ModifyRoGroupInfoResponse < TencentCloud::Common::AbstractModel
|
|
11302
11170
|
# @param AsyncRequestId: 异步任务 ID。
|
|
11303
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11304
11171
|
# @type AsyncRequestId: String
|
|
11305
11172
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11306
11173
|
# @type RequestId: String
|
|
@@ -11768,7 +11635,6 @@ module TencentCloud
|
|
|
11768
11635
|
# @param TemplateType: 参数模板类型
|
|
11769
11636
|
# @type TemplateType: String
|
|
11770
11637
|
# @param EngineType: 参数模板引擎
|
|
11771
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11772
11638
|
# @type EngineType: String
|
|
11773
11639
|
|
|
11774
11640
|
attr_accessor :TemplateId, :Name, :Description, :EngineVersion, :TemplateType, :EngineType
|
|
@@ -11837,7 +11703,6 @@ module TencentCloud
|
|
|
11837
11703
|
# @param MinFunc: 参数是公式类型时,该字段有效,表示公式类型最小值
|
|
11838
11704
|
# @type MinFunc: String
|
|
11839
11705
|
# @param IsNotSupportEdit: 参数是否不支持修改
|
|
11840
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11841
11706
|
# @type IsNotSupportEdit: Boolean
|
|
11842
11707
|
|
|
11843
11708
|
attr_accessor :Name, :ParamType, :Default, :Description, :CurrentValue, :NeedReboot, :Max, :Min, :EnumValue, :MaxFunc, :MinFunc, :IsNotSupportEdit
|
|
@@ -11887,37 +11752,26 @@ module TencentCloud
|
|
|
11887
11752
|
# @type VPort: Integer
|
|
11888
11753
|
# @param WeightMode: 权重分配模式;
|
|
11889
11754
|
# 系统自动分配:"system", 自定义:"custom"
|
|
11890
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11891
11755
|
# @type WeightMode: String
|
|
11892
11756
|
# @param IsKickOut: 是否开启延迟剔除,取值:"true" | "false"
|
|
11893
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11894
11757
|
# @type IsKickOut: Boolean
|
|
11895
11758
|
# @param MinCount: 最小保留数量,最小取值:0
|
|
11896
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11897
11759
|
# @type MinCount: Integer
|
|
11898
11760
|
# @param MaxDelay: 延迟剔除阈值,最小取值:0
|
|
11899
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11900
11761
|
# @type MaxDelay: Integer
|
|
11901
11762
|
# @param AutoAddRo: 是否自动添加RO,取值:"true" | "false"
|
|
11902
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11903
11763
|
# @type AutoAddRo: Boolean
|
|
11904
11764
|
# @param ReadOnly: 是否是只读,取值:"true" | "false"
|
|
11905
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11906
11765
|
# @type ReadOnly: Boolean
|
|
11907
11766
|
# @param TransSplit: 是否开启事务分离
|
|
11908
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11909
11767
|
# @type TransSplit: Boolean
|
|
11910
11768
|
# @param FailOver: 是否开启故障转移
|
|
11911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11912
11769
|
# @type FailOver: Boolean
|
|
11913
11770
|
# @param ConnectionPool: 是否开启连接池
|
|
11914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11915
11771
|
# @type ConnectionPool: Boolean
|
|
11916
11772
|
# @param Desc: 描述
|
|
11917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11918
11773
|
# @type Desc: String
|
|
11919
11774
|
# @param ProxyAllocation: 实例读权重分配
|
|
11920
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11921
11775
|
# @type ProxyAllocation: Array
|
|
11922
11776
|
# @param AccessMode: 接入模式
|
|
11923
11777
|
# @type AccessMode: String
|
|
@@ -12012,31 +11866,22 @@ module TencentCloud
|
|
|
12012
11866
|
# @param ProxyGroupId: 代理组ID
|
|
12013
11867
|
# @type ProxyGroupId: String
|
|
12014
11868
|
# @param ProxyVersion: 代理版本
|
|
12015
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12016
11869
|
# @type ProxyVersion: String
|
|
12017
11870
|
# @param SupportUpgradeProxyVersion: 代理支持升级版本
|
|
12018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12019
11871
|
# @type SupportUpgradeProxyVersion: String
|
|
12020
11872
|
# @param Status: 代理状态
|
|
12021
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12022
11873
|
# @type Status: String
|
|
12023
11874
|
# @param TaskStatus: 代理任务状态
|
|
12024
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12025
11875
|
# @type TaskStatus: String
|
|
12026
11876
|
# @param ProxyNode: 代理组节点信息
|
|
12027
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12028
11877
|
# @type ProxyNode: Array
|
|
12029
11878
|
# @param ProxyAddress: 代理组地址信息
|
|
12030
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12031
11879
|
# @type ProxyAddress: Array
|
|
12032
11880
|
# @param ConnectionPoolLimit: 连接池阈值
|
|
12033
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12034
11881
|
# @type ConnectionPoolLimit: Integer
|
|
12035
11882
|
# @param SupportCreateProxyAddress: 支持创建地址
|
|
12036
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12037
11883
|
# @type SupportCreateProxyAddress: Boolean
|
|
12038
11884
|
# @param SupportUpgradeProxyMysqlVersion: 支持升级代理版本所需的cdb版本
|
|
12039
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12040
11885
|
# @type SupportUpgradeProxyMysqlVersion: String
|
|
12041
11886
|
|
|
12042
11887
|
attr_accessor :ProxyGroupId, :ProxyVersion, :SupportUpgradeProxyVersion, :Status, :TaskStatus, :ProxyNode, :ProxyAddress, :ConnectionPoolLimit, :SupportCreateProxyAddress, :SupportUpgradeProxyMysqlVersion
|
|
@@ -12085,25 +11930,18 @@ module TencentCloud
|
|
|
12085
11930
|
# 代理实例
|
|
12086
11931
|
class ProxyInst < TencentCloud::Common::AbstractModel
|
|
12087
11932
|
# @param InstanceId: 实例ID
|
|
12088
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12089
11933
|
# @type InstanceId: String
|
|
12090
11934
|
# @param InstanceName: 实例名称
|
|
12091
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12092
11935
|
# @type InstanceName: String
|
|
12093
11936
|
# @param InstanceType: 实例类型:1 master 主实例; 2 ro 只读实例; 3 dr 灾备实例; 4 sdr 小灾备实例
|
|
12094
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12095
11937
|
# @type InstanceType: Integer
|
|
12096
11938
|
# @param Status: 实例状态,可能的返回值:0-创建中;1-运行中;4-隔离中;5-已隔离
|
|
12097
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12098
11939
|
# @type Status: Integer
|
|
12099
11940
|
# @param Weight: 只读权重,如果权重为系统自动分配,改值不生效,只代表是否启用该实例
|
|
12100
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12101
11941
|
# @type Weight: Integer
|
|
12102
11942
|
# @param Region: 实例所属地域
|
|
12103
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12104
11943
|
# @type Region: String
|
|
12105
11944
|
# @param Zone: 实例所属可用区
|
|
12106
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12107
11945
|
# @type Zone: String
|
|
12108
11946
|
# @param InstNodeId: 实例节点ID
|
|
12109
11947
|
# @type InstNodeId: String
|
|
@@ -12140,25 +11978,18 @@ module TencentCloud
|
|
|
12140
11978
|
# 代理节点
|
|
12141
11979
|
class ProxyNode < TencentCloud::Common::AbstractModel
|
|
12142
11980
|
# @param ProxyId: 代理节点ID
|
|
12143
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12144
11981
|
# @type ProxyId: String
|
|
12145
11982
|
# @param Cpu: CPU核数
|
|
12146
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12147
11983
|
# @type Cpu: Integer
|
|
12148
11984
|
# @param Mem: 内存大小
|
|
12149
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12150
11985
|
# @type Mem: Integer
|
|
12151
11986
|
# @param Status: 节点状态
|
|
12152
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12153
11987
|
# @type Status: String
|
|
12154
11988
|
# @param Zone: 代理节点可用区
|
|
12155
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12156
11989
|
# @type Zone: String
|
|
12157
11990
|
# @param Region: 代理节点地域
|
|
12158
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12159
11991
|
# @type Region: String
|
|
12160
11992
|
# @param Connection: 连接数
|
|
12161
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12162
11993
|
# @type Connection: Integer
|
|
12163
11994
|
|
|
12164
11995
|
attr_accessor :ProxyId, :Cpu, :Mem, :Status, :Zone, :Region, :Connection
|
|
@@ -12585,19 +12416,14 @@ module TencentCloud
|
|
|
12585
12416
|
# @param Vport: 只读组的内网端口号。
|
|
12586
12417
|
# @type Vport: Integer
|
|
12587
12418
|
# @param UniqVpcId: 私有网络 ID。
|
|
12588
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12589
12419
|
# @type UniqVpcId: String
|
|
12590
12420
|
# @param UniqSubnetId: 子网 ID。
|
|
12591
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12592
12421
|
# @type UniqSubnetId: String
|
|
12593
12422
|
# @param RoGroupRegion: 只读组所在的地域。
|
|
12594
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12595
12423
|
# @type RoGroupRegion: String
|
|
12596
12424
|
# @param RoGroupZone: 只读组所在的可用区。
|
|
12597
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12598
12425
|
# @type RoGroupZone: String
|
|
12599
12426
|
# @param DelayReplicationTime: 延迟复制时间。
|
|
12600
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12601
12427
|
# @type DelayReplicationTime: Integer
|
|
12602
12428
|
|
|
12603
12429
|
attr_accessor :RoGroupMode, :RoGroupId, :RoGroupName, :RoOfflineDelay, :RoMaxDelayTime, :MinRoInGroup, :WeightMode, :Weight, :RoInstances, :Vip, :Vport, :UniqVpcId, :UniqSubnetId, :RoGroupRegion, :RoGroupZone, :DelayReplicationTime
|
|
@@ -12791,19 +12617,14 @@ module TencentCloud
|
|
|
12791
12617
|
# 只读vip信息
|
|
12792
12618
|
class RoVipInfo < TencentCloud::Common::AbstractModel
|
|
12793
12619
|
# @param RoVipStatus: 只读vip状态
|
|
12794
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12795
12620
|
# @type RoVipStatus: Integer
|
|
12796
12621
|
# @param RoSubnetId: 只读vip的子网
|
|
12797
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12798
12622
|
# @type RoSubnetId: Integer
|
|
12799
12623
|
# @param RoVpcId: 只读vip的私有网络
|
|
12800
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12801
12624
|
# @type RoVpcId: Integer
|
|
12802
12625
|
# @param RoVport: 只读vip的端口号
|
|
12803
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12804
12626
|
# @type RoVport: Integer
|
|
12805
12627
|
# @param RoVip: 只读vip
|
|
12806
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12807
12628
|
# @type RoVip: String
|
|
12808
12629
|
|
|
12809
12630
|
attr_accessor :RoVipStatus, :RoSubnetId, :RoVpcId, :RoVport, :RoVip
|
|
@@ -12848,10 +12669,8 @@ module TencentCloud
|
|
|
12848
12669
|
# 用于回档的数据库名
|
|
12849
12670
|
class RollbackDBName < TencentCloud::Common::AbstractModel
|
|
12850
12671
|
# @param DatabaseName: 回档前的原数据库名
|
|
12851
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12852
12672
|
# @type DatabaseName: String
|
|
12853
12673
|
# @param NewDatabaseName: 回档后的新数据库名
|
|
12854
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12855
12674
|
# @type NewDatabaseName: String
|
|
12856
12675
|
|
|
12857
12676
|
attr_accessor :DatabaseName, :NewDatabaseName
|
|
@@ -12870,17 +12689,14 @@ module TencentCloud
|
|
|
12870
12689
|
# 用于回档的实例详情
|
|
12871
12690
|
class RollbackInstancesInfo < TencentCloud::Common::AbstractModel
|
|
12872
12691
|
# @param InstanceId: 云数据库实例ID
|
|
12873
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12874
12692
|
# @type InstanceId: String
|
|
12875
12693
|
# @param Strategy: 回档策略。可选值为:table、db、full;默认值为full。table - 极速回档模式,仅导入所选中表级别的备份和binlog,如有跨表操作,且关联表未被同时选中,将会导致回档失败,该模式下参数Databases必须为空;db - 快速模式,仅导入所选中库级别的备份和binlog,如有跨库操作,且关联库未被同时选中,将会导致回档失败;full - 普通回档模式,将导入整个实例的备份和binlog,速度较慢。
|
|
12876
12694
|
# @type Strategy: String
|
|
12877
12695
|
# @param RollbackTime: 数据库回档时间,时间格式为:yyyy-mm-dd hh:mm:ss
|
|
12878
12696
|
# @type RollbackTime: String
|
|
12879
12697
|
# @param Databases: 待回档的数据库信息,表示整库回档
|
|
12880
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12881
12698
|
# @type Databases: Array
|
|
12882
12699
|
# @param Tables: 待回档的数据库表信息,表示按表回档
|
|
12883
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12884
12700
|
# @type Tables: Array
|
|
12885
12701
|
|
|
12886
12702
|
attr_accessor :InstanceId, :Strategy, :RollbackTime, :Databases, :Tables
|
|
@@ -12919,10 +12735,8 @@ module TencentCloud
|
|
|
12919
12735
|
# 用于回档的数据库表名
|
|
12920
12736
|
class RollbackTableName < TencentCloud::Common::AbstractModel
|
|
12921
12737
|
# @param TableName: 回档前的原数据库表名
|
|
12922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12923
12738
|
# @type TableName: String
|
|
12924
12739
|
# @param NewTableName: 回档后的新数据库表名
|
|
12925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12926
12740
|
# @type NewTableName: String
|
|
12927
12741
|
|
|
12928
12742
|
attr_accessor :TableName, :NewTableName
|
|
@@ -12941,10 +12755,8 @@ module TencentCloud
|
|
|
12941
12755
|
# 用于回档的数据库表详情
|
|
12942
12756
|
class RollbackTables < TencentCloud::Common::AbstractModel
|
|
12943
12757
|
# @param Database: 数据库名
|
|
12944
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12945
12758
|
# @type Database: String
|
|
12946
12759
|
# @param Table: 数据库表详情
|
|
12947
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12948
12760
|
# @type Table: Array
|
|
12949
12761
|
|
|
12950
12762
|
attr_accessor :Database, :Table
|
|
@@ -12980,7 +12792,6 @@ module TencentCloud
|
|
|
12980
12792
|
# @param EndTime: 任务结束时间。
|
|
12981
12793
|
# @type EndTime: String
|
|
12982
12794
|
# @param Detail: 回档任务详情。
|
|
12983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12984
12795
|
# @type Detail: Array
|
|
12985
12796
|
|
|
12986
12797
|
attr_accessor :Info, :Status, :Progress, :StartTime, :EndTime, :Detail
|
|
@@ -13014,10 +12825,8 @@ module TencentCloud
|
|
|
13014
12825
|
# 可回档时间范围
|
|
13015
12826
|
class RollbackTimeRange < TencentCloud::Common::AbstractModel
|
|
13016
12827
|
# @param Begin: 实例可回档开始时间,时间格式:2016-10-29 01:06:04
|
|
13017
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13018
12828
|
# @type Begin: String
|
|
13019
12829
|
# @param End: 实例可回档结束时间,时间格式:2016-11-02 11:44:47
|
|
13020
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13021
12830
|
# @type End: String
|
|
13022
12831
|
|
|
13023
12832
|
attr_accessor :Begin, :End
|
|
@@ -13036,10 +12845,8 @@ module TencentCloud
|
|
|
13036
12845
|
# 权重分配规则
|
|
13037
12846
|
class Rule < TencentCloud::Common::AbstractModel
|
|
13038
12847
|
# @param LessThan: 划分上限
|
|
13039
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13040
12848
|
# @type LessThan: Integer
|
|
13041
12849
|
# @param Weight: 权重
|
|
13042
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13043
12850
|
# @type Weight: Integer
|
|
13044
12851
|
|
|
13045
12852
|
attr_accessor :LessThan, :Weight
|
|
@@ -13167,25 +12974,18 @@ module TencentCloud
|
|
|
13167
12974
|
# 安全组详情
|
|
13168
12975
|
class SecurityGroup < TencentCloud::Common::AbstractModel
|
|
13169
12976
|
# @param ProjectId: 项目ID
|
|
13170
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13171
12977
|
# @type ProjectId: Integer
|
|
13172
12978
|
# @param CreateTime: 创建时间,时间格式:yyyy-mm-dd hh:mm:ss
|
|
13173
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13174
12979
|
# @type CreateTime: String
|
|
13175
12980
|
# @param Inbound: 入站规则
|
|
13176
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13177
12981
|
# @type Inbound: Array
|
|
13178
12982
|
# @param Outbound: 出站规则
|
|
13179
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13180
12983
|
# @type Outbound: Array
|
|
13181
12984
|
# @param SecurityGroupId: 安全组ID
|
|
13182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13183
12985
|
# @type SecurityGroupId: String
|
|
13184
12986
|
# @param SecurityGroupName: 安全组名称
|
|
13185
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13186
12987
|
# @type SecurityGroupName: String
|
|
13187
12988
|
# @param SecurityGroupRemark: 安全组备注
|
|
13188
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13189
12989
|
# @type SecurityGroupRemark: String
|
|
13190
12990
|
|
|
13191
12991
|
attr_accessor :ProjectId, :CreateTime, :Inbound, :Outbound, :SecurityGroupId, :SecurityGroupName, :SecurityGroupRemark
|
|
@@ -13228,10 +13028,8 @@ module TencentCloud
|
|
|
13228
13028
|
# 从库的配置信息
|
|
13229
13029
|
class SlaveConfig < TencentCloud::Common::AbstractModel
|
|
13230
13030
|
# @param ReplicationMode: 从库复制方式,可能的返回值:aysnc-异步,semisync-半同步
|
|
13231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13232
13031
|
# @type ReplicationMode: String
|
|
13233
13032
|
# @param Zone: 从库可用区的正式名称,如ap-shanghai-1
|
|
13234
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13235
13033
|
# @type Zone: String
|
|
13236
13034
|
|
|
13237
13035
|
attr_accessor :ReplicationMode, :Zone
|
|
@@ -13252,7 +13050,6 @@ module TencentCloud
|
|
|
13252
13050
|
# @param First: 第一备机信息
|
|
13253
13051
|
# @type First: :class:`Tencentcloud::Cdb.v20170320.models.SlaveInstanceInfo`
|
|
13254
13052
|
# @param Second: 第二备机信息
|
|
13255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13256
13053
|
# @type Second: :class:`Tencentcloud::Cdb.v20170320.models.SlaveInstanceInfo`
|
|
13257
13054
|
|
|
13258
13055
|
attr_accessor :First, :Second
|
|
@@ -13341,37 +13138,26 @@ module TencentCloud
|
|
|
13341
13138
|
# 结构化的慢日志详情
|
|
13342
13139
|
class SlowLogItem < TencentCloud::Common::AbstractModel
|
|
13343
13140
|
# @param Timestamp: Sql的执行时间。
|
|
13344
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13345
13141
|
# @type Timestamp: Integer
|
|
13346
13142
|
# @param QueryTime: Sql的执行时长(秒)。
|
|
13347
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13348
13143
|
# @type QueryTime: Float
|
|
13349
13144
|
# @param SqlText: Sql语句。
|
|
13350
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13351
13145
|
# @type SqlText: String
|
|
13352
13146
|
# @param UserHost: 客户端地址。
|
|
13353
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13354
13147
|
# @type UserHost: String
|
|
13355
13148
|
# @param UserName: 用户名。
|
|
13356
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13357
13149
|
# @type UserName: String
|
|
13358
13150
|
# @param Database: 数据库名。
|
|
13359
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13360
13151
|
# @type Database: String
|
|
13361
13152
|
# @param LockTime: 锁时长(秒)。
|
|
13362
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13363
13153
|
# @type LockTime: Float
|
|
13364
13154
|
# @param RowsExamined: 扫描行数。
|
|
13365
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13366
13155
|
# @type RowsExamined: Integer
|
|
13367
13156
|
# @param RowsSent: 结果集行数。
|
|
13368
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13369
13157
|
# @type RowsSent: Integer
|
|
13370
13158
|
# @param SqlTemplate: Sql模板。
|
|
13371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13372
13159
|
# @type SqlTemplate: String
|
|
13373
13160
|
# @param Md5: Sql语句的md5。
|
|
13374
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13375
13161
|
# @type Md5: String
|
|
13376
13162
|
|
|
13377
13163
|
attr_accessor :Timestamp, :QueryTime, :SqlText, :UserHost, :UserName, :Database, :LockTime, :RowsExamined, :RowsSent, :SqlTemplate, :Md5
|
|
@@ -13558,7 +13344,6 @@ module TencentCloud
|
|
|
13558
13344
|
# StartReplication返回参数结构体
|
|
13559
13345
|
class StartReplicationResponse < TencentCloud::Common::AbstractModel
|
|
13560
13346
|
# @param AsyncRequestId: 异步任务 ID。
|
|
13561
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13562
13347
|
# @type AsyncRequestId: String
|
|
13563
13348
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13564
13349
|
# @type RequestId: String
|
|
@@ -13663,7 +13448,6 @@ module TencentCloud
|
|
|
13663
13448
|
# StopReplication返回参数结构体
|
|
13664
13449
|
class StopReplicationResponse < TencentCloud::Common::AbstractModel
|
|
13665
13450
|
# @param AsyncRequestId: 异步任务 ID。
|
|
13666
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13667
13451
|
# @type AsyncRequestId: String
|
|
13668
13452
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13669
13453
|
# @type RequestId: String
|
|
@@ -13916,13 +13700,10 @@ module TencentCloud
|
|
|
13916
13700
|
# 数据库表权限
|
|
13917
13701
|
class TablePrivilege < TencentCloud::Common::AbstractModel
|
|
13918
13702
|
# @param Database: 数据库名
|
|
13919
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13920
13703
|
# @type Database: String
|
|
13921
13704
|
# @param Table: 数据库表名
|
|
13922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13923
13705
|
# @type Table: String
|
|
13924
13706
|
# @param Privileges: 权限信息
|
|
13925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13926
13707
|
# @type Privileges: Array
|
|
13927
13708
|
|
|
13928
13709
|
attr_accessor :Database, :Table, :Privileges
|
|
@@ -13983,10 +13764,8 @@ module TencentCloud
|
|
|
13983
13764
|
# 标签信息
|
|
13984
13765
|
class TagInfoItem < TencentCloud::Common::AbstractModel
|
|
13985
13766
|
# @param TagKey: 标签键
|
|
13986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13987
13767
|
# @type TagKey: String
|
|
13988
13768
|
# @param TagValue: 标签值
|
|
13989
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13990
13769
|
# @type TagValue: String
|
|
13991
13770
|
|
|
13992
13771
|
attr_accessor :TagKey, :TagValue
|
|
@@ -14111,7 +13890,6 @@ module TencentCloud
|
|
|
14111
13890
|
# @param EndTime: 实例任务结束时间。
|
|
14112
13891
|
# @type EndTime: String
|
|
14113
13892
|
# @param InstanceIds: 任务关联的实例 ID。
|
|
14114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14115
13893
|
# @type InstanceIds: Array
|
|
14116
13894
|
# @param AsyncRequestId: 异步任务的请求 ID。
|
|
14117
13895
|
# @type AsyncRequestId: String
|
|
@@ -14191,7 +13969,6 @@ module TencentCloud
|
|
|
14191
13969
|
# UpgradeCDBProxyVersion返回参数结构体
|
|
14192
13970
|
class UpgradeCDBProxyVersionResponse < TencentCloud::Common::AbstractModel
|
|
14193
13971
|
# @param AsyncRequestId: 异步处理ID
|
|
14194
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14195
13972
|
# @type AsyncRequestId: String
|
|
14196
13973
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14197
13974
|
# @type RequestId: String
|
|
@@ -14417,10 +14194,8 @@ module TencentCloud
|
|
|
14417
14194
|
# 文件上传描述
|
|
14418
14195
|
class UploadInfo < TencentCloud::Common::AbstractModel
|
|
14419
14196
|
# @param AllSliceNum: 文件所有分片数
|
|
14420
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14421
14197
|
# @type AllSliceNum: Integer
|
|
14422
14198
|
# @param CompleteNum: 已完成分片数
|
|
14423
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14424
14199
|
# @type CompleteNum: Integer
|
|
14425
14200
|
|
|
14426
14201
|
attr_accessor :AllSliceNum, :CompleteNum
|
|
@@ -14479,16 +14254,12 @@ module TencentCloud
|
|
|
14479
14254
|
# 多可用区信息
|
|
14480
14255
|
class ZoneConf < TencentCloud::Common::AbstractModel
|
|
14481
14256
|
# @param DeployMode: 可用区部署方式,可能的值为:0-单可用区;1-多可用区
|
|
14482
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14483
14257
|
# @type DeployMode: Array
|
|
14484
14258
|
# @param MasterZone: 主实例所在的可用区
|
|
14485
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14486
14259
|
# @type MasterZone: Array
|
|
14487
14260
|
# @param SlaveZone: 实例为多可用区部署时,备库1所在的可用区
|
|
14488
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14489
14261
|
# @type SlaveZone: Array
|
|
14490
14262
|
# @param BackupZone: 实例为多可用区部署时,备库2所在的可用区
|
|
14491
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14492
14263
|
# @type BackupZone: Array
|
|
14493
14264
|
|
|
14494
14265
|
attr_accessor :DeployMode, :MasterZone, :SlaveZone, :BackupZone
|
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.
|
|
4
|
+
version: 3.0.971
|
|
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-12-
|
|
11
|
+
date: 2024-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|