tencentcloud-sdk-postgres 3.0.459 → 3.0.461

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 +133 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8508f3e95435bd058949d2e20f5e3d02b072309a
4
- data.tar.gz: 4c2d7a805bb71ba020bcda00f4093e50566bb04d
3
+ metadata.gz: 6700f84eef4f701b3f4fae633ef97aae0cfb8859
4
+ data.tar.gz: 59bbff53132e17434002bb30f447ef5268064500
5
5
  SHA512:
6
- metadata.gz: bb3f8bb3803e0f335c9e5639a648745ce102b9840c74986a18bd27f6c66b16431be62fb6324b2768531e9c271b9dc41746cff4a456ed9bf0a5736c01b56ab5cf
7
- data.tar.gz: 2c74fd53b6a6d0fe2a195d1202745f19f6c480a7453902994f452ab1a3294b8a8de05a9481feb969bbcad269202b5987167a0e87c9ddb789a900528182172595
6
+ metadata.gz: d1de96d0999ec3e08c38101bd11cfc848397245767fcf07bc2c22a3c17c8e9a1908c5ae486989ff30580e5639982f88179f403df2e8e626ba68c531280fa3aaa
7
+ data.tar.gz: 7e125a52327f0f18e4c093e77c74f77e2790f5f243016aa0eb5b816132d45f2bdf64241f994a8dd66759b42d959363a3298c0ef2343542e4143f01cb6c1d79ad
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.459
1
+ 3.0.461
@@ -3282,9 +3282,9 @@ module TencentCloud
3282
3282
 
3283
3283
  # InquiryPriceRenewDBInstance返回参数结构体
3284
3284
  class InquiryPriceRenewDBInstanceResponse < TencentCloud::Common::AbstractModel
3285
- # @param OriginalPrice: 总费用,打折前的。比如24650表示246.5元
3285
+ # @param OriginalPrice: 刊例价,单位为分。如24650表示246.5元
3286
3286
  # @type OriginalPrice: Integer
3287
- # @param Price: 实际需要付款金额。比如24650表示246.5元
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, :EnumValue, :Max, :Min, :ParamDescriptionCH, :ParamDescriptionEN, :NeedReboot, :ClassificationCN, :ClassificationEN, :SpecRelated, :Advanced, :LastModifyTime
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, enumvalue=nil, max=nil, min=nil, paramdescriptionch=nil, paramdescriptionen=nil, needreboot=nil, classificationcn=nil, classificationen=nil, specrelated=nil, advanced=nil, lastmodifytime=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.459
4
+ version: 3.0.461
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-25 00:00:00.000000000 Z
11
+ date: 2022-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common