tencentcloud-sdk-cynosdb 1.0.320 → 1.0.321

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 +21 -21
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0aa50e09e315561282bc8ad2e9b7e8e72c229f8e
4
- data.tar.gz: c55cd9ca07d23acb4ca79c5558c1a87da552cdad
3
+ metadata.gz: 7f93a09d328d0972bb592bcca89e630ab6468041
4
+ data.tar.gz: 3dfdd028e9e43f87bae18e669a6c4a49c3d4502a
5
5
  SHA512:
6
- metadata.gz: 229762d64aabb4617a9681249163988aace645e92ff01fad5623c1fce6acb0444aee9ea88a8c55d7b3de577e49efecc8709255bca39d1ddf5ae6033bd6bbb3fa
7
- data.tar.gz: 11972d9f58de8c87cc18571fa57c3eb734b36ab249bde75870291b3d7fae0c9dd9cfb86930e118722889840bc02c117b60b4769b854ad85925ff110e3e76e886
6
+ metadata.gz: e2febe6e5646753f51f2e8701e83525257ce1e97a9bfd6d4f7a50e398105793a0cd5210e96f551021c5b8caa58b27269ed0b02953f4e7e8e3cbc816918639125
7
+ data.tar.gz: c061894bb380393942a7a17647b39ad07e24c9b375b50e5bcfd09d078711ae2d21ec2f8de277225bb4df16db5d32b1782f1370595760146293e0f1eb616c8685
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.320
1
+ 1.0.321
@@ -73,7 +73,7 @@ module TencentCloud
73
73
  class ActivateInstanceRequest < TencentCloud::Common::AbstractModel
74
74
  # @param ClusterId: 集群ID
75
75
  # @type ClusterId: String
76
- # @param InstanceIdList: 实例ID数组
76
+ # @param InstanceIdList: 实例 ID 列表,单个实例 ID 格式如:cynosdbmysql-ins-n7ocdslw,与TDSQL-C MySQL数据库控制台页面中显示的实例 ID 相同,可使用 查询实例列表 接口获取,其值为输出参数中字段 InstanceId 的值。
77
77
  # @type InstanceIdList: Array
78
78
 
79
79
  attr_accessor :ClusterId, :InstanceIdList
@@ -115,26 +115,26 @@ module TencentCloud
115
115
  # @type ClusterId: String
116
116
  # @param Cpu: Cpu核数
117
117
  # @type Cpu: Integer
118
- # @param Memory: 内存
118
+ # @param Memory: 内存,单位为GB
119
119
  # @type Memory: Integer
120
- # @param ReadOnlyCount: 新增只读实例数
120
+ # @param ReadOnlyCount: 新增只读实例数,取值范围为(0,16]
121
121
  # @type ReadOnlyCount: Integer
122
122
  # @param InstanceGrpId: 实例组ID,在已有RO组中新增实例时使用,不传则新增RO组
123
123
  # @type InstanceGrpId: String
124
124
  # @param VpcId: 所属VPC网络ID
125
125
  # @type VpcId: String
126
- # @param SubnetId: 所属子网ID
126
+ # @param SubnetId: 所属子网ID,如果设置了VpcId,则SubnetId必填
127
127
  # @type SubnetId: String
128
- # @param Port: 新增RO组时使用的Port
128
+ # @param Port: 新增RO组时使用的Port,取值范围为[0,65535)
129
129
  # @type Port: Integer
130
- # @param InstanceName: 实例名称
130
+ # @param InstanceName: 实例名称,字符串长度范围为[0,64)
131
131
  # @type InstanceName: String
132
132
  # @param AutoVoucher: 是否自动选择代金券 1是 0否 默认为0
133
133
  # @type AutoVoucher: Integer
134
134
  # @param DbType: 数据库类型,取值范围:
135
135
  # <li> MYSQL </li>
136
136
  # @type DbType: String
