tencentcloud-sdk-cynosdb 3.0.660 → 3.0.661

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190107/models.rb +23 -13
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7466445881ea98c6cdfd903036f12ac2dcf9ef7
4
- data.tar.gz: 2fc13d6d3c2588b1970eb84a87449355c83d4d62
3
+ metadata.gz: 78a1a609cc01b05132b1ba328b06bd738f24bd07
4
+ data.tar.gz: c130b51511069e6c4e0c679df0adf6925b99e05a
5
5
  SHA512:
6
- metadata.gz: 6f72cf1f1db746b9c8830c4ead5b37585f836db8d1c44b4ec975f4a42c214be4918b9923dc1224b8287de5e231aacd2168bbd208080c4c238b6f35c909ea989c
7
- data.tar.gz: 6969009463bef6d51857010644c5bc52807b5fd8892b27f4914675aac24e0bd0926489f829737cd7ffd08e2a183e5c0ff186bb7f993b29f03647091af4d9c0f3
6
+ metadata.gz: 4696d77774d5322fedba083b8b3893b34e494299667f14cbb2505d3dd09e8bd57aa8701f122846b38b7404938d095156333e626ceb19a6fde0c95d0a312174f4
7
+ data.tar.gz: 610b9f65480cdfab7151172d62f7c45e6ee0c9c40f4b0e998b65bde4391d2853dad44ebb7857ad7d5f5f8a15342fe03d09e951d1da0719a04ac7a47837dcb4b7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.660
1
+ 3.0.661
@@ -1790,18 +1790,21 @@ module TencentCloud
1790
1790
  # @type OpenConnectionPool: String
1791
1791
  # @param ConnectionPoolTimeOut: 连接池阈值:单位(秒)
1792
1792
  # @type ConnectionPoolTimeOut: Integer
1793
- # @param SecurityGroupIds: 安全组ID数组
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: 回档ID
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: 需操作的实例ID
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.660
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-15 00:00:00.000000000 Z
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