tencentcloud-sdk-cdb 3.0.1152 → 3.0.1154

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/v20170320/models.rb +27 -13
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6c123149adcf9467bd2188610fae5ffaa27c549
4
- data.tar.gz: bcd7eee7a4a0a0f793b23626c7dabe5aaa06135f
3
+ metadata.gz: 1e589ff351065b0cce94df25d71a90b7bb2bee9c
4
+ data.tar.gz: 56b96ddc8653fb0fe8c13a67e383c2fa22780aee
5
5
  SHA512:
6
- metadata.gz: 9873abf559a3cf93433abd4dad1ecb2a32bb6352637b6a1e95d1eb6b3cfce63e76789ad4642c26f7bc6fcfaab18311cab28d97e6b4ac59266d474148d309ef85
7
- data.tar.gz: 5765fbfe883be6a4f76d94073a9d0b5dbecf5bdf0e13b4e8f37161bdbd2a5d557a928490b738ad2783fe18244d1409f61fa3ee9c2ad55222c9a46cea5f05493a
6
+ metadata.gz: 21584b534610534e7281a33bb088872342d350093869242e42b8c1a0f85330dfc80d5c0359e948d3283853b2a3c679ce6edb72408ad9a4bee99ad95041f62445
7
+ data.tar.gz: d3cf66720f677271fd2d179e7dcf4c5d7c5bb5629aa3fc328096d4e5ab1aeaa35ca8b51909eed9db27679a98ad319536ef7a85e7614df047b2128af4d9acb387
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1152
1
+ 3.0.1154
@@ -1584,7 +1584,13 @@ module TencentCloud
1584
1584
 
1585
1585
  # 售卖实例类型
1586
1586
  class CdbSellType < TencentCloud::Common::AbstractModel
1587
- # @param TypeName: 售卖实例名称。Z3是高可用类型对应规格中的DeviceType包含UNIVERSAL,EXCLUSIVE;CVM是基础版类型对应规格中的DeviceType是BASIC;TKE是基础型v2类型对应规格中的DeviceType是BASIC_V2。
1587
+ # @param TypeName: 售卖实例名称。
1588
+ # Z3:是高可用类型,对应规格中的 DeviceType,包含 UNIVERSAL,EXCLUSIVE。
1589
+ # CVM:是基础版类型,对应规格中的 DeviceType 是 BASIC(已下线)。
1590
+ # TKE:是基础版v2类型,对应规格中的 DeviceType 是 BASIC_V2。
1591
+ # CLOUD_NATIVE_CLUSTER:表示云盘版标准型。
1592
+ # CLOUD_NATIVE_CLUSTER_EXCLUSIVE:表示云盘版加强型。
1593
+ # ECONOMICAL:表示经济型。
1588
1594
  # @type TypeName: String
1589
1595
  # @param EngineVersion: 引擎版本号
1590
1596
  # @type EngineVersion: Array
@@ -1686,9 +1692,9 @@ module TencentCloud
1686
1692
  # @type IsSupportIpv6: Boolean
1687
1693
  # @param EngineType: 可支持的售卖数据库引擎类型
1688
1694
  # @type EngineType: Array
1689
- # @param CloudNativeClusterStatus: 集群版实例在当前可用区的售卖状态。可能的返回值为:1-上线;3-停售;4-不展示
1695
+ # @param CloudNativeClusterStatus: 云盘版实例在当前可用区的售卖状态。可能的返回值为:1-上线;3-停售;4-不展示
1690
1696
  # @type CloudNativeClusterStatus: Integer
1691
- # @param DiskTypeConf: 集群版或者单节点基础型支持的磁盘类型。
1697
+ # @param DiskTypeConf: 云盘版或者单节点基础型支持的磁盘类型。
1692
1698
  # @type DiskTypeConf: Array
1693
1699
 
1694
1700
  attr_accessor :Status, :ZoneName, :IsCustom, :IsSupportDr, :IsSupportVpc, :HourInstanceSaleMaxNum, :IsDefaultZone, :IsBm, :PayType, :ProtectMode, :Zone, :ZoneConf, :DrZone, :IsSupportRemoteRo, :RemoteRoZone, :ExClusterStatus, :ExClusterRemoteRoZone, :ExClusterZoneConf, :SellType, :ZoneId, :IsSupportIpv6, :EngineType, :CloudNativeClusterStatus, :DiskTypeConf
@@ -1853,7 +1859,7 @@ module TencentCloud
1853
1859
  end
1854
1860
  end
1855
1861
 
1856
- # 迁移集群版校验结果
1862
+ # 迁移云盘版校验结果
1857
1863
  class CheckMigrateResult < TencentCloud::Common::AbstractModel
1858
1864
  # @param Name: 校验名称
1859
1865
  # @type Name: String
@@ -2117,7 +2123,7 @@ module TencentCloud
2117
2123
  end
2118
2124
  end
2119
2125
 
