tencentcloud-sdk-mariadb 3.0.1074 → 3.0.1075

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/v20170312/models.rb +16 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5cad41e1ea29309090f3bd19204c684590bc4502
4
- data.tar.gz: 6cb5d950f9fbff2e2b03c4af1c8771928349d3ca
3
+ metadata.gz: f9abbe930e07ac0d0f31bb2058f125bb61354fc3
4
+ data.tar.gz: 51fb9760d2bef9f3572eafb5ce463c324268252d
5
5
  SHA512:
6
- metadata.gz: c9ef5b586dbb4520cdd0de6119b2ef0b1a97d2038a670ad7af622a6382170380f5989785f331246acb06c51436ec210905e7dfde50ed9a153d28c8ebafca8721
7
- data.tar.gz: 684371c86937f4ba003c65780702768151a01594aafb58d8ccab504af9a3c747eaa3d8c23601df67f4b09fb69d0a3dc03aab47cbb84dfa94aa1dd080b975bbed
6
+ metadata.gz: 99917c0f214fabf4ffc2244c6a3483da035522a4be64ac1a498bfbdaa09bbce8baef9020bc5a55ca2a516782112a0fbe6a049ae447f50178ee8e1a720ba9714f
7
+ data.tar.gz: 4b74bccf01c1b3f1b912d40bae19551dcbfca2249239a699de1fe71c2758078aba0a2245bbcf71e0eb4af3af90637c8c99cad2b8dbf32fbe367765fef480d975
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1075
@@ -638,13 +638,13 @@ module TencentCloud
638
638
  # @type Storage: Integer
639
639
  # @param ClusterId: 独享集群集群uuid
640
640
  # @type ClusterId: String
641
- # @param Zone: (废弃)可用区
641
+ # @param Zone: 可用区
642
642
  # @type Zone: String
643
643
  # @param ProjectId: 项目ID
644
644
  # @type ProjectId: Integer
645
- # @param Pid: (废弃)Pid,可通过获取独享集群售卖配置接口得到
645
+ # @param Pid: Pid,可通过获取独享集群售卖配置接口得到
646
646
  # @type Pid: Integer
647
- # @param Machine: (废弃)机型
647
+ # @param Machine: 机型
648
648
  # @type Machine: String
649
649
  # @param VpcId: 网络Id
650
650
  # @type VpcId: String
@@ -652,9 +652,9 @@ module TencentCloud
652
652
  # @type SubnetId: String
653
653
  # @param DbVersionId: db类型,不传默认8.0
654
654
  # @type DbVersionId: String
655
- # @param Manual: (废弃)是否手动指定一组服务器分配, 运维使用
655
+ # @param Manual: 是否手动指定一组服务器分配, 运维使用
656
656
  # @type Manual: Integer
657
- # @param DeviceNo: (废弃)DeviceNo参数
657
+ # @param DeviceNo: DeviceNo参数
658
658
  # @type DeviceNo: String
659
659
  # @param SecurityGroupIds: 安全组ID
660
660
  # @type SecurityGroupIds: Array
@@ -684,6 +684,17 @@ module TencentCloud
684
684
  # @type DcnSyncMode: Integer
685
685
 
686
686
  attr_accessor :GoodsNum, :Memory, :Storage, :ClusterId, :Zone, :ProjectId, :Pid, :Machine, :VpcId, :SubnetId, :DbVersionId, :Manual, :DeviceNo, :SecurityGroupIds, :DcnInstanceId, :DcnRegion, :InstanceName, :ResourceTags, :Ipv6Flag, :InitParams, :NodeNum, :MasterHostId, :SlaveHostIds, :RollbackInstanceId, :RollbackTime, :DcnSyncMode
687
+ extend Gem::Deprecate
688
+ deprecate :Zone, :none, 2025, 6
689
+ deprecate :Zone=, :none, 2025, 6
690
+ deprecate :Pid, :none, 2025, 6
691
+ deprecate :Pid=, :none, 2025, 6
692
+ deprecate :Machine, :none, 2025, 6
693
+ deprecate :Machine=, :none, 2025, 6
694
+ deprecate :Manual, :none, 2025, 6
695
+ deprecate :Manual=, :none, 2025, 6
696
+ deprecate :DeviceNo, :none, 2025, 6
697
+ deprecate :DeviceNo=, :none, 2025, 6
687
698
 
688
699
  def initialize(goodsnum=nil, memory=nil, storage=nil, clusterid=nil, zone=nil, projectid=nil, pid=nil, machine=nil, vpcid=nil, subnetid=nil, dbversionid=nil, manual=nil, deviceno=nil, securitygroupids=nil, dcninstanceid=nil, dcnregion=nil, instancename=nil, resourcetags=nil, ipv6flag=nil, initparams=nil, nodenum=nil, masterhostid=nil, slavehostids=nil, rollbackinstanceid=nil, rollbacktime=nil, dcnsyncmode=nil)
689
700
  @GoodsNum = goodsnum
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mariadb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1074
4
+ version: 3.0.1075
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common