137
- # @param OrderSource: 订单来源
137
+ # @param OrderSource: 订单来源,字符串长度范围为[0,64)
138
138
  # @type OrderSource: String
139
139
  # @param DealMode: 交易模式 0-下单并支付 1-下单
140
140
  # @type DealMode: Integer
@@ -473,7 +473,7 @@ module TencentCloud
473
473
  # <li> MYSQL </li>
474
474
  # @type DbType: String
475
475
  # @param DbVersion: 数据库版本,取值范围:
476
- # <li> MYSQL可选值:5.7 </li>
476
+ # <li> MYSQL可选值:5.7,8.0 </li>
477
477
  # @type DbVersion: String
478
478
  # @param ProjectId: 所属项目ID
479
479
  # @type ProjectId: Integer
@@ -486,7 +486,7 @@ module TencentCloud
486
486
  # @param Storage: 该参数无实际意义,已废弃。
487
487
  # 存储大小,单位G。
488
488
  # @type Storage: Integer
489
- # @param ClusterName: 集群名称
489
+ # @param ClusterName: 集群名称,长度小于64个字符,每个字符取值范围:大/小写字母,数字,特殊符号('-','_','.')
490
490
  # @type ClusterName: String
491
491
  # @param AdminPassword: 账号密码(8-64个字符,包含大小写英文字母、数字和符号~!@#$%^&*_-+=`|\(){}[]:;'<>,.?/中的任意三种)
492
492
  # @type AdminPassword: String
@@ -517,7 +517,7 @@ module TencentCloud
517
517
  # @type InstanceCount: Integer
518
518
  # @param TimeSpan: 包年包月购买时长
519
519
  # @type TimeSpan: Integer
520
- # @param TimeUnit: 包年包月购买时长单位
520
+ # @param TimeUnit: 包年包月购买时长单位,['s','d','m','y']
521
521
  # @type TimeUnit: String
522
522
  # @param AutoRenewFlag: 包年包月购买是否自动续费
523
523
  # @type AutoRenewFlag: Integer
@@ -1799,9 +1799,9 @@ module TencentCloud
1799
1799
  class DescribeClusterParamLogsRequest < TencentCloud::Common::AbstractModel
1800
1800
  # @param ClusterId: 集群ID
1801
1801
  # @type ClusterId: String
1802
- # @param Limit: 返回数量,默认为 20,最大值为 100
1802
+ # @param Limit: 返回数量,默认为 20,取值范围为(0,100]
1803
1803
  # @type Limit: Integer
1804
- # @param Offset: 记录偏移量,默认值为0
1804
+ # @param Offset: 记录偏移量,默认值为0,取值范围为[0,INF)
1805
1805
  # @type Offset: Integer
1806
1806
 
1807
1807
  attr_accessor :ClusterId, :Limit, :Offset
@@ -2378,7 +2378,7 @@ module TencentCloud
2378
2378
  class DisassociateSecurityGroupsRequest < TencentCloud::Common::AbstractModel
2379
2379
  # @param InstanceIds: 实例组ID数组
2380
2380
  # @type InstanceIds: Array
2381
- # @param SecurityGroupIds: 要修改的安全组ID列表,一个或者多个安全组Id组成的数组。
2381
+ # @param SecurityGroupIds: 要修改的安全组ID列表,一个或者多个安全组ID组成的数组。
2382
2382
  # @type SecurityGroupIds: Array
2383
2383
  # @param Zone: 可用区
2384
2384
  # @type Zone: String
@@ -2615,7 +2615,7 @@ module TencentCloud
2615
2615
 
2616
2616
  # ModifyAccountParams请求参数结构体
2617
2617
  class ModifyAccountParamsRequest < TencentCloud::Common::AbstractModel
2618
- # @param ClusterId: 集群id
2618
+ # @param ClusterId: 集群id,不超过32个字符
2619
2619
  # @type ClusterId: String
2620
2620
  # @param Account: 账号信息