2120
- # 集群版节点信息
2126
+ # 云盘版节点信息
2121
2127
  class ClusterInfo < TencentCloud::Common::AbstractModel
2122
2128
  # @param NodeId: 节点id
2123
2129
  # @type NodeId: String
@@ -2141,7 +2147,7 @@ module TencentCloud
2141
2147
  end
2142
2148
  end
2143
2149
 
2144
- # 集群版实例节点信息
2150
+ # 云盘版实例节点信息
2145
2151
  class ClusterNodeInfo < TencentCloud::Common::AbstractModel
2146
2152
  # @param NodeId: 节点id。
2147
2153
  # @type NodeId: String
@@ -8899,7 +8905,7 @@ module TencentCloud
8899
8905
 
8900
8906
  # 磁盘售卖类型
8901
8907
  class DiskTypeConfigItem < TencentCloud::Common::AbstractModel
8902
- # @param DeviceType: 磁盘对应的实例类型。仅支持单节点基础型和集群版。
8908
+ # @param DeviceType: 磁盘对应的实例类型。仅支持单节点(云盘)和云盘版。
8903
8909
  # @type DeviceType: String
8904
8910
  # @param DiskType: 可以选择的磁盘类型列表。
8905
8911
  # @type DiskType: Array
@@ -9488,20 +9494,26 @@ module TencentCloud
9488
9494
  # @type EngineType: String
9489
9495
  # @param MaxDelayTime: 最大延迟阈值
9490
9496
  # @type MaxDelayTime: Integer
9491
- # @param DiskType: 实例磁盘类型,仅云盘版实例才返回该值。可能的值为 CLOUD_SSD:SSD云硬盘, CLOUD_HSSD:增强型SSD云硬盘
9497
+ # @param DiskType: 实例磁盘类型,仅云盘版和单节点(云盘)实例才会返回有效值。
9498
+ # 说明:
9499
+ # 1. 若返回:"DiskType": "CLOUD_HSSD",则表示该实例磁盘类型为增强型 SSD 云硬盘。
9500
+ # 2. 若返回:"DiskType": "CLOUD_SSD",则表示该实例磁盘类型为 SSD 云硬盘。
9501
+ # 3. 若返回:"DiskType": "",且参数 DeviceType 值为 UNIVERSAL 或 EXCLUSIVE,则表示该实例采用的是本地 SSD 盘。
9492
9502
  # @type DiskType: String
9493
9503
  # @param ExpandCpu: 当前扩容的CPU核心数。
9494
9504
  # @type ExpandCpu: Integer
9495
- # @param ClusterInfo: 实例集群版节点信息
9505
+ # @param ClusterInfo: 云盘版实例节点信息
9496
9506
  # @type ClusterInfo: Array
9497
9507
  # @param AnalysisNodeInfos: 分析引擎节点列表
9498
9508
  # @type AnalysisNodeInfos: Array
9499
9509
  # @param DeviceBandwidth: 设备带宽,单位G。当DeviceClass不为空时此参数才有效。例:25-表示当前设备带宽为25G;10-表示当前设备带宽为10G。
9500
9510
  # @type DeviceBandwidth: Integer
9511
+ # @param DestroyProtect: 实例销毁保护状态,on表示开启保护,否则为关闭保护
9512
+ # @type DestroyProtect: String
9501
9513
 
9502
- attr_accessor :WanStatus, :Zone, :InitFlag, :RoVipInfo, :Memory, :Status, :VpcId, :SlaveInfo, :InstanceId, :Volume, :AutoRenew, :ProtectMode, :RoGroups, :SubnetId, :InstanceType, :ProjectId, :Region, :DeadlineTime, :DeployMode, :TaskStatus, :MasterInfo, :DeviceType, :EngineVersion, :InstanceName, :DrInfo, :WanDomain, :WanPort, :PayType, :CreateTime, :Vip, :Vport, :CdbError, :UniqVpcId, :UniqSubnetId, :PhysicalId, :Cpu, :Qps, :ZoneName, :DeviceClass, :DeployGroupId, :ZoneId, :InstanceNodes, :TagList, :EngineType, :MaxDelayTime, :DiskType, :ExpandCpu, :ClusterInfo, :AnalysisNodeInfos, :DeviceBandwidth
9514
+ attr_accessor :WanStatus, :Zone, :InitFlag, :RoVipInfo, :Memory, :Status, :VpcId, :SlaveInfo, :InstanceId, :Volume, :AutoRenew, :ProtectMode, :RoGroups, :SubnetId, :InstanceType, :ProjectId, :Region, :DeadlineTime, :DeployMode, :TaskStatus, :MasterInfo, :DeviceType, :EngineVersion, :InstanceName, :DrInfo, :WanDomain, :WanPort, :PayType, :CreateTime, :Vip, :Vport, :CdbError, :UniqVpcId, :UniqSubnetId, :PhysicalId, :Cpu, :Qps, :ZoneName, :DeviceClass, :DeployGroupId, :ZoneId, :InstanceNodes, :TagList, :EngineType, :MaxDelayTime, :DiskType, :ExpandCpu, :ClusterInfo, :AnalysisNodeInfos, :DeviceBandwidth, :DestroyProtect
9503
9515
 
