tencentcloud-sdk-cynosdb 3.0.681 → 3.0.682

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: b28bd46c99e9b1a9ad966af4cce60c89d7b0499f
4
- data.tar.gz: 9258836a8c0b8294a870e6854d16cd17d6257d55
3
+ metadata.gz: 05216544853dd1214772c7d49ce149d53b4add74
4
+ data.tar.gz: 2533d2f9b7543d4a7f8bbf1b4fd6375034a0d2c4
5
5
  SHA512:
6
- metadata.gz: aca421026baae120a9eb3c4f8b74a21b572cf8222a1d8ddd74a8857cf750fb6168eb0437ea853d9138d5cfb985d47b090eeaed1e009982ce93a7e4a67cf8f821
7
- data.tar.gz: c1787079ccea0ed5203b8fa52b67bb925a9b9a348a1c2d04a4917a944913422df4bd39626dd44f61a511620587ba58b71533136fb29b04a0c9728043b1628cce
6
+ metadata.gz: 2ab97f0d36f8908ed304c0328389a210e82fbf3771d8e640759a2bf9094321b8adc36b7e4edb4b2054cf09a7cbd4953b4e4b2e74278f068b8123cabd32092952
7
+ data.tar.gz: 1469a5dfce542b8d161c71f28cd8e0cd8edfa292ce1d7646ff96c882fd03b24a2b7f61f8c72d979817b0d04866cfeaa8ae43629209fd4c20644b7c4534d45db9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.681
1
+ 3.0.682
@@ -2747,10 +2747,13 @@ module TencentCloud
2747
2747
  # @param ResourcePackages: 实例绑定资源包信息(此处只返回计算资源包,即packageType=CCU)
2748
2748
  # 注意:此字段可能返回 null,表示取不到有效值。
2749
2749
  # @type ResourcePackages: Array
2750
+ # @param InstanceIndexMode: 实例索引形态,可选值【mixedRowColumn(行列混存),onlyRowIndex(仅行存)】
2751
+ # 注意:此字段可能返回 null,表示取不到有效值。
2752
+ # @type InstanceIndexMode: String
2750
2753
 
2751
- attr_accessor :Uin, :AppId, :ClusterId, :ClusterName, :InstanceId, :InstanceName, :ProjectId, :Region, :Zone, :Status, :StatusDesc, :DbMode, :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, :MasterZone, :SlaveZones, :InstanceNetInfo, :ResourcePackages
2754
+ attr_accessor :Uin, :AppId, :ClusterId, :ClusterName, :InstanceId, :InstanceName, :ProjectId, :Region, :Zone, :Status, :StatusDesc, :DbMode, :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, :MasterZone, :SlaveZones, :InstanceNetInfo, :ResourcePackages, :InstanceIndexMode
2752
2755
 
2753
- def initialize(uin=nil, appid=nil, clusterid=nil, clustername=nil, instanceid=nil, instancename=nil, projectid=nil, region=nil, zone=nil, status=nil, statusdesc=nil, dbmode=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, masterzone=nil, slavezones=nil, instancenetinfo=nil, resourcepackages=nil)
2756
+ def initialize(uin=nil, appid=nil, clusterid=nil, clustername=nil, instanceid=nil, instancename=nil, projectid=nil, region=nil, zone=nil, status=nil, statusdesc=nil, dbmode=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, masterzone=nil, slavezones=nil, instancenetinfo=nil, resourcepackages=nil, instanceindexmode=nil)
2754
2757
  @Uin = uin
2755
2758
  @AppId = appid
2756
2759
  @ClusterId = clusterid
@@ -2803,6 +2806,7 @@ module TencentCloud
2803
2806
  @SlaveZones = slavezones
2804
2807
  @InstanceNetInfo = instancenetinfo
2805
2808
  @ResourcePackages = resourcepackages
2809
+ @InstanceIndexMode = instanceindexmode
2806
2810
  end
2807
2811
 
2808
2812
  def deserialize(params)
@@ -2886,6 +2890,7 @@ module TencentCloud
2886
2890
  @ResourcePackages << resourcepackage_tmp
2887
2891
  end
2888
2892
  end
2893
+ @InstanceIndexMode = params['InstanceIndexMode']
2889
2894
  end
2890
2895
  end
2891
2896
 
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.681
4
+ version: 3.0.682
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-10-20 00:00:00.000000000 Z
11
+ date: 2023-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common