2621
2621
  # @type Account: :class:`Tencentcloud::Cynosdb.v20190107.models.InputAccount`
@@ -2806,7 +2806,7 @@ module TencentCloud
2806
2806
  class ModifyDBInstanceSecurityGroupsRequest < TencentCloud::Common::AbstractModel
2807
2807
  # @param InstanceId: 实例组ID
2808
2808
  # @type InstanceId: String
2809
- # @param SecurityGroupIds: 要修改的安全组ID列表,一个或者多个安全组Id组成的数组。
2809
+ # @param SecurityGroupIds: 要修改的安全组ID列表,一个或者多个安全组ID组成的数组。
2810
2810
  # @type SecurityGroupIds: Array
2811
2811
  # @param Zone: 可用区
2812
2812
  # @type Zone: String
@@ -3126,7 +3126,7 @@ module TencentCloud
3126
3126
 
3127
3127
  # PauseServerless请求参数结构体
3128
3128
  class PauseServerlessRequest < TencentCloud::Common::AbstractModel
3129
- # @param ClusterId: 集群id
3129
+ # @param ClusterId: 集群ID
3130
3130
  # @type ClusterId: String
3131
3131
  # @param ForcePause: 是否强制暂停,忽略当前的用户链接 0:不强制 1:强制, 默认为1
3132
3132
  # @type ForcePause: Integer
@@ -3146,7 +3146,7 @@ module TencentCloud
3146
3146
 
3147
3147
  # PauseServerless返回参数结构体
3148
3148
  class PauseServerlessResponse < TencentCloud::Common::AbstractModel
3149
- # @param FlowId: 异步流程Id
3149
+ # @param FlowId: 异步流程ID
3150
3150
  # @type FlowId: Integer
3151
3151
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3152
3152
  # @type RequestId: String
@@ -3238,7 +3238,7 @@ module TencentCloud
3238
3238
 
3239
3239
  # ResumeServerless请求参数结构体
3240
3240
  class ResumeServerlessRequest < TencentCloud::Common::AbstractModel
3241
- # @param ClusterId: 集群id
3241
+ # @param ClusterId: 集群ID
3242
3242
  # @type ClusterId: String
3243
3243
 
3244
3244
  attr_accessor :ClusterId
@@ -3254,7 +3254,7 @@ module TencentCloud
3254
3254
 
3255
3255
  # ResumeServerless返回参数结构体
3256
3256
  class ResumeServerlessResponse < TencentCloud::Common::AbstractModel
3257
- # @param FlowId: 异步流程Id
3257
+ # @param FlowId: 异步流程ID
3258
3258
  # @type FlowId: Integer
3259
3259
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3260
3260
  # @type RequestId: String
@@ -3525,7 +3525,7 @@ module TencentCloud
3525
3525
  class SetRenewFlagRequest < TencentCloud::Common::AbstractModel
3526
3526
  # @param ResourceIds: 需操作的实例ID
3527
3527
  # @type ResourceIds: Array
3528
- # @param AutoRenewFlag: 自动续费标志位
3528
+ # @param AutoRenewFlag: 自动续费标志位,续费标记 0:正常续费 1:自动续费 2:到期不续
3529
3529
  # @type AutoRenewFlag: Integer
3530
3530
 
3531
3531
  attr_accessor :ResourceIds, :AutoRenewFlag
@@ -3611,7 +3611,7 @@ module TencentCloud
3611
3611
  # @type InstanceId: String
3612
3612
  # @param Cpu: 数据库CPU
3613
3613
  # @type Cpu: Integer
3614
- # @param Memory: 数据库内存
3614
+ # @param Memory: 数据库内存,单位GB
3615
3615
  # @type Memory: Integer
3616
3616
  # @param UpgradeType: 升级类型:upgradeImmediate,upgradeInMaintain
3617
3617
  # @type UpgradeType: String
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: 1.0.320
4
+ version: 1.0.321
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-05-26 00:00:00.000000000 Z
11
+ date: 2022-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common