tencentcloud-sdk-cynosdb 3.0.970 → 3.0.972
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190107/client.rb +3 -3
- data/lib/v20190107/models.rb +4 -16
- 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: 98aa00a6af5bbece3bd96d1af5516acac17e27ac
|
4
|
+
data.tar.gz: aa836a179cde6535af838d94aeace9512f91c831
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9dd6408cb2c41d7a6bab707254b06ad24df9d96c1bb1904a57a2ec13688c5e4aa33ddd1f49444afb0bd58ce329fed7e935caebf2234a964e3e9ee4cab1a8b820
|
7
|
+
data.tar.gz: 916ed788160fd253eb2ba0a09621d059191e66094a3c46e766251e8bebfaf1f8ccfc077ef978d63e89e5011bede97416a5100d5c00c3515f709792717d929b63
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.972
|
data/lib/v20190107/client.rb
CHANGED
@@ -581,7 +581,7 @@ module TencentCloud
|
|
581
581
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
582
582
|
end
|
583
583
|
|
584
|
-
#
|
584
|
+
# 本接口(DeleteAuditLogFile)用于删除云数据库实例的审计日志文件。
|
585
585
|
|
586
586
|
# @param request: Request instance for DeleteAuditLogFile.
|
587
587
|
# @type request: :class:`Tencentcloud::cynosdb::V20190107::DeleteAuditLogFileRequest`
|
@@ -845,7 +845,7 @@ module TencentCloud
|
|
845
845
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
846
846
|
end
|
847
847
|
|
848
|
-
#
|
848
|
+
# 本接口(DescribeAuditLogs)用于查询数据库审计日志。
|
849
849
|
|
850
850
|
# @param request: Request instance for DescribeAuditLogs.
|
851
851
|
# @type request: :class:`Tencentcloud::cynosdb::V20190107::DescribeAuditLogsRequest`
|
@@ -1613,7 +1613,7 @@ module TencentCloud
|
|
1613
1613
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1614
1614
|
end
|
1615
1615
|
|
1616
|
-
#
|
1616
|
+
# 本接口(DescribeIsolatedInstances)用于查询回收站实例列表。
|
1617
1617
|
|
1618
1618
|
# @param request: Request instance for DescribeIsolatedInstances.
|
1619
1619
|
# @type request: :class:`Tencentcloud::cynosdb::V20190107::DescribeIsolatedInstancesRequest`
|
data/lib/v20190107/models.rb
CHANGED
@@ -22,24 +22,18 @@ module TencentCloud
|
|
22
22
|
# @param IsSupportSlaveZone: 是否支持从可用区
|
23
23
|
# @type IsSupportSlaveZone: String
|
24
24
|
# @param NonsupportSlaveZoneReason: 不支持从可用区的原因
|
25
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26
25
|
# @type NonsupportSlaveZoneReason: String
|
27
26
|
# @param IsSupportRo: 是否支持RO实例
|
28
27
|
# @type IsSupportRo: String
|
29
28
|
# @param NonsupportRoReason: 不支持RO实例的原因
|
30
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31
29
|
# @type NonsupportRoReason: String
|
32
30
|
# @param IsSupportManualSnapshot: 是否支持手动发起快照备份
|
33
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
34
31
|
# @type IsSupportManualSnapshot: String
|
35
32
|
# @param IsSupportTransparentDataEncryption: 是否支持透明数据加密
|
36
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37
33
|
# @type IsSupportTransparentDataEncryption: String
|
38
34
|
# @param NoSupportTransparentDataEncryptionReason: 不支持透明数据加密原因
|
39
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40
35
|
# @type NoSupportTransparentDataEncryptionReason: String
|
41
36
|
# @param IsSupportManualLogic: 是否支持手动发起逻辑备份
|
42
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
43
37
|
# @type IsSupportManualLogic: String
|
44
38
|
|
45
39
|
attr_accessor :IsSupportSlaveZone, :NonsupportSlaveZoneReason, :IsSupportRo, :NonsupportRoReason, :IsSupportManualSnapshot, :IsSupportTransparentDataEncryption, :NoSupportTransparentDataEncryptionReason, :IsSupportManualLogic
|
@@ -497,7 +491,7 @@ module TencentCloud
|
|
497
491
|
# @param LockWaitTime: 锁等待时间,微秒。
|
498
492
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
499
493
|
# @type LockWaitTime: Integer
|
500
|
-
# @param TrxLivingTime:
|
494
|
+
# @param TrxLivingTime: 事务持续等待时间,微秒。
|
501
495
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
502
496
|
# @type TrxLivingTime: Integer
|
503
497
|
# @param NsTime: 开始时间,与timestamp构成一个精确到纳秒的时间。
|
@@ -582,13 +576,10 @@ module TencentCloud
|
|
582
576
|
# "success" - 已生成;
|
583
577
|
# @type Status: String
|
584
578
|
# @param FileSize: 文件大小,单位为 KB。
|
585
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
586
579
|
# @type FileSize: Integer
|
587
580
|
# @param DownloadUrl: 审计日志下载地址。
|
588
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
589
581
|
# @type DownloadUrl: String
|
590
582
|
# @param ErrMsg: 错误信息。
|
591
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
592
583
|
# @type ErrMsg: String
|
593
584
|
|
594
585
|
attr_accessor :FileName, :CreateTime, :Status, :FileSize, :DownloadUrl, :ErrMsg
|
@@ -3315,13 +3306,10 @@ module TencentCloud
|
|
3315
3306
|
# 实例错误日志返回类型
|
3316
3307
|
class CynosdbErrorLogItem < TencentCloud::Common::AbstractModel
|
3317
3308
|
# @param Timestamp: 日志时间戳
|
3318
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3319
3309
|
# @type Timestamp: Integer
|
3320
3310
|
# @param Level: 日志等级
|
3321
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3322
3311
|
# @type Level: String
|
3323
3312
|
# @param Content: 日志内容
|
3324
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3325
3313
|
# @type Content: String
|
3326
3314
|
|
3327
3315
|
attr_accessor :Timestamp, :Level, :Content
|
@@ -3694,7 +3682,6 @@ module TencentCloud
|
|
3694
3682
|
# @param MaxCpu: serverless实例cpu上限
|
3695
3683
|
# @type MaxCpu: Float
|
3696
3684
|
# @param DbMode: Db类型:<li>NORMAL</li><li>SERVERLESS</li>
|
3697
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3698
3685
|
# @type DbMode: String
|
3699
3686
|
|
3700
3687
|
attr_accessor :Uin, :AppId, :ClusterId, :ClusterName, :InstanceId, :InstanceName, :ProjectId, :Region, :Zone, :Status, :StatusDesc, :ServerlessStatus, :DbType, :DbVersion, :Cpu, :Memory, :Storage, :InstanceType, :InstanceRole, :UpdateTime, :CreateTime, :PayMode, :PeriodEndTime, :NetType, :VpcId, :SubnetId, :Vip, :Vport, :WanDomain, :Charset, :CynosVersion, :RenewFlag, :MinCpu, :MaxCpu, :DbMode
|
@@ -3790,7 +3777,7 @@ module TencentCloud
|
|
3790
3777
|
# @type InstanceGroupId: String
|
3791
3778
|
# @param Status: 状态
|
3792
3779
|
# @type Status: String
|
3793
|
-
# @param Type:
|
3780
|
+
# @param Type: 实例组(网络)类型。ha-ha组;ro-只读组;proxy-代理;singleRo-只读实例独占
|
3794
3781
|
# @type Type: String
|
3795
3782
|
# @param UpdatedTime: 更新时间
|
3796
3783
|
# @type UpdatedTime: String
|
@@ -4771,7 +4758,7 @@ module TencentCloud
|
|
4771
4758
|
|
4772
4759
|
# DescribeAuditLogs请求参数结构体
|
4773
4760
|
class DescribeAuditLogsRequest < TencentCloud::Common::AbstractModel
|
4774
|
-
# @param InstanceId: 实例ID
|
4761
|
+
# @param InstanceId: 实例 ID。
|
4775
4762
|
# @type InstanceId: String
|
4776
4763
|
# @param StartTime: 开始时间,格式为:"2017-07-12 10:29:20"。
|
4777
4764
|
# @type StartTime: String
|
@@ -4789,6 +4776,7 @@ module TencentCloud
|
|
4789
4776
|
# @param Limit: 分页参数,单次返回的数据条数。默认值为100,最大值为100。
|
4790
4777
|
# @type Limit: Integer
|
4791
4778
|
# @param Offset: 分页偏移量。
|
4779
|
+
# 说明:Limit 和 Offset 的取值之和需小于等于65536。
|
4792
4780
|
# @type Offset: Integer
|
4793
4781
|
# @param LogFilter: 过滤条件。多个值之前是且的关系。
|
4794
4782
|
# @type LogFilter: Array
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cynosdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.972
|
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-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|