tencentcloud-sdk-cynosdb 3.0.1063 → 3.0.1064

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 +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4305cac866fc10e3b631c6560102a6a97330d3ef
4
- data.tar.gz: 7bda2465da97d50d07e8d3de6b2a815c4afd016b
3
+ metadata.gz: 802ae312269219ae1e2a7a5ff3677d8c499e3f72
4
+ data.tar.gz: f5ad13faffbf419467f19891014238a0fd7be61d
5
5
  SHA512:
6
- metadata.gz: 3c71827df9dbb323367e3ff9d8b87d083039bad21028f1cc13af0da158a60d808650e27f82d35526d299a1629a9f4424b63a33a2d0e0f0be9f3ebb134f8227da
7
- data.tar.gz: f7dac8c4a27a608885e8fb2fec84e40aba89c8b20e0acb96151f11016c1391cebd07338f0bf036fc0968d5c6879658a3adf2589b3bd905cdbfae56849eaa8ea7
6
+ metadata.gz: b514c3c54239ea3e6454288f9c29320d6e39e85a62877f3188e23445470c76d50b76ed04a68b1e6a750394800eac6f3ec6ce69f64da254c845569c0555796057
7
+ data.tar.gz: 95b21ecf6a890b66b1bcdf87439c768b20c3ef15f765896f78d3c951a1cd96eaa360a7fb64888259695e4191b67c044d3b53409793c31dc73bd43fd000033a14
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1063
1
+ 3.0.1064
@@ -2824,6 +2824,8 @@ module TencentCloud
2824
2824
  # @type SubnetId: String
2825
2825
  # @param CynosVersion: cynos内核版本
2826
2826
  # @type CynosVersion: String
2827
+ # @param CynosVersionTag: cynos版本标签
2828
+ # @type CynosVersionTag: String
2827
2829
  # @param StorageLimit: 存储容量
2828
2830
  # @type StorageLimit: Integer
2829
2831
  # @param RenewFlag: 续费标志
@@ -2872,10 +2874,12 @@ module TencentCloud
2872
2874
  # @type ResourcePackages: Array
2873
2875
  # @param GdnId: 全球数据库唯一标识
2874
2876
  # @type GdnId: String
2877
+ # @param GdnRole: 集群角色。主集群- primary,从集群 - standby,如果 GdnId为空,该字段无效。
2878
+ # @type GdnRole: String
2875
2879
 
2876
- attr_accessor :Status, :UpdateTime, :Zone, :ClusterName, :Region, :DbVersion, :ClusterId, :InstanceNum, :Uin, :DbType, :AppId, :StatusDesc, :CreateTime, :PayMode, :PeriodEndTime, :Vip, :Vport, :ProjectID, :VpcId, :SubnetId, :CynosVersion, :StorageLimit, :RenewFlag, :ProcessingTask, :Tasks, :ResourceTags, :DbMode, :ServerlessStatus, :Storage, :StorageId, :StoragePayMode, :MinStorageSize, :MaxStorageSize, :NetAddrs, :PhysicalZone, :MasterZone, :HasSlaveZone, :SlaveZones, :BusinessType, :IsFreeze, :OrderSource, :Ability, :ResourcePackages, :GdnId
2880
+ attr_accessor :Status, :UpdateTime, :Zone, :ClusterName, :Region, :DbVersion, :ClusterId, :InstanceNum, :Uin, :DbType, :AppId, :StatusDesc, :CreateTime, :PayMode, :PeriodEndTime, :Vip, :Vport, :ProjectID, :VpcId, :SubnetId, :CynosVersion, :CynosVersionTag, :StorageLimit, :RenewFlag, :ProcessingTask, :Tasks, :ResourceTags, :DbMode, :ServerlessStatus, :Storage, :StorageId, :StoragePayMode, :MinStorageSize, :MaxStorageSize, :NetAddrs, :PhysicalZone, :MasterZone, :HasSlaveZone, :SlaveZones, :BusinessType, :IsFreeze, :OrderSource, :Ability, :ResourcePackages, :GdnId, :GdnRole
2877
2881
 