9504
- def initialize(wanstatus=nil, zone=nil, initflag=nil, rovipinfo=nil, memory=nil, status=nil, vpcid=nil, slaveinfo=nil, instanceid=nil, volume=nil, autorenew=nil, protectmode=nil, rogroups=nil, subnetid=nil, instancetype=nil, projectid=nil, region=nil, deadlinetime=nil, deploymode=nil, taskstatus=nil, masterinfo=nil, devicetype=nil, engineversion=nil, instancename=nil, drinfo=nil, wandomain=nil, wanport=nil, paytype=nil, createtime=nil, vip=nil, vport=nil, cdberror=nil, uniqvpcid=nil, uniqsubnetid=nil, physicalid=nil, cpu=nil, qps=nil, zonename=nil, deviceclass=nil, deploygroupid=nil, zoneid=nil, instancenodes=nil, taglist=nil, enginetype=nil, maxdelaytime=nil, disktype=nil, expandcpu=nil, clusterinfo=nil, analysisnodeinfos=nil, devicebandwidth=nil)
9516
+ def initialize(wanstatus=nil, zone=nil, initflag=nil, rovipinfo=nil, memory=nil, status=nil, vpcid=nil, slaveinfo=nil, instanceid=nil, volume=nil, autorenew=nil, protectmode=nil, rogroups=nil, subnetid=nil, instancetype=nil, projectid=nil, region=nil, deadlinetime=nil, deploymode=nil, taskstatus=nil, masterinfo=nil, devicetype=nil, engineversion=nil, instancename=nil, drinfo=nil, wandomain=nil, wanport=nil, paytype=nil, createtime=nil, vip=nil, vport=nil, cdberror=nil, uniqvpcid=nil, uniqsubnetid=nil, physicalid=nil, cpu=nil, qps=nil, zonename=nil, deviceclass=nil, deploygroupid=nil, zoneid=nil, instancenodes=nil, taglist=nil, enginetype=nil, maxdelaytime=nil, disktype=nil, expandcpu=nil, clusterinfo=nil, analysisnodeinfos=nil, devicebandwidth=nil, destroyprotect=nil)
9505
9517
  @WanStatus = wanstatus
9506
9518
  @Zone = zone
9507
9519
  @InitFlag = initflag
@@ -9552,6 +9564,7 @@ module TencentCloud
9552
9564
  @ClusterInfo = clusterinfo
9553
9565
  @AnalysisNodeInfos = analysisnodeinfos
9554
9566
  @DeviceBandwidth = devicebandwidth
9567
+ @DestroyProtect = destroyprotect
9555
9568
  end
9556
9569
 
9557
9570
  def deserialize(params)
@@ -9649,6 +9662,7 @@ module TencentCloud
9649
9662
  end
9650
9663
  end
9651
9664
  @DeviceBandwidth = params['DeviceBandwidth']
9665
+ @DestroyProtect = params['DestroyProtect']
9652
9666
  end
9653
9667
  end
9654
9668
 
@@ -9926,7 +9940,7 @@ module TencentCloud
9926
9940
  end
9927
9941
  end
9928
9942
 
9929
- # 一键迁移集群版只读实例信息
9943
+ # 一键迁移云盘版只读实例信息
9930
9944
  class MigrateClusterRoInfo < TencentCloud::Common::AbstractModel
9931
9945
  # @param RoInstanceId: 只读实例名称
9932
9946
  # @type RoInstanceId: String
@@ -9940,7 +9954,7 @@ module TencentCloud
9940
9954
  # @type DiskType: String
9941
9955
  # @param Zone: 可用区
9942
9956
  # @type Zone: String
9943
- # @param DeviceType: 迁移实例类型。支持值包括: "CLOUD_NATIVE_CLUSTER" - 标准型集群版实例, "CLOUD_NATIVE_CLUSTER_EXCLUSIVE" - 加强型集群版实例。
9957
+ # @param DeviceType: 迁移实例类型。支持值包括: "CLOUD_NATIVE_CLUSTER" - 云盘版标准型实例, "CLOUD_NATIVE_CLUSTER_EXCLUSIVE" - 云盘版加强型实例。
9944
9958
  # @type DeviceType: String
9945
9959
  # @param RoGroupId: 只读实例所在ro组,例:cdbrg-xxx
9946
9960
  # @type RoGroupId: String
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: 3.0.1152
4
+ version: 3.0.1154
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-12 00:00:00.000000000 Z
11
+ date: 2025-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20170320/client.rb
37
36
  - lib/v20170320/models.rb
37
+ - lib/v20170320/client.rb
38
38
  - lib/tencentcloud-sdk-cdb.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby