tencentcloud-sdk-cynosdb 3.0.465 → 3.0.466
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/models.rb +83 -7
- 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: f6d9188da67a6c0b857e9a8e380b713f725b25eb
|
4
|
+
data.tar.gz: 8bba799dd3fc823535fb8c2f2441a0bac3b4b132
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22078663ebe6fa32d49a2969153e803c55da8661b3974d78ef9f7fb67566e6ee4fcecde1e4ff252bee2004e2af7632e611568760607504cbdc078f38be69851b
|
7
|
+
data.tar.gz: 3679783c6105a0f303fe1f7a261063ba14a946393ec73b3b41814958ad5f4259838589e4569e14dcf35c907d2553c0eccc407669b576e0af5df9fc9750d10919
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.466
|
data/lib/v20190107/models.rb
CHANGED
@@ -29,15 +29,18 @@ module TencentCloud
|
|
29
29
|
# @type UpdateTime: String
|
30
30
|
# @param Host: 主机
|
31
31
|
# @type Host: String
|
32
|
+
# @param MaxUserConnections: 用户最大连接数
|
33
|
+
# @type MaxUserConnections: Integer
|
32
34
|
|
33
|
-
attr_accessor :AccountName, :Description, :CreateTime, :UpdateTime, :Host
|
35
|
+
attr_accessor :AccountName, :Description, :CreateTime, :UpdateTime, :Host, :MaxUserConnections
|
34
36
|
|
35
|
-
def initialize(accountname=nil, description=nil, createtime=nil, updatetime=nil, host=nil)
|
37
|
+
def initialize(accountname=nil, description=nil, createtime=nil, updatetime=nil, host=nil, maxuserconnections=nil)
|
36
38
|
@AccountName = accountname
|
37
39
|
@Description = description
|
38
40
|
@CreateTime = createtime
|
39
41
|
@UpdateTime = updatetime
|
40
42
|
@Host = host
|
43
|
+
@MaxUserConnections = maxuserconnections
|
41
44
|
end
|
42
45
|
|
43
46
|
def deserialize(params)
|
@@ -46,6 +49,7 @@ module TencentCloud
|
|
46
49
|
@CreateTime = params['CreateTime']
|
47
50
|
@UpdateTime = params['UpdateTime']
|
48
51
|
@Host = params['Host']
|
52
|
+
@MaxUserConnections = params['MaxUserConnections']
|
49
53
|
end
|
50
54
|
end
|
51
55
|
|
@@ -1489,10 +1493,24 @@ module TencentCloud
|
|
1489
1493
|
# @type StorageId: String
|
1490
1494
|
# @param StoragePayMode: 存储付费类型
|
1491
1495
|
# @type StoragePayMode: Integer
|
1496
|
+
# @param PhysicalZone: 物理区
|
1497
|
+
# @type PhysicalZone: String
|
1498
|
+
# @param BusinessType: 商业类型
|
1499
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1500
|
+
# @type BusinessType: String
|
1501
|
+
# @param Tasks: 任务
|
1502
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1503
|
+
# @type Tasks: Array
|
1504
|
+
# @param IsFreeze: 是否冻结
|
1505
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1506
|
+
# @type IsFreeze: String
|
1507
|
+
# @param ResourceTags: 资源标签
|
1508
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1509
|
+
# @type ResourceTags: Array
|
1492
1510
|
|
1493
|
-
attr_accessor :Uin, :AppId, :ClusterId, :ClusterName, :InstanceId, :InstanceName, :ProjectId, :Region, :Zone, :Status, :StatusDesc, :DbType, :DbVersion, :Cpu, :Memory, :Storage, :InstanceType, :InstanceRole, :UpdateTime, :CreateTime, :VpcId, :SubnetId, :Vip, :Vport, :PayMode, :PeriodEndTime, :DestroyDeadlineText, :IsolateTime, :NetType, :WanDomain, :WanIP, :WanPort, :WanStatus, :DestroyTime, :CynosVersion, :ProcessingTask, :RenewFlag, :MinCpu, :MaxCpu, :ServerlessStatus, :StorageId, :StoragePayMode
|
1511
|
+
attr_accessor :Uin, :AppId, :ClusterId, :ClusterName, :InstanceId, :InstanceName, :ProjectId, :Region, :Zone, :Status, :StatusDesc, :DbType, :DbVersion, :Cpu, :Memory, :Storage, :InstanceType, :InstanceRole, :UpdateTime, :CreateTime, :VpcId, :SubnetId, :Vip, :Vport, :PayMode, :PeriodEndTime, :DestroyDeadlineText, :IsolateTime, :NetType, :WanDomain, :WanIP, :WanPort, :WanStatus, :DestroyTime, :CynosVersion, :ProcessingTask, :RenewFlag, :MinCpu, :MaxCpu, :ServerlessStatus, :StorageId, :StoragePayMode, :PhysicalZone, :BusinessType, :Tasks, :IsFreeze, :ResourceTags
|
1494
1512
|
|
1495
|
-
def initialize(uin=nil, appid=nil, clusterid=nil, clustername=nil, instanceid=nil, instancename=nil, projectid=nil, region=nil, zone=nil, status=nil, statusdesc=nil, dbtype=nil, dbversion=nil, cpu=nil, memory=nil, storage=nil, instancetype=nil, instancerole=nil, updatetime=nil, createtime=nil, vpcid=nil, subnetid=nil, vip=nil, vport=nil, paymode=nil, periodendtime=nil, destroydeadlinetext=nil, isolatetime=nil, nettype=nil, wandomain=nil, wanip=nil, wanport=nil, wanstatus=nil, destroytime=nil, cynosversion=nil, processingtask=nil, renewflag=nil, mincpu=nil, maxcpu=nil, serverlessstatus=nil, storageid=nil, storagepaymode=nil)
|
1513
|
+
def initialize(uin=nil, appid=nil, clusterid=nil, clustername=nil, instanceid=nil, instancename=nil, projectid=nil, region=nil, zone=nil, status=nil, statusdesc=nil, dbtype=nil, dbversion=nil, cpu=nil, memory=nil, storage=nil, instancetype=nil, instancerole=nil, updatetime=nil, createtime=nil, vpcid=nil, subnetid=nil, vip=nil, vport=nil, paymode=nil, periodendtime=nil, destroydeadlinetext=nil, isolatetime=nil, nettype=nil, wandomain=nil, wanip=nil, wanport=nil, wanstatus=nil, destroytime=nil, cynosversion=nil, processingtask=nil, renewflag=nil, mincpu=nil, maxcpu=nil, serverlessstatus=nil, storageid=nil, storagepaymode=nil, physicalzone=nil, businesstype=nil, tasks=nil, isfreeze=nil, resourcetags=nil)
|
1496
1514
|
@Uin = uin
|
1497
1515
|
@AppId = appid
|
1498
1516
|
@ClusterId = clusterid
|
@@ -1535,6 +1553,11 @@ module TencentCloud
|
|
1535
1553
|
@ServerlessStatus = serverlessstatus
|
1536
1554
|
@StorageId = storageid
|
1537
1555
|
@StoragePayMode = storagepaymode
|
1556
|
+
@PhysicalZone = physicalzone
|
1557
|
+
@BusinessType = businesstype
|
1558
|
+
@Tasks = tasks
|
1559
|
+
@IsFreeze = isfreeze
|
1560
|
+
@ResourceTags = resourcetags
|
1538
1561
|
end
|
1539
1562
|
|
1540
1563
|
def deserialize(params)
|
@@ -1580,6 +1603,25 @@ module TencentCloud
|
|
1580
1603
|
@ServerlessStatus = params['ServerlessStatus']
|
1581
1604
|
@StorageId = params['StorageId']
|
1582
1605
|
@StoragePayMode = params['StoragePayMode']
|
1606
|
+
@PhysicalZone = params['PhysicalZone']
|
1607
|
+
@BusinessType = params['BusinessType']
|
1608
|
+
unless params['Tasks'].nil?
|
1609
|
+
@Tasks = []
|
1610
|
+
params['Tasks'].each do |i|
|
1611
|
+
objecttask_tmp = ObjectTask.new
|
1612
|
+
objecttask_tmp.deserialize(i)
|
1613
|
+
@Tasks << objecttask_tmp
|
1614
|
+
end
|
1615
|
+
end
|
1616
|
+
@IsFreeze = params['IsFreeze']
|
1617
|
+
unless params['ResourceTags'].nil?
|
1618
|
+
@ResourceTags = []
|
1619
|
+
params['ResourceTags'].each do |i|
|
1620
|
+
tag_tmp = Tag.new
|
1621
|
+
tag_tmp.deserialize(i)
|
1622
|
+
@ResourceTags << tag_tmp
|
1623
|
+
end
|
1624
|
+
end
|
1583
1625
|
end
|
1584
1626
|
end
|
1585
1627
|
|
@@ -3921,6 +3963,17 @@ module TencentCloud
|
|
3921
3963
|
end
|
3922
3964
|
end
|
3923
3965
|
|
3966
|
+
# 参数是否可修改的详细信息
|
3967
|
+
class ModifiableInfo < TencentCloud::Common::AbstractModel
|
3968
|
+
|
3969
|
+
|
3970
|
+
def initialize()
|
3971
|
+
end
|
3972
|
+
|
3973
|
+
def deserialize(params)
|
3974
|
+
end
|
3975
|
+
end
|
3976
|
+
|
3924
3977
|
# ModifyAccountParams请求参数结构体
|
3925
3978
|
class ModifyAccountParamsRequest < TencentCloud::Common::AbstractModel
|
3926
3979
|
# @param ClusterId: 集群id,不超过32个字符
|
@@ -4591,10 +4644,22 @@ module TencentCloud
|
|
4591
4644
|
# @type MatchValue: String
|
4592
4645
|
# @param Description: 参数描述
|
4593
4646
|
# @type Description: String
|
4647
|
+
# @param IsGlobal: 是否为全局参数
|
4648
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4649
|
+
# @type IsGlobal: Integer
|
4650
|
+
# @param ModifiableInfo: 参数是否可修改
|
4651
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4652
|
+
# @type ModifiableInfo: :class:`Tencentcloud::Cynosdb.v20190107.models.ModifiableInfo`
|
4653
|
+
# @param IsFunc: 是否为函数
|
4654
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4655
|
+
# @type IsFunc: Boolean
|
4656
|
+
# @param Func: 函数
|
4657
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4658
|
+
# @type Func: String
|
4594
4659
|
|
4595
|
-
attr_accessor :CurrentValue, :Default, :EnumValue, :Max, :Min, :ParamName, :NeedReboot, :ParamType, :MatchType, :MatchValue, :Description
|
4660
|
+
attr_accessor :CurrentValue, :Default, :EnumValue, :Max, :Min, :ParamName, :NeedReboot, :ParamType, :MatchType, :MatchValue, :Description, :IsGlobal, :ModifiableInfo, :IsFunc, :Func
|
4596
4661
|
|
4597
|
-
def initialize(currentvalue=nil, default=nil, enumvalue=nil, max=nil, min=nil, paramname=nil, needreboot=nil, paramtype=nil, matchtype=nil, matchvalue=nil, description=nil)
|
4662
|
+
def initialize(currentvalue=nil, default=nil, enumvalue=nil, max=nil, min=nil, paramname=nil, needreboot=nil, paramtype=nil, matchtype=nil, matchvalue=nil, description=nil, isglobal=nil, modifiableinfo=nil, isfunc=nil, func=nil)
|
4598
4663
|
@CurrentValue = currentvalue
|
4599
4664
|
@Default = default
|
4600
4665
|
@EnumValue = enumvalue
|
@@ -4606,6 +4671,10 @@ module TencentCloud
|
|
4606
4671
|
@MatchType = matchtype
|
4607
4672
|
@MatchValue = matchvalue
|
4608
4673
|
@Description = description
|
4674
|
+
@IsGlobal = isglobal
|
4675
|
+
@ModifiableInfo = modifiableinfo
|
4676
|
+
@IsFunc = isfunc
|
4677
|
+
@Func = func
|
4609
4678
|
end
|
4610
4679
|
|
4611
4680
|
def deserialize(params)
|
@@ -4620,6 +4689,13 @@ module TencentCloud
|
|
4620
4689
|
@MatchType = params['MatchType']
|
4621
4690
|
@MatchValue = params['MatchValue']
|
4622
4691
|
@Description = params['Description']
|
4692
|
+
@IsGlobal = params['IsGlobal']
|
4693
|
+
unless params['ModifiableInfo'].nil?
|
4694
|
+
@ModifiableInfo = ModifiableInfo.new
|
4695
|
+
@ModifiableInfo.deserialize(params['ModifiableInfo'])
|
4696
|
+
end
|
4697
|
+
@IsFunc = params['IsFunc']
|
4698
|
+
@Func = params['Func']
|
4623
4699
|
end
|
4624
4700
|
end
|
4625
4701
|
|
@@ -5456,7 +5532,7 @@ module TencentCloud
|
|
5456
5532
|
# @type UniqSubnetId: String
|
5457
5533
|
# @param OldIpReserveHours: 旧地址回收时间
|
5458
5534
|
# @type OldIpReserveHours: Integer
|
5459
|
-
# @param ProxyGroupId: 数据库代理组Id
|
5535
|
+
# @param ProxyGroupId: 数据库代理组Id(该参数为必填项,可以通过DescribeProxies接口获得)
|
5460
5536
|
# @type ProxyGroupId: String
|
5461
5537
|
|
5462
5538
|
attr_accessor :ClusterId, :UniqVpcId, :UniqSubnetId, :OldIpReserveHours, :ProxyGroupId
|
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.466
|
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-12-
|
11
|
+
date: 2022-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|