2878
- def initialize(status=nil, updatetime=nil, zone=nil, clustername=nil, region=nil, dbversion=nil, clusterid=nil, instancenum=nil, uin=nil, dbtype=nil, appid=nil, statusdesc=nil, createtime=nil, paymode=nil, periodendtime=nil, vip=nil, vport=nil, projectid=nil, vpcid=nil, subnetid=nil, cynosversion=nil, storagelimit=nil, renewflag=nil, processingtask=nil, tasks=nil, resourcetags=nil, dbmode=nil, serverlessstatus=nil, storage=nil, storageid=nil, storagepaymode=nil, minstoragesize=nil, maxstoragesize=nil, netaddrs=nil, physicalzone=nil, masterzone=nil, hasslavezone=nil, slavezones=nil, businesstype=nil, isfreeze=nil, ordersource=nil, ability=nil, resourcepackages=nil, gdnid=nil)
2882
+ def initialize(status=nil, updatetime=nil, zone=nil, clustername=nil, region=nil, dbversion=nil, clusterid=nil, instancenum=nil, uin=nil, dbtype=nil, appid=nil, statusdesc=nil, createtime=nil, paymode=nil, periodendtime=nil, vip=nil, vport=nil, projectid=nil, vpcid=nil, subnetid=nil, cynosversion=nil, cynosversiontag=nil, storagelimit=nil, renewflag=nil, processingtask=nil, tasks=nil, resourcetags=nil, dbmode=nil, serverlessstatus=nil, storage=nil, storageid=nil, storagepaymode=nil, minstoragesize=nil, maxstoragesize=nil, netaddrs=nil, physicalzone=nil, masterzone=nil, hasslavezone=nil, slavezones=nil, businesstype=nil, isfreeze=nil, ordersource=nil, ability=nil, resourcepackages=nil, gdnid=nil, gdnrole=nil)
2879
2883
  @Status = status
2880
2884
  @UpdateTime = updatetime
2881
2885
  @Zone = zone
@@ -2897,6 +2901,7 @@ module TencentCloud
2897
2901
  @VpcId = vpcid
2898
2902
  @SubnetId = subnetid
2899
2903
  @CynosVersion = cynosversion
2904
+ @CynosVersionTag = cynosversiontag
2900
2905
  @StorageLimit = storagelimit
2901
2906
  @RenewFlag = renewflag
2902
2907
  @ProcessingTask = processingtask
@@ -2920,6 +2925,7 @@ module TencentCloud
2920
2925
  @Ability = ability
2921
2926
  @ResourcePackages = resourcepackages
2922
2927
  @GdnId = gdnid
2928
+ @GdnRole = gdnrole
2923
2929
  end
2924
2930
 
2925
2931
  def deserialize(params)
@@ -2944,6 +2950,7 @@ module TencentCloud
2944
2950
  @VpcId = params['VpcId']
2945
2951
  @SubnetId = params['SubnetId']
2946
2952
  @CynosVersion = params['CynosVersion']
2953
+ @CynosVersionTag = params['CynosVersionTag']
2947
2954
  @StorageLimit = params['StorageLimit']
2948
2955
  @RenewFlag = params['RenewFlag']
2949
2956
  @ProcessingTask = params['ProcessingTask']
@@ -2998,6 +3005,7 @@ module TencentCloud
2998
3005
  end
2999
3006
  end
3000
3007
  @GdnId = params['GdnId']
3008
+ @GdnRole = params['GdnRole']
3001
3009
  end
3002
3010
  end
3003
3011
 
@@ -12831,9 +12839,9 @@ module TencentCloud
12831
12839
  # @type RollbackStrategy: String
12832
12840
  # @param SnapshotTime: 快照时间
12833
12841
  # @type SnapshotTime: String
12834
- # @param MinCpu: 回档到serverlessls集群时最小CPU
12842
+ # @param MinCpu: 回档到 Serverless 集群时最小 CPU
12835
12843
  # @type MinCpu: Integer
12836
- # @param MaxCpu: 回档到serverlessls集群时最大CPU
12844
+ # @param MaxCpu: 回档到 Serverless 集群时最大 CPU
12837
12845
  # @type MaxCpu: Integer
12838
12846
  # @param SnapShotId: 快照ID
12839
12847
  # @type SnapShotId: Integer
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.1063
4
+ version: 3.0.1064
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-05-19 00:00:00.000000000 Z
11
+ date: 2025-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common