tencentcloud-sdk-cynosdb 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/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: 38aa0bffd3a42413c62e02f6587eddd070423144
|
|
4
|
+
data.tar.gz: e1d736229bb05685a298326fa4da7d4b8d3bd9ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d653d04c418529f9a534b50a1e89e97a33301bf60cf080248fa8a125d22931aeeb2757c82dbde86712159d93a052c8150838b421985c4818407e92a10ab411e
|
|
7
|
+
data.tar.gz: ff7c68d83841435f21ed7b539966b5d59261da128aea49e6b3c507328ebc72112596424fc52ff8fc33d2546c52c91a011c1f27086a6c3048cc68b25c45623ee2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.971
|
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.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
|