tencentcloud-sdk-postgres 3.0.416 → 3.0.417
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/client.rb +1 -1
- data/lib/v20170312/models.rb +82 -26
- 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: 86cecfd584cb8054016fe01564559af161e5fdaa
|
4
|
+
data.tar.gz: 768083ed7d78f5c5f85b44f6077c02d405c11148
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 822305affa902fb9281efa32c465f46baebd12dddf62e88606d731f79d2de548be2a936d7d13db6fac41b0f67099116c3c51477602956d58fbae6dbaa26a5c43
|
7
|
+
data.tar.gz: 11f4b2ffed67af02ea1ea186b59763e758852ed8a04912069953bd4d0a07f82e222e6f5ca595128d61cc65cfd24ee1ce805ae2c635eb8be3c15c70c1828e9c15
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.417
|
data/lib/v20170312/client.rb
CHANGED
@@ -1037,7 +1037,7 @@ module TencentCloud
|
|
1037
1037
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1038
1038
|
end
|
1039
1039
|
|
1040
|
-
# 本接口(InquiryPriceUpgradeDBInstance
|
1040
|
+
# 本接口(InquiryPriceUpgradeDBInstance)用于查询升级实例的价格。只支持按量计费实例。
|
1041
1041
|
|
1042
1042
|
# @param request: Request instance for InquiryPriceUpgradeDBInstance.
|
1043
1043
|
# @type request: :class:`Tencentcloud::postgres::V20170312::InquiryPriceUpgradeDBInstanceRequest`
|
data/lib/v20170312/models.rb
CHANGED
@@ -291,20 +291,25 @@ module TencentCloud
|
|
291
291
|
# @param BillId: 订单流水号。
|
292
292
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
293
293
|
# @type BillId: String
|
294
|
+
# @param DBInstanceId: 克隆出的新实例ID,当前只支持后付费返回该值。
|
295
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
296
|
+
# @type DBInstanceId: String
|
294
297
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
295
298
|
# @type RequestId: String
|
296
299
|
|
297
|
-
attr_accessor :DealName, :BillId, :RequestId
|
300
|
+
attr_accessor :DealName, :BillId, :DBInstanceId, :RequestId
|
298
301
|
|
299
|
-
def initialize(dealname=nil, billid=nil, requestid=nil)
|
302
|
+
def initialize(dealname=nil, billid=nil, dbinstanceid=nil, requestid=nil)
|
300
303
|
@DealName = dealname
|
301
304
|
@BillId = billid
|
305
|
+
@DBInstanceId = dbinstanceid
|
302
306
|
@RequestId = requestid
|
303
307
|
end
|
304
308
|
|
305
309
|
def deserialize(params)
|
306
310
|
@DealName = params['DealName']
|
307
311
|
@BillId = params['BillId']
|
312
|
+
@DBInstanceId = params['DBInstanceId']
|
308
313
|
@RequestId = params['RequestId']
|
309
314
|
end
|
310
315
|
end
|
@@ -621,10 +626,26 @@ module TencentCloud
|
|
621
626
|
# @type KMSKeyId: String
|
622
627
|
# @param KMSRegion: 使用KMS服务的地域,KMSRegion为空默认使用本地域的KMS,本地域不支持的情况下需自选其他KMS支持的地域。
|
623
628
|
# @type KMSRegion: String
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
629
|
+
# @param DBEngine: 数据库引擎,支持:
|
630
|
+
# 1、postgresql(云数据库PostgreSQL);
|
631
|
+
# 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
|
632
|
+
# 如不指定默认使用postgresql。
|
633
|
+
# @type DBEngine: String
|
634
|
+
# @param DBEngineConfig: 数据库引擎的配置信息,配置格式如下:
|
635
|
+
# {"$key1":"$value1", "$key2":"$value2"}
|
636
|
+
|
637
|
+
# 各引擎支持如下:
|
638
|
+
# 1、mssql_compatible引擎:
|
639
|
+
# migrationMode:数据库模式,可选参数,可取值:single-db(单数据库模式),multi-db(多数据库模式)。默认为single-db。
|
640
|
+
# defaultLocale:排序区域规则,可选参数,在初始化后不可修改,默认为en_US,可选值如下:
|
641
|
+
# "af_ZA", "sq_AL", "ar_DZ", "ar_BH", "ar_EG", "ar_IQ", "ar_JO", "ar_KW", "ar_LB", "ar_LY", "ar_MA", "ar_OM", "ar_QA", "ar_SA", "ar_SY", "ar_TN", "ar_AE", "ar_YE", "hy_AM", "az_Cyrl_AZ", "az_Latn_AZ", "eu_ES", "be_BY", "bg_BG", "ca_ES", "zh_HK", "zh_MO", "zh_CN", "zh_SG", "zh_TW", "hr_HR", "cs_CZ", "da_DK", "nl_BE", "nl_NL", "en_AU", "en_BZ", "en_CA", "en_IE", "en_JM", "en_NZ", "en_PH", "en_ZA", "en_TT", "en_GB", "en_US", "en_ZW", "et_EE", "fo_FO", "fa_IR", "fi_FI", "fr_BE", "fr_CA", "fr_FR", "fr_LU", "fr_MC", "fr_CH", "mk_MK", "ka_GE", "de_AT", "de_DE", "de_LI", "de_LU", "de_CH", "el_GR", "gu_IN", "he_IL", "hi_IN", "hu_HU", "is_IS", "id_ID", "it_IT", "it_CH", "ja_JP", "kn_IN", "kok_IN", "ko_KR", "ky_KG", "lv_LV", "lt_LT", "ms_BN", "ms_MY", "mr_IN", "mn_MN", "nb_NO", "nn_NO", "pl_PL", "pt_BR", "pt_PT", "pa_IN", "ro_RO", "ru_RU", "sa_IN", "sr_Cyrl_RS", "sr_Latn_RS", "sk_SK", "sl_SI", "es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_DO", "es_EC", "es_SV", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PY","es_PE", "es_PR", "es_ES", "es_TRADITIONAL", "es_UY", "es_VE", "sw_KE", "sv_FI", "sv_SE", "tt_RU", "te_IN", "th_TH", "tr_TR", "uk_UA", "ur_IN", "ur_PK", "uz_Cyrl_UZ", "uz_Latn_UZ", "vi_VN"。
|
642
|
+
# serverCollationName:排序规则名称,可选参数,在初始化后不可修改,默认为sql_latin1_general_cp1_ci_as,可选值如下:
|
643
|
+
# "bbf_unicode_general_ci_as", "bbf_unicode_cp1_ci_as", "bbf_unicode_CP1250_ci_as", "bbf_unicode_CP1251_ci_as", "bbf_unicode_cp1253_ci_as", "bbf_unicode_cp1254_ci_as", "bbf_unicode_cp1255_ci_as", "bbf_unicode_cp1256_ci_as", "bbf_unicode_cp1257_ci_as", "bbf_unicode_cp1258_ci_as", "bbf_unicode_cp874_ci_as", "sql_latin1_general_cp1250_ci_as", "sql_latin1_general_cp1251_ci_as", "sql_latin1_general_cp1_ci_as", "sql_latin1_general_cp1253_ci_as", "sql_latin1_general_cp1254_ci_as", "sql_latin1_general_cp1255_ci_as","sql_latin1_general_cp1256_ci_as", "sql_latin1_general_cp1257_ci_as", "sql_latin1_general_cp1258_ci_as", "chinese_prc_ci_as", "cyrillic_general_ci_as", "finnish_swedish_ci_as", "french_ci_as", "japanese_ci_as", "korean_wansung_ci_as", "latin1_general_ci_as", "modern_spanish_ci_as", "polish_ci_as", "thai_ci_as", "traditional_spanish_ci_as", "turkish_ci_as", "ukrainian_ci_as", "vietnamese_ci_as"。
|
644
|
+
# @type DBEngineConfig: String
|
645
|
+
|
646
|
+
attr_accessor :SpecCode, :Storage, :InstanceCount, :Period, :Zone, :Charset, :AdminName, :AdminPassword, :ProjectId, :DBVersion, :InstanceChargeType, :AutoVoucher, :VoucherIds, :VpcId, :SubnetId, :AutoRenewFlag, :ActivityId, :Name, :NeedSupportIpv6, :TagList, :SecurityGroupIds, :DBMajorVersion, :DBKernelVersion, :DBNodeSet, :NeedSupportTDE, :KMSKeyId, :KMSRegion, :DBEngine, :DBEngineConfig
|
647
|
+
|
648
|
+
def initialize(speccode=nil, storage=nil, instancecount=nil, period=nil, zone=nil, charset=nil, adminname=nil, adminpassword=nil, projectid=nil, dbversion=nil, instancechargetype=nil, autovoucher=nil, voucherids=nil, vpcid=nil, subnetid=nil, autorenewflag=nil, activityid=nil, name=nil, needsupportipv6=nil, taglist=nil, securitygroupids=nil, dbmajorversion=nil, dbkernelversion=nil, dbnodeset=nil, needsupporttde=nil, kmskeyid=nil, kmsregion=nil, dbengine=nil, dbengineconfig=nil)
|
628
649
|
@SpecCode = speccode
|
629
650
|
@Storage = storage
|
630
651
|
@InstanceCount = instancecount
|
@@ -652,6 +673,8 @@ module TencentCloud
|
|
652
673
|
@NeedSupportTDE = needsupporttde
|
653
674
|
@KMSKeyId = kmskeyid
|
654
675
|
@KMSRegion = kmsregion
|
676
|
+
@DBEngine = dbengine
|
677
|
+
@DBEngineConfig = dbengineconfig
|
655
678
|
end
|
656
679
|
|
657
680
|
def deserialize(params)
|
@@ -696,6 +719,8 @@ module TencentCloud
|
|
696
719
|
@NeedSupportTDE = params['NeedSupportTDE']
|
697
720
|
@KMSKeyId = params['KMSKeyId']
|
698
721
|
@KMSRegion = params['KMSRegion']
|
722
|
+
@DBEngine = params['DBEngine']
|
723
|
+
@DBEngineConfig = params['DBEngineConfig']
|
699
724
|
end
|
700
725
|
end
|
701
726
|
|
@@ -731,8 +756,6 @@ module TencentCloud
|
|
731
756
|
class CreateReadOnlyDBInstanceRequest < TencentCloud::Common::AbstractModel
|
732
757
|
# @param SpecCode: 售卖规格ID。该参数可以通过调用DescribeProductConfig的返回值中的SpecCode字段来获取。
|
733
758
|
# @type SpecCode: String
|
734
|
-
# @param DBVersion: PostgreSQL内核版本,目前强制和主实例保持一致
|
735
|
-
# @type DBVersion: String
|
736
759
|
# @param Storage: 实例容量大小,单位:GB。
|
737
760
|
# @type Storage: Integer
|
738
761
|
# @param InstanceCount: 一次性购买的实例数量。取值1-100
|
@@ -745,7 +768,9 @@ module TencentCloud
|
|
745
768
|
# @type Zone: String
|
746
769
|
# @param ProjectId: 项目ID。
|
747
770
|
# @type ProjectId: Integer
|
748
|
-
# @param
|
771
|
+
# @param DBVersion: 【废弃】不再需要指定,内核版本号与主实例保持一致
|
772
|
+
# @type DBVersion: String
|
773
|
+
# @param InstanceChargeType: 实例计费类型。目前支持:PREPAID(预付费,即包年包月),POSTPAID_BY_HOUR(后付费,即按量计费)。如果主实例为后付费,只读实例必须也为后付费。
|
749
774
|
# @type InstanceChargeType: String
|
750
775
|
# @param AutoVoucher: 是否自动使用代金券。1(是),0(否),默认不使用。
|
751
776
|
# @type AutoVoucher: Integer
|
@@ -770,17 +795,17 @@ module TencentCloud
|
|
770
795
|
# @param SecurityGroupIds: 安全组id
|
771
796
|
# @type SecurityGroupIds: Array
|
772
797
|
|
773
|
-
attr_accessor :SpecCode, :
|
798
|
+
attr_accessor :SpecCode, :Storage, :InstanceCount, :Period, :MasterDBInstanceId, :Zone, :ProjectId, :DBVersion, :InstanceChargeType, :AutoVoucher, :VoucherIds, :AutoRenewFlag, :VpcId, :SubnetId, :ActivityId, :Name, :NeedSupportIpv6, :ReadOnlyGroupId, :TagList, :SecurityGroupIds
|
774
799
|
|
775
|
-
def initialize(speccode=nil,
|
800
|
+
def initialize(speccode=nil, storage=nil, instancecount=nil, period=nil, masterdbinstanceid=nil, zone=nil, projectid=nil, dbversion=nil, instancechargetype=nil, autovoucher=nil, voucherids=nil, autorenewflag=nil, vpcid=nil, subnetid=nil, activityid=nil, name=nil, needsupportipv6=nil, readonlygroupid=nil, taglist=nil, securitygroupids=nil)
|
776
801
|
@SpecCode = speccode
|
777
|
-
@DBVersion = dbversion
|
778
802
|
@Storage = storage
|
779
803
|
@InstanceCount = instancecount
|
780
804
|
@Period = period
|
781
805
|
@MasterDBInstanceId = masterdbinstanceid
|
782
806
|
@Zone = zone
|
783
807
|
@ProjectId = projectid
|
808
|
+
@DBVersion = dbversion
|
784
809
|
@InstanceChargeType = instancechargetype
|
785
810
|
@AutoVoucher = autovoucher
|
786
811
|
@VoucherIds = voucherids
|
@@ -797,13 +822,13 @@ module TencentCloud
|
|
797
822
|
|
798
823
|
def deserialize(params)
|
799
824
|
@SpecCode = params['SpecCode']
|
800
|
-
@DBVersion = params['DBVersion']
|
801
825
|
@Storage = params['Storage']
|
802
826
|
@InstanceCount = params['InstanceCount']
|
803
827
|
@Period = params['Period']
|
804
828
|
@MasterDBInstanceId = params['MasterDBInstanceId']
|
805
829
|
@Zone = params['Zone']
|
806
830
|
@ProjectId = params['ProjectId']
|
831
|
+
@DBVersion = params['DBVersion']
|
807
832
|
@InstanceChargeType = params['InstanceChargeType']
|
808
833
|
@AutoVoucher = params['AutoVoucher']
|
809
834
|
@VoucherIds = params['VoucherIds']
|
@@ -1202,10 +1227,18 @@ module TencentCloud
|
|
1202
1227
|
# @param IsSupportTDE: 实例是否支持TDE数据加密 0:不支持,1:支持
|
1203
1228
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1204
1229
|
# @type IsSupportTDE: Integer
|
1230
|
+
# @param DBEngine: 数据库引擎,支持:
|
1231
|
+
# 1、postgresql(云数据库PostgreSQL);
|
1232
|
+
# 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
|
1233
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1234
|
+
# @type DBEngine: String
|
1235
|
+
# @param DBEngineConfig: 数据库引擎的配置信息
|
1236
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1237
|
+
# @type DBEngineConfig: String
|
1205
1238
|
|
1206
|
-
attr_accessor :Region, :Zone, :ProjectId, :VpcId, :SubnetId, :DBInstanceId, :DBInstanceName, :DBInstanceStatus, :DBInstanceMemory, :DBInstanceStorage, :DBInstanceCpu, :DBInstanceClass, :DBInstanceType, :DBInstanceVersion, :DBCharset, :DBVersion, :CreateTime, :UpdateTime, :ExpireTime, :IsolatedTime, :PayType, :AutoRenew, :DBInstanceNetInfo, :Type, :AppId, :Uid, :SupportIpv6, :TagList, :MasterDBInstanceId, :ReadOnlyInstanceNum, :StatusInReadonlyGroup, :OfflineTime, :DBKernelVersion, :NetworkAccessList, :DBMajorVersion, :DBNodeSet, :IsSupportTDE
|
1239
|
+
attr_accessor :Region, :Zone, :ProjectId, :VpcId, :SubnetId, :DBInstanceId, :DBInstanceName, :DBInstanceStatus, :DBInstanceMemory, :DBInstanceStorage, :DBInstanceCpu, :DBInstanceClass, :DBInstanceType, :DBInstanceVersion, :DBCharset, :DBVersion, :CreateTime, :UpdateTime, :ExpireTime, :IsolatedTime, :PayType, :AutoRenew, :DBInstanceNetInfo, :Type, :AppId, :Uid, :SupportIpv6, :TagList, :MasterDBInstanceId, :ReadOnlyInstanceNum, :StatusInReadonlyGroup, :OfflineTime, :DBKernelVersion, :NetworkAccessList, :DBMajorVersion, :DBNodeSet, :IsSupportTDE, :DBEngine, :DBEngineConfig
|
1207
1240
|
|
1208
|
-
def initialize(region=nil, zone=nil, projectid=nil, vpcid=nil, subnetid=nil, dbinstanceid=nil, dbinstancename=nil, dbinstancestatus=nil, dbinstancememory=nil, dbinstancestorage=nil, dbinstancecpu=nil, dbinstanceclass=nil, dbinstancetype=nil, dbinstanceversion=nil, dbcharset=nil, dbversion=nil, createtime=nil, updatetime=nil, expiretime=nil, isolatedtime=nil, paytype=nil, autorenew=nil, dbinstancenetinfo=nil, type=nil, appid=nil, uid=nil, supportipv6=nil, taglist=nil, masterdbinstanceid=nil, readonlyinstancenum=nil, statusinreadonlygroup=nil, offlinetime=nil, dbkernelversion=nil, networkaccesslist=nil, dbmajorversion=nil, dbnodeset=nil, issupporttde=nil)
|
1241
|
+
def initialize(region=nil, zone=nil, projectid=nil, vpcid=nil, subnetid=nil, dbinstanceid=nil, dbinstancename=nil, dbinstancestatus=nil, dbinstancememory=nil, dbinstancestorage=nil, dbinstancecpu=nil, dbinstanceclass=nil, dbinstancetype=nil, dbinstanceversion=nil, dbcharset=nil, dbversion=nil, createtime=nil, updatetime=nil, expiretime=nil, isolatedtime=nil, paytype=nil, autorenew=nil, dbinstancenetinfo=nil, type=nil, appid=nil, uid=nil, supportipv6=nil, taglist=nil, masterdbinstanceid=nil, readonlyinstancenum=nil, statusinreadonlygroup=nil, offlinetime=nil, dbkernelversion=nil, networkaccesslist=nil, dbmajorversion=nil, dbnodeset=nil, issupporttde=nil, dbengine=nil, dbengineconfig=nil)
|
1209
1242
|
@Region = region
|
1210
1243
|
@Zone = zone
|
1211
1244
|
@ProjectId = projectid
|
@@ -1243,6 +1276,8 @@ module TencentCloud
|
|
1243
1276
|
@DBMajorVersion = dbmajorversion
|
1244
1277
|
@DBNodeSet = dbnodeset
|
1245
1278
|
@IsSupportTDE = issupporttde
|
1279
|
+
@DBEngine = dbengine
|
1280
|
+
@DBEngineConfig = dbengineconfig
|
1246
1281
|
end
|
1247
1282
|
|
1248
1283
|
def deserialize(params)
|
@@ -1311,6 +1346,8 @@ module TencentCloud
|
|
1311
1346
|
end
|
1312
1347
|
end
|
1313
1348
|
@IsSupportTDE = params['IsSupportTDE']
|
1349
|
+
@DBEngine = params['DBEngine']
|
1350
|
+
@DBEngineConfig = params['DBEngineConfig']
|
1314
1351
|
end
|
1315
1352
|
end
|
1316
1353
|
|
@@ -2358,15 +2395,22 @@ module TencentCloud
|
|
2358
2395
|
class DescribeProductConfigRequest < TencentCloud::Common::AbstractModel
|
2359
2396
|
# @param Zone: 可用区名称
|
2360
2397
|
# @type Zone: String
|
2398
|
+
# @param DBEngine: 数据库引擎,支持:
|
2399
|
+
# 1、postgresql(云数据库PostgreSQL);
|
2400
|
+
# 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
|
2401
|
+
# 如不指定默认使用postgresql。
|
2402
|
+
# @type DBEngine: String
|
2361
2403
|
|
2362
|
-
attr_accessor :Zone
|
2404
|
+
attr_accessor :Zone, :DBEngine
|
2363
2405
|
|
2364
|
-
def initialize(zone=nil)
|
2406
|
+
def initialize(zone=nil, dbengine=nil)
|
2365
2407
|
@Zone = zone
|
2408
|
+
@DBEngine = dbengine
|
2366
2409
|
end
|
2367
2410
|
|
2368
2411
|
def deserialize(params)
|
2369
2412
|
@Zone = params['Zone']
|
2413
|
+
@DBEngine = params['DBEngine']
|
2370
2414
|
end
|
2371
2415
|
end
|
2372
2416
|
|
@@ -3143,14 +3187,22 @@ module TencentCloud
|
|
3143
3187
|
# @type InstanceCount: Integer
|
3144
3188
|
# @param Period: 购买时长,单位:月。目前只支持1,2,3,4,5,6,7,8,9,10,11,12,24,36这些值。
|
3145
3189
|
# @type Period: Integer
|
3146
|
-
# @param Pid:
|
3190
|
+
# @param Pid: 【弃字段,不再生效】,计费ID。该参数可以通过调用DescribeProductConfig接口的返回值中的Pid字段来获取。
|
3147
3191
|
# @type Pid: Integer
|
3148
3192
|
# @param InstanceChargeType: 实例计费类型。目前只支持:PREPAID(预付费,即包年包月)。
|
3149
3193
|
# @type InstanceChargeType: String
|
3150
|
-
|
3151
|
-
|
3152
|
-
|
3153
|
-
|
3194
|
+
# @param InstanceType: 实例类型,默认primary,支持如下:
|
3195
|
+
# primary(双机高可用(一主一从))
|
3196
|
+
# readonly(只读实例)
|
3197
|
+
# @type InstanceType: String
|
3198
|
+
# @param DBEngine: DB引擎,默认postgresql,支持如下:
|
3199
|
+
# postgresql(云数据库PostgreSQL)
|
3200
|
+
# mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
|
3201
|
+
# @type DBEngine: String
|
3202
|
+
|
3203
|
+
attr_accessor :Zone, :SpecCode, :Storage, :InstanceCount, :Period, :Pid, :InstanceChargeType, :InstanceType, :DBEngine
|
3204
|
+
|
3205
|
+
def initialize(zone=nil, speccode=nil, storage=nil, instancecount=nil, period=nil, pid=nil, instancechargetype=nil, instancetype=nil, dbengine=nil)
|
3154
3206
|
@Zone = zone
|
3155
3207
|
@SpecCode = speccode
|
3156
3208
|
@Storage = storage
|
@@ -3158,6 +3210,8 @@ module TencentCloud
|
|
3158
3210
|
@Period = period
|
3159
3211
|
@Pid = pid
|
3160
3212
|
@InstanceChargeType = instancechargetype
|
3213
|
+
@InstanceType = instancetype
|
3214
|
+
@DBEngine = dbengine
|
3161
3215
|
end
|
3162
3216
|
|
3163
3217
|
def deserialize(params)
|
@@ -3168,14 +3222,16 @@ module TencentCloud
|
|
3168
3222
|
@Period = params['Period']
|
3169
3223
|
@Pid = params['Pid']
|
3170
3224
|
@InstanceChargeType = params['InstanceChargeType']
|
3225
|
+
@InstanceType = params['InstanceType']
|
3226
|
+
@DBEngine = params['DBEngine']
|
3171
3227
|
end
|
3172
3228
|
end
|
3173
3229
|
|
3174
3230
|
# InquiryPriceCreateDBInstances返回参数结构体
|
3175
3231
|
class InquiryPriceCreateDBInstancesResponse < TencentCloud::Common::AbstractModel
|
3176
|
-
# @param OriginalPrice:
|
3232
|
+
# @param OriginalPrice: 刊例价,单位:分
|
3177
3233
|
# @type OriginalPrice: Integer
|
3178
|
-
# @param Price:
|
3234
|
+
# @param Price: 折后实际付款金额,单位:分
|
3179
3235
|
# @type Price: Integer
|
3180
3236
|
# @param Currency: 币种。例如,CNY:人民币。
|
3181
3237
|
# @type Currency: String
|
@@ -3255,7 +3311,7 @@ module TencentCloud
|
|
3255
3311
|
# @type Memory: Integer
|
3256
3312
|
# @param DBInstanceId: 实例ID,形如postgres-hez4fh0v
|
3257
3313
|
# @type DBInstanceId: String
|
3258
|
-
# @param InstanceChargeType:
|
3314
|
+
# @param InstanceChargeType: 【废弃参数,不再生效】,实例计费类型。
|
3259
3315
|
# @type InstanceChargeType: String
|
3260
3316
|
|
3261
3317
|
attr_accessor :Storage, :Memory, :DBInstanceId, :InstanceChargeType
|
@@ -4849,7 +4905,7 @@ module TencentCloud
|
|
4849
4905
|
# @type MinStorage: Integer
|
4850
4906
|
# @param Qps: 该规格的预估QPS
|
4851
4907
|
# @type Qps: Integer
|
4852
|
-
# @param Pid:
|
4908
|
+
# @param Pid: 【该字段废弃】
|
4853
4909
|
# @type Pid: Integer
|
4854
4910
|
# @param Type: 机器类型
|
4855
4911
|
# @type Type: String
|
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.417
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|