tencentcloud-sdk-redis 3.0.1047 → 3.0.1049
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/v20180412/models.rb +54 -9
- 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: 84c039f6214a168db3f63408dc53125797f6b656
|
4
|
+
data.tar.gz: f580ba7fb6714ef76736313ebd5cf8c5bc4485b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c99f900424876a7297e1099f5e220c22d04fec18a2a9aca512c8769ed5255dfb4a922b5d623c44ff9131240035a487bfafae6395673991d3471960990b12ce2
|
7
|
+
data.tar.gz: 60025f07012f7ac3d7337342815529f25ead90695663e81d47d55a45e65dc7c8f810dc1721dbdb58b90c9fc85816b88db9a794eba43e42cade66af6376813232
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1049
|
data/lib/v20180412/models.rb
CHANGED
@@ -4859,20 +4859,35 @@ module TencentCloud
|
|
4859
4859
|
|
4860
4860
|
# InquiryPriceCreateInstance返回参数结构体
|
4861
4861
|
class InquiryPriceCreateInstanceResponse < TencentCloud::Common::AbstractModel
|
4862
|
-
# @param Price:
|
4862
|
+
# @param Price: 价格
|
4863
4863
|
# @type Price: Float
|
4864
|
+
# @param HighPrecisionPrice: 高精度价格
|
4865
|
+
# @type HighPrecisionPrice: Float
|
4866
|
+
# @param Currency: 币种
|
4867
|
+
# @type Currency: String
|
4868
|
+
# @param AmountUnit: 价格金额单位
|
4869
|
+
|
4870
|
+
# - pent: 分
|
4871
|
+
# - microPent: 微分
|
4872
|
+
# @type AmountUnit: String
|
4864
4873
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4865
4874
|
# @type RequestId: String
|
4866
4875
|
|
4867
|
-
attr_accessor :Price, :RequestId
|
4876
|
+
attr_accessor :Price, :HighPrecisionPrice, :Currency, :AmountUnit, :RequestId
|
4868
4877
|
|
4869
|
-
def initialize(price=nil, requestid=nil)
|
4878
|
+
def initialize(price=nil, highprecisionprice=nil, currency=nil, amountunit=nil, requestid=nil)
|
4870
4879
|
@Price = price
|
4880
|
+
@HighPrecisionPrice = highprecisionprice
|
4881
|
+
@Currency = currency
|
4882
|
+
@AmountUnit = amountunit
|
4871
4883
|
@RequestId = requestid
|
4872
4884
|
end
|
4873
4885
|
|
4874
4886
|
def deserialize(params)
|
4875
4887
|
@Price = params['Price']
|
4888
|
+
@HighPrecisionPrice = params['HighPrecisionPrice']
|
4889
|
+
@Currency = params['Currency']
|
4890
|
+
@AmountUnit = params['AmountUnit']
|
4876
4891
|
@RequestId = params['RequestId']
|
4877
4892
|
end
|
4878
4893
|
end
|
@@ -4899,20 +4914,35 @@ module TencentCloud
|
|
4899
4914
|
|
4900
4915
|
# InquiryPriceRenewInstance返回参数结构体
|
4901
4916
|
class InquiryPriceRenewInstanceResponse < TencentCloud::Common::AbstractModel
|
4902
|
-
# @param Price:
|
4917
|
+
# @param Price: 价格
|
4903
4918
|
# @type Price: Float
|
4919
|
+
# @param HighPrecisionPrice: 高精度价格
|
4920
|
+
# @type HighPrecisionPrice: Float
|
4921
|
+
# @param Currency: 币种
|
4922
|
+
# @type Currency: String
|
4923
|
+
# @param AmountUnit: 价格金额单位
|
4924
|
+
|
4925
|
+
# - pent: 分
|
4926
|
+
# - microPent: 微分
|
4927
|
+
# @type AmountUnit: String
|
4904
4928
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4905
4929
|
# @type RequestId: String
|
4906
4930
|
|
4907
|
-
attr_accessor :Price, :RequestId
|
4931
|
+
attr_accessor :Price, :HighPrecisionPrice, :Currency, :AmountUnit, :RequestId
|
4908
4932
|
|
4909
|
-
def initialize(price=nil, requestid=nil)
|
4933
|
+
def initialize(price=nil, highprecisionprice=nil, currency=nil, amountunit=nil, requestid=nil)
|
4910
4934
|
@Price = price
|
4935
|
+
@HighPrecisionPrice = highprecisionprice
|
4936
|
+
@Currency = currency
|
4937
|
+
@AmountUnit = amountunit
|
4911
4938
|
@RequestId = requestid
|
4912
4939
|
end
|
4913
4940
|
|
4914
4941
|
def deserialize(params)
|
4915
4942
|
@Price = params['Price']
|
4943
|
+
@HighPrecisionPrice = params['HighPrecisionPrice']
|
4944
|
+
@Currency = params['Currency']
|
4945
|
+
@AmountUnit = params['AmountUnit']
|
4916
4946
|
@RequestId = params['RequestId']
|
4917
4947
|
end
|
4918
4948
|
end
|
@@ -4947,20 +4977,35 @@ module TencentCloud
|
|
4947
4977
|
|
4948
4978
|
# InquiryPriceUpgradeInstance返回参数结构体
|
4949
4979
|
class InquiryPriceUpgradeInstanceResponse < TencentCloud::Common::AbstractModel
|
4950
|
-
# @param Price:
|
4980
|
+
# @param Price: 价格
|
4951
4981
|
# @type Price: Float
|
4982
|
+
# @param HighPrecisionPrice: 高精度价格
|
4983
|
+
# @type HighPrecisionPrice: Float
|
4984
|
+
# @param Currency: 币种
|
4985
|
+
# @type Currency: String
|
4986
|
+
# @param AmountUnit: 价格金额单位
|
4987
|
+
|
4988
|
+
# - pent: 分
|
4989
|
+
# - microPent: 微分
|
4990
|
+
# @type AmountUnit: String
|
4952
4991
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4953
4992
|
# @type RequestId: String
|
4954
4993
|
|
4955
|
-
attr_accessor :Price, :RequestId
|
4994
|
+
attr_accessor :Price, :HighPrecisionPrice, :Currency, :AmountUnit, :RequestId
|
4956
4995
|
|
4957
|
-
def initialize(price=nil, requestid=nil)
|
4996
|
+
def initialize(price=nil, highprecisionprice=nil, currency=nil, amountunit=nil, requestid=nil)
|
4958
4997
|
@Price = price
|
4998
|
+
@HighPrecisionPrice = highprecisionprice
|
4999
|
+
@Currency = currency
|
5000
|
+
@AmountUnit = amountunit
|
4959
5001
|
@RequestId = requestid
|
4960
5002
|
end
|
4961
5003
|
|
4962
5004
|
def deserialize(params)
|
4963
5005
|
@Price = params['Price']
|
5006
|
+
@HighPrecisionPrice = params['HighPrecisionPrice']
|
5007
|
+
@Currency = params['Currency']
|
5008
|
+
@AmountUnit = params['AmountUnit']
|
4964
5009
|
@RequestId = params['RequestId']
|
4965
5010
|
end
|
4966
5011
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-redis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1049
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|