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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +11 -3
- 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: a78c5469e1f59283436b6fe40fcd5ea23e380341
|
|
4
|
+
data.tar.gz: f2e94f753659f479378de79472a8caa48970cb34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f728274664f5eec12c53bd6915f4488f85039d9e168b41bedb287edaae91efd7e90a2eb1c7e84130474ce713f44d6fceb74959b4e47759f089cf5dd30436d228
|
|
7
|
+
data.tar.gz: de02908225bec4bf7a383a727313f3972fa165c51ae3e50b5987481b21f4bcca7f89c6cea408550e04c74864a97037f87a36d158a4a49e1a5dfe447963897691
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.293
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -5974,7 +5974,7 @@ module TencentCloud
|
|
|
5974
5974
|
|
|
5975
5975
|
# 描述用户已购买预留实例计费信息
|
|
5976
5976
|
class ReservedInstances < TencentCloud::Common::AbstractModel
|
|
5977
|
-
# @param ReservedInstancesId:
|
|
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.
|
|
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-
|
|
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
|