tencentcloud-sdk-postgres 3.0.460 → 3.0.462
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 +133 -10
- 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: 6b84b3f7d034f35ec086b263992ecd4661ff348a
|
4
|
+
data.tar.gz: 233e98c79c62359f6e08a25638a554b6afc61982
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47850a5616f0ee74dfcd4190387c3383a7b364570d6013de58b7bc3ce20bab117efb5643e174d79270da32f244ca99abab3da5bb862e34dc08f779e6cec5ab17
|
7
|
+
data.tar.gz: 0d16ebfe4317fd0ee1f3bbc5d9855078484c323de5faacfd4a3f5ad4da400b88f8cd27de2fd0fb44ad92e7995c2fa0ea88bb223b51b908540995e12f7bd849f3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.462
|
data/lib/v20170312/models.rb
CHANGED
@@ -3282,9 +3282,9 @@ module TencentCloud
|
|
3282
3282
|
|
3283
3283
|
# InquiryPriceRenewDBInstance返回参数结构体
|
3284
3284
|
class InquiryPriceRenewDBInstanceResponse < TencentCloud::Common::AbstractModel
|
3285
|
-
# @param OriginalPrice:
|
3285
|
+
# @param OriginalPrice: 刊例价,单位为分。如24650表示246.5元
|
3286
3286
|
# @type OriginalPrice: Integer
|
3287
|
-
# @param Price:
|
3287
|
+
# @param Price: 折后实际付款金额,单位为分。如24650表示246.5元
|
3288
3288
|
# @type Price: Integer
|
3289
3289
|
# @param Currency: 币种。例如,CNY:人民币。
|
3290
3290
|
# @type Currency: String
|
@@ -4104,7 +4104,7 @@ module TencentCloud
|
|
4104
4104
|
# 当参数类型为enum(枚举类型)、mutil_enum(多枚举类型)时,参数的取值范围由返回值中的EnumValue确定。
|
4105
4105
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4106
4106
|
# @type ParamValueType: String
|
4107
|
-
# @param Unit: 参数值
|
4107
|
+
# @param Unit: 参数值 单位。参数没有单位时,该字段返回空
|
4108
4108
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4109
4109
|
# @type Unit: String
|
4110
4110
|
# @param DefaultValue: 参数默认值。以字符串形式返回
|
@@ -4113,12 +4113,12 @@ module TencentCloud
|
|
4113
4113
|
# @param CurrentValue: 参数当前运行值。以字符串形式返回
|
4114
4114
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4115
4115
|
# @type CurrentValue: String
|
4116
|
-
# @param EnumValue: 枚举类型参数,取值范围
|
4117
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4118
|
-
# @type EnumValue: Array
|
4119
4116
|
# @param Max: 数值类型(integer、real)参数,取值下界
|
4120
4117
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4121
4118
|
# @type Max: Float
|
4119
|
+
# @param EnumValue: 枚举类型参数,取值范围
|
4120
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4121
|
+
# @type EnumValue: Array
|
4122
4122
|
# @param Min: 数值类型(integer、real)参数,取值上界
|
4123
4123
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4124
4124
|
# @type Min: Float
|
@@ -4146,18 +4146,27 @@ module TencentCloud
|
|
4146
4146
|
# @param LastModifyTime: 参数最后一次修改时间
|
4147
4147
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4148
4148
|
# @type LastModifyTime: String
|
4149
|
+
# @param StandbyRelated: 参数存在主备制约,0:无主备制约关系,1:备机参数值需比主机大,2:主机参数值需比备机大
|
4150
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4151
|
+
# @type StandbyRelated: Integer
|
4152
|
+
# @param VersionRelationSet: 参数版本关联信息,存储具体内核版本下的具体参数信息
|
4153
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4154
|
+
# @type VersionRelationSet: Array
|
4155
|
+
# @param SpecRelationSet: 参数规格关联信息,存储具体规格下具体的参数信息
|
4156
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4157
|
+
# @type SpecRelationSet: Array
|
4149
4158
|
|
4150
|
-
attr_accessor :ID, :Name, :ParamValueType, :Unit, :DefaultValue, :CurrentValue, :
|
4159
|
+
attr_accessor :ID, :Name, :ParamValueType, :Unit, :DefaultValue, :CurrentValue, :Max, :EnumValue, :Min, :ParamDescriptionCH, :ParamDescriptionEN, :NeedReboot, :ClassificationCN, :ClassificationEN, :SpecRelated, :Advanced, :LastModifyTime, :StandbyRelated, :VersionRelationSet, :SpecRelationSet
|
4151
4160
|
|
4152
|
-
def initialize(id=nil, name=nil, paramvaluetype=nil, unit=nil, defaultvalue=nil, currentvalue=nil,
|
4161
|
+
def initialize(id=nil, name=nil, paramvaluetype=nil, unit=nil, defaultvalue=nil, currentvalue=nil, max=nil, enumvalue=nil, min=nil, paramdescriptionch=nil, paramdescriptionen=nil, needreboot=nil, classificationcn=nil, classificationen=nil, specrelated=nil, advanced=nil, lastmodifytime=nil, standbyrelated=nil, versionrelationset=nil, specrelationset=nil)
|
4153
4162
|
@ID = id
|
4154
4163
|
@Name = name
|
4155
4164
|
@ParamValueType = paramvaluetype
|
4156
4165
|
@Unit = unit
|
4157
4166
|
@DefaultValue = defaultvalue
|
4158
4167
|
@CurrentValue = currentvalue
|
4159
|
-
@EnumValue = enumvalue
|
4160
4168
|
@Max = max
|
4169
|
+
@EnumValue = enumvalue
|
4161
4170
|
@Min = min
|
4162
4171
|
@ParamDescriptionCH = paramdescriptionch
|
4163
4172
|
@ParamDescriptionEN = paramdescriptionen
|
@@ -4167,6 +4176,9 @@ module TencentCloud
|
|
4167
4176
|
@SpecRelated = specrelated
|
4168
4177
|
@Advanced = advanced
|
4169
4178
|
@LastModifyTime = lastmodifytime
|
4179
|
+
@StandbyRelated = standbyrelated
|
4180
|
+
@VersionRelationSet = versionrelationset
|
4181
|
+
@SpecRelationSet = specrelationset
|
4170
4182
|
end
|
4171
4183
|
|
4172
4184
|
def deserialize(params)
|
@@ -4176,8 +4188,8 @@ module TencentCloud
|
|
4176
4188
|
@Unit = params['Unit']
|
4177
4189
|
@DefaultValue = params['DefaultValue']
|
4178
4190
|
@CurrentValue = params['CurrentValue']
|
4179
|
-
@EnumValue = params['EnumValue']
|
4180
4191
|
@Max = params['Max']
|
4192
|
+
@EnumValue = params['EnumValue']
|
4181
4193
|
@Min = params['Min']
|
4182
4194
|
@ParamDescriptionCH = params['ParamDescriptionCH']
|
4183
4195
|
@ParamDescriptionEN = params['ParamDescriptionEN']
|
@@ -4187,6 +4199,117 @@ module TencentCloud
|
|
4187
4199
|
@SpecRelated = params['SpecRelated']
|
4188
4200
|
@Advanced = params['Advanced']
|
4189
4201
|
@LastModifyTime = params['LastModifyTime']
|
4202
|
+
@StandbyRelated = params['StandbyRelated']
|
4203
|
+
unless params['VersionRelationSet'].nil?
|
4204
|
+
@VersionRelationSet = []
|
4205
|
+
params['VersionRelationSet'].each do |i|
|
4206
|
+
paramversionrelation_tmp = ParamVersionRelation.new
|
4207
|
+
paramversionrelation_tmp.deserialize(i)
|
4208
|
+
@VersionRelationSet << paramversionrelation_tmp
|
4209
|
+
end
|
4210
|
+
end
|
4211
|
+
unless params['SpecRelationSet'].nil?
|
4212
|
+
@SpecRelationSet = []
|
4213
|
+
params['SpecRelationSet'].each do |i|
|
4214
|
+
paramspecrelation_tmp = ParamSpecRelation.new
|
4215
|
+
paramspecrelation_tmp.deserialize(i)
|
4216
|
+
@SpecRelationSet << paramspecrelation_tmp
|
4217
|
+
end
|
4218
|
+
end
|
4219
|
+
end
|
4220
|
+
end
|
4221
|
+
|
4222
|
+
# 描述各规格下的参数信息
|
4223
|
+
class ParamSpecRelation < TencentCloud::Common::AbstractModel
|
4224
|
+
# @param Name: 参数名称
|
4225
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4226
|
+
# @type Name: String
|
4227
|
+
# @param Memory: 参数信息所属规格
|
4228
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4229
|
+
# @type Memory: String
|
4230
|
+
# @param Value: 参数在该规格下的默认值
|
4231
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4232
|
+
# @type Value: String
|
4233
|
+
# @param Unit: 参数值单位。参数没有单位时,该字段返回空
|
4234
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4235
|
+
# @type Unit: String
|
4236
|
+
# @param Max: 数值类型(integer、real)参数,取值上界
|
4237
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4238
|
+
# @type Max: Float
|
4239
|
+
# @param Min: 数值类型(integer、real)参数,取值下界
|
4240
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4241
|
+
# @type Min: Float
|
4242
|
+
# @param EnumValue: 枚举类型参数,取值范围
|
4243
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4244
|
+
# @type EnumValue: Array
|
4245
|
+
|
4246
|
+
attr_accessor :Name, :Memory, :Value, :Unit, :Max, :Min, :EnumValue
|
4247
|
+
|
4248
|
+
def initialize(name=nil, memory=nil, value=nil, unit=nil, max=nil, min=nil, enumvalue=nil)
|
4249
|
+
@Name = name
|
4250
|
+
@Memory = memory
|
4251
|
+
@Value = value
|
4252
|
+
@Unit = unit
|
4253
|
+
@Max = max
|
4254
|
+
@Min = min
|
4255
|
+
@EnumValue = enumvalue
|
4256
|
+
end
|
4257
|
+
|
4258
|
+
def deserialize(params)
|
4259
|
+
@Name = params['Name']
|
4260
|
+
@Memory = params['Memory']
|
4261
|
+
@Value = params['Value']
|
4262
|
+
@Unit = params['Unit']
|
4263
|
+
@Max = params['Max']
|
4264
|
+
@Min = params['Min']
|
4265
|
+
@EnumValue = params['EnumValue']
|
4266
|
+
end
|
4267
|
+
end
|
4268
|
+
|
4269
|
+
# 描述各版本下的参数信息
|
4270
|
+
class ParamVersionRelation < TencentCloud::Common::AbstractModel
|
4271
|
+
# @param Name: 参数名称
|
4272
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4273
|
+
# @type Name: String
|
4274
|
+
# @param DBKernelVersion: 参数信息所属内核版本
|
4275
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4276
|
+
# @type DBKernelVersion: String
|
4277
|
+
# @param Value: 参数在该版本该规格下的默认值
|
4278
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4279
|
+
# @type Value: String
|
4280
|
+
# @param Unit: 参数值单位。参数没有单位时,该字段返回空
|
4281
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4282
|
+
# @type Unit: String
|
4283
|
+
# @param Max: 数值类型(integer、real)参数,取值上界
|
4284
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4285
|
+
# @type Max: Float
|
4286
|
+
# @param Min: 数值类型(integer、real)参数,取值下界
|
4287
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4288
|
+
# @type Min: Float
|
4289
|
+
# @param EnumValue: 枚举类型参数,取值范围
|
4290
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4291
|
+
# @type EnumValue: Array
|
4292
|
+
|
4293
|
+
attr_accessor :Name, :DBKernelVersion, :Value, :Unit, :Max, :Min, :EnumValue
|
4294
|
+
|
4295
|
+
def initialize(name=nil, dbkernelversion=nil, value=nil, unit=nil, max=nil, min=nil, enumvalue=nil)
|
4296
|
+
@Name = name
|
4297
|
+
@DBKernelVersion = dbkernelversion
|
4298
|
+
@Value = value
|
4299
|
+
@Unit = unit
|
4300
|
+
@Max = max
|
4301
|
+
@Min = min
|
4302
|
+
@EnumValue = enumvalue
|
4303
|
+
end
|
4304
|
+
|
4305
|
+
def deserialize(params)
|
4306
|
+
@Name = params['Name']
|
4307
|
+
@DBKernelVersion = params['DBKernelVersion']
|
4308
|
+
@Value = params['Value']
|
4309
|
+
@Unit = params['Unit']
|
4310
|
+
@Max = params['Max']
|
4311
|
+
@Min = params['Min']
|
4312
|
+
@EnumValue = params['EnumValue']
|
4190
4313
|
end
|
4191
4314
|
end
|
4192
4315
|
|
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.462
|
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-11-
|
11
|
+
date: 2022-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|