tencentcloud-sdk-postgres 3.0.1058 → 3.0.1059
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/v20170312/models.rb +8 -2
- 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: 1bc7f6f806b6f37d0fb6126b4d76a4e309a084d4
|
4
|
+
data.tar.gz: cde49a8ce68de4519d82205d449307cfe9cbd80e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6a2c69bccbd2ba3d4627c6c20bf069b1ad4d6d5432b904b1cb9854587fdb3249a9c6cb4eaac3039e634539c6b1e2803699effb4c911f67a6413014679572e13
|
7
|
+
data.tar.gz: 9a0601ab3b3d55b9539e996de9c3ab70ca7f2f4c22f1a8bb1e97e625da8dda6bb4e01eea3c521bef0634e6484f94a940ee122e874940bf3137cb7444f22dfb13
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1059
|
data/lib/v20170312/models.rb
CHANGED
@@ -1323,12 +1323,15 @@ module TencentCloud
|
|
1323
1323
|
# @type NeedSupportIpv6: Integer
|
1324
1324
|
# @param Name: 实例名(后续支持)
|
1325
1325
|
# @type Name: String
|
1326
|
-
# @param DBVersion:
|
1326
|
+
# @param DBVersion: 不再需要指定,内核版本号与主实例保持一致
|
1327
1327
|
# @type DBVersion: String
|
1328
1328
|
# @param DedicatedClusterId: 专属集群ID
|
1329
1329
|
# @type DedicatedClusterId: String
|
1330
1330
|
|
1331
1331
|
attr_accessor :Zone, :MasterDBInstanceId, :SpecCode, :Storage, :InstanceCount, :Period, :VpcId, :SubnetId, :InstanceChargeType, :AutoVoucher, :VoucherIds, :AutoRenewFlag, :ProjectId, :ActivityId, :ReadOnlyGroupId, :TagList, :SecurityGroupIds, :NeedSupportIpv6, :Name, :DBVersion, :DedicatedClusterId
|
1332
|
+
extend Gem::Deprecate
|
1333
|
+
deprecate :DBVersion, :none, 2025, 5
|
1334
|
+
deprecate :DBVersion=, :none, 2025, 5
|
1332
1335
|
|
1333
1336
|
def initialize(zone=nil, masterdbinstanceid=nil, speccode=nil, storage=nil, instancecount=nil, period=nil, vpcid=nil, subnetid=nil, instancechargetype=nil, autovoucher=nil, voucherids=nil, autorenewflag=nil, projectid=nil, activityid=nil, readonlygroupid=nil, taglist=nil, securitygroupids=nil, needsupportipv6=nil, name=nil, dbversion=nil, dedicatedclusterid=nil)
|
1334
1337
|
@Zone = zone
|
@@ -5363,12 +5366,15 @@ module TencentCloud
|
|
5363
5366
|
# @type Memory: Integer
|
5364
5367
|
# @param DBInstanceId: 实例ID,形如postgres-hez4fh0v
|
5365
5368
|
# @type DBInstanceId: String
|
5366
|
-
# @param InstanceChargeType:
|
5369
|
+
# @param InstanceChargeType: 实例计费类型。
|
5367
5370
|
# @type InstanceChargeType: String
|
5368
5371
|
# @param Cpu: 实例的Cpu大小,单位Core
|
5369
5372
|
# @type Cpu: Integer
|
5370
5373
|
|
5371
5374
|
attr_accessor :Storage, :Memory, :DBInstanceId, :InstanceChargeType, :Cpu
|
5375
|
+
extend Gem::Deprecate
|
5376
|
+
deprecate :InstanceChargeType, :none, 2025, 5
|
5377
|
+
deprecate :InstanceChargeType=, :none, 2025, 5
|
5372
5378
|
|
5373
5379
|
def initialize(storage=nil, memory=nil, dbinstanceid=nil, instancechargetype=nil, cpu=nil)
|
5374
5380
|
@Storage = storage
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-postgres
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1059
|
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-
|
11
|
+
date: 2025-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|