tencentcloud-sdk-cynosdb 3.0.660 → 3.0.661
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/models.rb +23 -13
- 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: 78a1a609cc01b05132b1ba328b06bd738f24bd07
|
4
|
+
data.tar.gz: c130b51511069e6c4e0c679df0adf6925b99e05a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4696d77774d5322fedba083b8b3893b34e494299667f14cbb2505d3dd09e8bd57aa8701f122846b38b7404938d095156333e626ceb19a6fde0c95d0a312174f4
|
7
|
+
data.tar.gz: 610b9f65480cdfab7151172d62f7c45e6ee0c9c40f4b0e998b65bde4391d2853dad44ebb7857ad7d5f5f8a15342fe03d09e951d1da0719a04ac7a47837dcb4b7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.661
|
data/lib/v20190107/models.rb
CHANGED
@@ -1790,18 +1790,21 @@ module TencentCloud
|
|
1790
1790
|
# @type OpenConnectionPool: String
|
1791
1791
|
# @param ConnectionPoolTimeOut: 连接池阈值:单位(秒)
|
1792
1792
|
# @type ConnectionPoolTimeOut: Integer
|
1793
|
-
# @param SecurityGroupIds:
|
1793
|
+
# @param SecurityGroupIds: 绑定的安全组ID数组
|
1794
1794
|
# @type SecurityGroupIds: Array
|
1795
1795
|
# @param Description: 描述说明
|
1796
1796
|
# @type Description: String
|
1797
|
-
# @param Vip: vip
|
1797
|
+
# @param Vip: 想要绑定的vip信息,需与UniqueVpcId对应。
|
1798
1798
|
# @type Vip: String
|
1799
1799
|
# @param WeightMode: 权重模式:
|
1800
1800
|
# system-系统分配,custom-自定义
|
1801
1801
|
# @type WeightMode: String
|
1802
1802
|
# @param AutoAddRo: 是否自动添加只读实例,yes-是,no-不自动添加
|
1803
1803
|
# @type AutoAddRo: String
|
1804
|
-
# @param FailOver:
|
1804
|
+
# @param FailOver: 是否开启故障转移。
|
1805
|
+
# yes:开启
|
1806
|
+
# no:不开启。
|
1807
|
+
# 数据库代理出现故障时,链接地址将会路由到主实例
|
1805
1808
|
# @type FailOver: String
|
1806
1809
|
# @param ConsistencyType: 一致性类型:
|
1807
1810
|
# eventual,global,session
|
@@ -1809,9 +1812,9 @@ module TencentCloud
|
|
1809
1812
|
# @param RwType: 读写属性:
|
1810
1813
|
# READWRITE,READONLY
|
1811
1814
|
# @type RwType: String
|
1812
|
-
# @param ConsistencyTimeOut:
|
1815
|
+
# @param ConsistencyTimeOut: 一致性超时时间。取值范围:0~1000000(微秒),设置0则表示若只读实例出现延迟, 导致一致性策略不满足, 请求将一直等待
|
1813
1816
|
# @type ConsistencyTimeOut: Integer
|
1814
|
-
# @param TransSplit:
|
1817
|
+
# @param TransSplit: 是否开启事务拆分。在一个事务中拆分读和写到不同的实例上去执行
|
1815
1818
|
# @type TransSplit: Boolean
|
1816
1819
|
# @param AccessMode: 连接模式:
|
1817
1820
|
# nearby,balance
|
@@ -8090,22 +8093,26 @@ module TencentCloud
|
|
8090
8093
|
# @type ProxyGroupId: String
|
8091
8094
|
# @param ConsistencyType: 一致性类型;“eventual"-最终一致性, "session"-会话一致性, "global"-全局一致性
|
8092
8095
|
# @type ConsistencyType: String
|
8093
|
-
# @param ConsistencyTimeOut:
|
8096
|
+
# @param ConsistencyTimeOut: 一致性超时时间。
|
8097
|
+
# 取值范围:0~1000000(微秒),设置0则表示若只读实例出现延迟, 导致一致性策略不满足, 请求将一直等待。
|
8094
8098
|
# @type ConsistencyTimeOut: String
|
8095
8099
|
# @param WeightMode: 读写权重分配模式;系统自动分配:"system", 自定义:"custom"
|
8096
8100
|
# @type WeightMode: String
|
8097
|
-
# @param InstanceWeights:
|
8101
|
+
# @param InstanceWeights: 实例只读权重。
|
8102
|
+
# 该参数必填。
|
8098
8103
|
# @type InstanceWeights: Array
|
8099
8104
|
# @param FailOver: 是否开启故障转移,代理出现故障后,连接地址将路由到主实例,取值:"yes" , "no"
|
8100
8105
|
# @type FailOver: String
|
8101
8106
|
# @param AutoAddRo: 是否自动添加只读实例,取值:"yes" , "no"
|
8102
8107
|
# @type AutoAddRo: String
|
8103
|
-
# @param OpenRw:
|
8108
|
+
# @param OpenRw: 是否打开读写分离。
|
8109
|
+
# 该参数已废弃,请通过RwType设置读写属性。
|
8104
8110
|
# @type OpenRw: String
|
8105
8111
|
# @param RwType: 读写类型:
|
8106
8112
|
# READWRITE,READONLY
|
8107
8113
|
# @type RwType: String
|
8108
|
-
# @param TransSplit:
|
8114
|
+
# @param TransSplit: 事务拆分。
|
8115
|
+
# 在一个事务中拆分读和写到不同的实例上去执行。
|
8109
8116
|
# @type TransSplit: Boolean
|
8110
8117
|
# @param AccessMode: 连接模式:
|
8111
8118
|
# nearby,balance
|
@@ -8116,7 +8123,8 @@ module TencentCloud
|
|
8116
8123
|
# @param ConnectionPoolType: 连接池类型:
|
8117
8124
|
# SessionConnectionPool
|
8118
8125
|
# @type ConnectionPoolType: String
|
8119
|
-
# @param ConnectionPoolTimeOut:
|
8126
|
+
# @param ConnectionPoolTimeOut: 连接池时间。
|
8127
|
+
# 可选范围:0~300(秒)
|
8120
8128
|
# @type ConnectionPoolTimeOut: Integer
|
8121
8129
|
|
8122
8130
|
attr_accessor :ClusterId, :ProxyGroupId, :ConsistencyType, :ConsistencyTimeOut, :WeightMode, :InstanceWeights, :FailOver, :AutoAddRo, :OpenRw, :RwType, :TransSplit, :AccessMode, :OpenConnectionPool, :ConnectionPoolType, :ConnectionPoolTimeOut
|
@@ -10036,9 +10044,11 @@ module TencentCloud
|
|
10036
10044
|
# @type ClusterId: String
|
10037
10045
|
# @param RollbackStrategy: 回档策略 timeRollback-按时间点回档 snapRollback-按备份文件回档
|
10038
10046
|
# @type RollbackStrategy: String
|
10039
|
-
# @param RollbackId:
|
10047
|
+
# @param RollbackId: 备份文件ID。
|
10048
|
+
# 回档策略为按备份文件回档时必填。
|
10040
10049
|
# @type RollbackId: Integer
|
10041
|
-
# @param ExpectTime:
|
10050
|
+
# @param ExpectTime: 期望回档时间。
|
10051
|
+
# 回档策略为timeRollback按时间点回档时必填。
|
10042
10052
|
# @type ExpectTime: String
|
10043
10053
|
# @param ExpectTimeThresh: 期望阈值(已废弃)
|
10044
10054
|
# @type ExpectTimeThresh: Integer
|
@@ -10576,7 +10586,7 @@ module TencentCloud
|
|
10576
10586
|
|
10577
10587
|
# SetRenewFlag请求参数结构体
|
10578
10588
|
class SetRenewFlagRequest < TencentCloud::Common::AbstractModel
|
10579
|
-
# @param ResourceIds:
|
10589
|
+
# @param ResourceIds: 需操作的集群ID
|
10580
10590
|
# @type ResourceIds: Array
|
10581
10591
|
# @param AutoRenewFlag: 自动续费标志位,续费标记 0:正常续费 1:自动续费 2:到期不续
|
10582
10592
|
# @type AutoRenewFlag: Integer
|
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.661
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|