tencentcloud-sdk-cvm 1.0.292 → 1.0.293

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 +11 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce2193048af85b963f36ae589fe245812596943d
4
- data.tar.gz: ddb75beed9fcd5d0c82a98b9b741d854446026af
3
+ metadata.gz: a78c5469e1f59283436b6fe40fcd5ea23e380341
4
+ data.tar.gz: f2e94f753659f479378de79472a8caa48970cb34
5
5
  SHA512:
6
- metadata.gz: 9164d3b634fe30e34c951def0226a86cc03d046818d0f53dbccdd0f946370fa72fa268672e69bb64c5eea2ca0fca03c8f9b16c2200718564a9f8a33614ac27d4
7
- data.tar.gz: 875d1fb7e798451dfa55a64a6d87e86a11955dccf7730ea4c96e326fcb3379dacfc7658f9aeb2b726589a2bb6af0fa5923100b47b70895912d45686bc623d7f1
6
+ metadata.gz: f728274664f5eec12c53bd6915f4488f85039d9e168b41bedb287edaae91efd7e90a2eb1c7e84130474ce713f44d6fceb74959b4e47759f089cf5dd30436d228
7
+ data.tar.gz: de02908225bec4bf7a383a727313f3972fa165c51ae3e50b5987481b21f4bcca7f89c6cea408550e04c74864a97037f87a36d158a4a49e1a5dfe447963897691
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.292
1
+ 1.0.293
@@ -5974,7 +5974,7 @@ module TencentCloud
5974
5974
 
5975
5975
  # 描述用户已购买预留实例计费信息
5976
5976
  class ReservedInstances < TencentCloud::Common::AbstractModel
5977
- # @param ReservedInstancesId: 已购买的预留实例计费ID。形如:650c138f-ae7e-4750-952a-96841d6e9fc1
5977
+ # @param ReservedInstancesId: (此字段已废弃,建议使用字段:ReservedInstanceId)已购买的预留实例计费ID。形如:ri-rtbh4han
5978
5978
  # @type ReservedInstancesId: String
5979
5979
  # @param InstanceType: 预留实例计费的规格。形如:S3.MEDIUM4。
5980
5980
  # 返回项:<a href="https://cloud.tencent.com/document/product/213/11518">预留实例计费规格列表</a>
@@ -6006,10 +6006,14 @@ module TencentCloud
6006
6006
  # @param InstanceFamily: 预留实例计费的类型。形如:S3。
6007
6007
  # 返回项:<a href="https://cloud.tencent.com/document/product/213/11518">预留实例计费类型列表</a>
6008
6008
  # @type InstanceFamily: String
6009
+ # @param ReservedInstanceId: 已购买的预留实例计费ID。形如:ri-rtbh4han。
6010
+ # @type ReservedInstanceId: String
6011
+ # @param ReservedInstanceName: 预留实例显示名称。形如:riname-01
6012
+ # @type ReservedInstanceName: String
6009
6013
 
6010
- attr_accessor :ReservedInstancesId, :InstanceType, :Zone, :StartTime, :EndTime, :Duration, :InstanceCount, :ProductDescription, :State, :CurrencyCode, :OfferingType, :InstanceFamily
6014
+ attr_accessor :ReservedInstancesId, :InstanceType, :Zone, :StartTime, :EndTime, :Duration, :InstanceCount, :ProductDescription, :State, :CurrencyCode, :OfferingType, :InstanceFamily, :ReservedInstanceId, :ReservedInstanceName
6011
6015
 
6012
- def initialize(reservedinstancesid=nil, instancetype=nil, zone=nil, starttime=nil, endtime=nil, duration=nil, instancecount=nil, productdescription=nil, state=nil, currencycode=nil, offeringtype=nil, instancefamily=nil)
6016
+ def initialize(reservedinstancesid=nil, instancetype=nil, zone=nil, starttime=nil, endtime=nil, duration=nil, instancecount=nil, productdescription=nil, state=nil, currencycode=nil, offeringtype=nil, instancefamily=nil, reservedinstanceid=nil, reservedinstancename=nil)
6013
6017
  @ReservedInstancesId = reservedinstancesid
6014
6018
  @InstanceType = instancetype
6015
6019
  @Zone = zone
@@ -6022,6 +6026,8 @@ module TencentCloud
6022
6026
  @CurrencyCode = currencycode
6023
6027
  @OfferingType = offeringtype
6024
6028
  @InstanceFamily = instancefamily
6029
+ @ReservedInstanceId = reservedinstanceid
6030
+ @ReservedInstanceName = reservedinstancename
6025
6031
  end
6026
6032
 
6027
6033
  def deserialize(params)
@@ -6037,6 +6043,8 @@ module TencentCloud
6037
6043
  @CurrencyCode = params['CurrencyCode']
6038
6044
  @OfferingType = params['OfferingType']
6039
6045
  @InstanceFamily = params['InstanceFamily']
6046
+ @ReservedInstanceId = params['ReservedInstanceId']
6047
+ @ReservedInstanceName = params['ReservedInstanceName']
6040
6048
  end
6041
6049
  end
6042
6050
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.292
4
+ version: 1.0.293
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-04-07 00:00:00.000000000 Z
11
+ date: 2022-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common