tencentcloud-sdk-cdb 1.0.276 → 1.0.279

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac6a35b714c1560bb8122c943de36acab22f1fad
4
- data.tar.gz: c6a33572081c2e5042df3c441ab67daa05191b38
3
+ metadata.gz: c163022b3dfce15319e0abbc41de1f67d6d7ca2e
4
+ data.tar.gz: b00d449ed46a6bd9d80a59a0771470596ba9fa1a
5
5
  SHA512:
6
- metadata.gz: 118ab5ddaccf458ea449df2fde26017af93aa45bd37ecd7a04b12fb80d5edc131738ae952e6c7e53a80545cf34dc2d2445e5c3e191a258790e3b773f4925579c
7
- data.tar.gz: 2ebc30214d99115f0c7688fec6e96dd2785f526ba6c05f26e514c4f3047b2677362a46a407fb77a5cbafa5cccebcbf9ea24b33205e4c0296ced707891a12be5d
6
+ metadata.gz: fad8559fe443ca8a3f9b00e74f85b76fd8550fc509d5a21bfbb83c84556d2c3aeb68d5a593208cd1006bb36c76dde1373c1a1fcc1a71eac9062510153a5267c7
7
+ data.tar.gz: 40cb0671bbdf421304459dbc5b4c108491635996f5cbb5413adcc1c0190fe2c429dcd3372955cc452cdf716dd00988fa68dc3028c21a01a9cf4dae5f2d4b75c9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.276
1
+ 1.0.279
@@ -190,7 +190,7 @@ module TencentCloud
190
190
  # @type Mem: Integer
191
191
  # @param SecurityGroup: 安全组
192
192
  # @type SecurityGroup: Array
193
- # @param Desc: 描述说明
193
+ # @param Desc: 描述说明,最大支持256位。
194
194
  # @type Desc: String
195
195
 
196
196
  attr_accessor :InstanceId, :UniqVpcId, :UniqSubnetId, :ProxyCount, :Cpu, :Mem, :SecurityGroup, :Desc
@@ -878,7 +878,7 @@ module TencentCloud
878
878
  # @type InstanceId: String
879
879
  # @param ProxyGroupId: 代理组ID
880
880
  # @type ProxyGroupId: String
881
- # @param OnlyCloseRW: 是否只关闭读写分离,取值:"true" | "false"
881
+ # @param OnlyCloseRW: 是否只关闭读写分离,取值:"true" | "false",默认为"false"
882
882
  # @type OnlyCloseRW: Boolean
883
883
 
884
884
  attr_accessor :InstanceId, :ProxyGroupId, :OnlyCloseRW
@@ -1959,7 +1959,7 @@ module TencentCloud
1959
1959
  # @type TemplateId: Integer
1960
1960
  # @param ParamList: 参数列表。
1961
1961
  # @type ParamList: Array
1962
- # @param TemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
1962
+ # @param TemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
1963
1963
  # @type TemplateType: String
1964
1964
 
1965
1965
  attr_accessor :Name, :Description, :EngineVersion, :TemplateId, :ParamList, :TemplateType
@@ -2877,7 +2877,7 @@ module TencentCloud
2877
2877
  # @type RuleName: String
2878
2878
  # @param Limit: 分页大小参数。默认值为 20,最小值为 1,最大值为 100。
2879
2879
  # @type Limit: Integer
2880
- # @param Offset: 分页偏移量。
2880
+ # @param Offset: 分页偏移量。默认值为0。
2881
2881
  # @type Offset: Integer
2882
2882
 
2883
2883
  attr_accessor :RuleId, :RuleName, :Limit, :Offset
@@ -4813,7 +4813,7 @@ module TencentCloud
4813
4813
  # @type Items: Array
4814
4814
  # @param Description: 参数模板描述
4815
4815
  # @type Description: String
4816
- # @param TemplateType: 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
4816
+ # @param TemplateType: 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
4817
4817
  # @type TemplateType: String
4818
4818
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4819
4819
  # @type RequestId: String
@@ -6883,7 +6883,7 @@ module TencentCloud
6883
6883
  # @param ColumnPrivileges: 数据库表中列的权限。Privileges 权限的可选值为:"SELECT","INSERT","UPDATE","REFERENCES"。
6884
6884
  # 注意,不传该参数表示清除该权限。
6885
6885
  # @type ColumnPrivileges: Array
6886
- # @param ModifyAction: 该参数不为空时,为批量修改权限。可选值为:grantrevoke
6886
+ # @param ModifyAction: 该参数不为空时,为批量修改权限。可选值为:grant - 授予权限,revoke - 回收权限。
6887
6887
  # @type ModifyAction: String
6888
6888
 
6889
6889
  attr_accessor :InstanceId, :Accounts, :GlobalPrivileges, :DatabasePrivileges, :TablePrivileges, :ColumnPrivileges, :ModifyAction
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: 1.0.276
4
+ version: 1.0.279
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-15 00:00:00.000000000 Z
11
+ date: 2022-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common