tencentcloud-sdk-emr 3.0.965 → 3.0.967

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/v20190103/models.rb +40 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a73ca48edc41ee5324a9361f16c9f4853d8d74e
4
- data.tar.gz: 1c29cc6340f9fad4ea805196fff287fcac002f83
3
+ metadata.gz: e2263e24ff6a5ff01df6f2f057898ae23a41b6ce
4
+ data.tar.gz: fb72429e641bb666d8ce59482d332d9107c74a60
5
5
  SHA512:
6
- metadata.gz: be344eb75a0cc08a52d825ec88b40aab3ab6c1a70fcff5fa62a6c88149128e598b8825251a1dee871231852416dafeba13a3b94cb5f48167bf8b695a10640c35
7
- data.tar.gz: 17f118763ad8906a7bba572780b698731d6113912dcdd9d984a0608af96e3149895a5788b25e1993efb33197444aaae52670ff675e647d1fef47b26a6f8a0a86
6
+ metadata.gz: 02a5fa76cef76e9aaa229eb180b85e7a3207553416ca7181ea7cef31280dfa466831db4aa86a9dc373f5aa3543cbb8a2cdec9ff6f454e422a41103478e49bab2
7
+ data.tar.gz: 98cc86a38e10d99a88a3d31d8f73346b20bc9556a02d463ab5a5daaa8dd2bb33e7949bc6da8e5bccd2ea0889ccbd346db7a102ab0f17c335a14f1c0fca2f5e2f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.965
1
+ 3.0.967
@@ -6018,10 +6018,10 @@ module TencentCloud
6018
6018
  class InquiryPriceRenewInstanceRequest < TencentCloud::Common::AbstractModel
6019
6019
  # @param TimeSpan: 实例续费的时长。需要结合TimeUnit一起使用。1表示续费一个月
6020
6020
  # @type TimeSpan: Integer
6021
- # @param ResourceIds: 待续费节点的资源ID列表。资源ID形如:emr-vm-xxxxxxxx。有效的资源ID可通过登录[控制台](https://console.cloud.tencent.com/emr)查询。
6022
- # @type ResourceIds: Array
6023
6021
  # @param PayMode: 实例计费模式。此处只支持取值为1,表示包年包月。
6024
6022
  # @type PayMode: Integer
6023
+ # @param ResourceIds: 待续费节点的资源ID列表。资源ID形如:emr-vm-xxxxxxxx。有效的资源ID可通过登录[控制台](https://console.cloud.tencent.com/emr)查询。
6024
+ # @type ResourceIds: Array
6025
6025
  # @param TimeUnit: 实例续费的时间单位。取值范围:
6026
6026
  # <li>m:表示月份。</li>
6027
6027
  # @type TimeUnit: String
@@ -6032,23 +6032,29 @@ module TencentCloud
6032
6032
  # @type Placement: :class:`Tencentcloud::Emr.v20190103.models.Placement`
6033
6033
  # @param ModifyPayMode: 是否按量转包年包月。0:否,1:是。
6034
6034
  # @type ModifyPayMode: Integer
6035
+ # @param NeedDetail: 是否需要每个节点续费价格
6036
+ # @type NeedDetail: Boolean
6037
+ # @param InstanceId: 集群id,如果需要集群所有包年包月节点续费信息,可以填写该参数
6038
+ # @type InstanceId: String
6035
6039
 
6036
- attr_accessor :TimeSpan, :ResourceIds, :PayMode, :TimeUnit, :Currency, :Placement, :ModifyPayMode
6040
+ attr_accessor :TimeSpan, :PayMode, :ResourceIds, :TimeUnit, :Currency, :Placement, :ModifyPayMode, :NeedDetail, :InstanceId
6037
6041
 
6038
- def initialize(timespan=nil, resourceids=nil, paymode=nil, timeunit=nil, currency=nil, placement=nil, modifypaymode=nil)
6042
+ def initialize(timespan=nil, paymode=nil, resourceids=nil, timeunit=nil, currency=nil, placement=nil, modifypaymode=nil, needdetail=nil, instanceid=nil)
6039
6043
  @TimeSpan = timespan
6040
- @ResourceIds = resourceids
6041
6044
  @PayMode = paymode
6045
+ @ResourceIds = resourceids
6042
6046
  @TimeUnit = timeunit
6043
6047
  @Currency = currency
6044
6048
  @Placement = placement
6045
6049
  @ModifyPayMode = modifypaymode
6050
+ @NeedDetail = needdetail
6051
+ @InstanceId = instanceid
6046
6052
  end
6047
6053
 
6048
6054
  def deserialize(params)
6049
6055
  @TimeSpan = params['TimeSpan']
6050
- @ResourceIds = params['ResourceIds']
6051
6056
  @PayMode = params['PayMode']
6057
+ @ResourceIds = params['ResourceIds']
6052
6058
  @TimeUnit = params['TimeUnit']
6053
6059
  @Currency = params['Currency']
6054
6060
  unless params['Placement'].nil?
@@ -6056,6 +6062,8 @@ module TencentCloud
6056
6062
  @Placement.deserialize(params['Placement'])
6057
6063
  end
6058
6064
  @ModifyPayMode = params['ModifyPayMode']
6065
+ @NeedDetail = params['NeedDetail']
6066
+ @InstanceId = params['InstanceId']
6059
6067
  end
6060
6068
  end
6061
6069
 
@@ -6074,16 +6082,20 @@ module TencentCloud
6074
6082
  # @param TimeSpan: 实例续费的时长。
6075
6083
  # 注意:此字段可能返回 null,表示取不到有效值。
6076
6084
  # @type TimeSpan: Integer
6085
+ # @param PriceDetail: 价格详情
6086
+ # 注意:此字段可能返回 null,表示取不到有效值。
6087
+ # @type PriceDetail: Array
6077
6088
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6078
6089
  # @type RequestId: String
6079
6090
 
6080
- attr_accessor :OriginalCost, :DiscountCost, :TimeUnit, :TimeSpan, :RequestId
6091
+ attr_accessor :OriginalCost, :DiscountCost, :TimeUnit, :TimeSpan, :PriceDetail, :RequestId
6081
6092
 
6082
- def initialize(originalcost=nil, discountcost=nil, timeunit=nil, timespan=nil, requestid=nil)
6093
+ def initialize(originalcost=nil, discountcost=nil, timeunit=nil, timespan=nil, pricedetail=nil, requestid=nil)
6083
6094
  @OriginalCost = originalcost
6084
6095
  @DiscountCost = discountcost
6085
6096
  @TimeUnit = timeunit
6086
6097
  @TimeSpan = timespan
6098
+ @PriceDetail = pricedetail
6087
6099
  @RequestId = requestid
6088
6100
  end
6089
6101
 
@@ -6092,6 +6104,14 @@ module TencentCloud
6092
6104
  @DiscountCost = params['DiscountCost']
6093
6105
  @TimeUnit = params['TimeUnit']
6094
6106
  @TimeSpan = params['TimeSpan']
6107
+ unless params['PriceDetail'].nil?
6108
+ @PriceDetail = []
6109
+ params['PriceDetail'].each do |i|
6110
+ pricedetail_tmp = PriceDetail.new
6111
+ pricedetail_tmp.deserialize(i)
6112
+ @PriceDetail << pricedetail_tmp
6113
+ end
6114
+ end
6095
6115
  @RequestId = params['RequestId']
6096
6116
  end
6097
6117
  end
@@ -10148,16 +10168,24 @@ module TencentCloud
10148
10168
  # @param TraceId: 查询流程状态,流程额外信息
10149
10169
  # 注意:此字段可能返回 null,表示取不到有效值。
10150
10170
  # @type TraceId: String
10171
+ # @param DealNames: 订单号。
10172
+ # 注意:此字段可能返回 null,表示取不到有效值。
10173
+ # @type DealNames: Array
10174
+ # @param BillId: 大订单号。
10175
+ # 注意:此字段可能返回 null,表示取不到有效值。
10176
+ # @type BillId: String
10151
10177
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10152
10178
  # @type RequestId: String
10153
10179
 
10154
- attr_accessor :InstanceId, :ClientToken, :FlowId, :TraceId, :RequestId
10180
+ attr_accessor :InstanceId, :ClientToken, :FlowId, :TraceId, :DealNames, :BillId, :RequestId
10155
10181
 
10156
- def initialize(instanceid=nil, clienttoken=nil, flowid=nil, traceid=nil, requestid=nil)
10182
+ def initialize(instanceid=nil, clienttoken=nil, flowid=nil, traceid=nil, dealnames=nil, billid=nil, requestid=nil)
10157
10183
  @InstanceId = instanceid
10158
10184
  @ClientToken = clienttoken
10159
10185
  @FlowId = flowid
10160
10186
  @TraceId = traceid
10187
+ @DealNames = dealnames
10188
+ @BillId = billid
10161
10189
  @RequestId = requestid
10162
10190
  end
10163
10191
 
@@ -10166,6 +10194,8 @@ module TencentCloud
10166
10194
  @ClientToken = params['ClientToken']
10167
10195
  @FlowId = params['FlowId']
10168
10196
  @TraceId = params['TraceId']
10197
+ @DealNames = params['DealNames']
10198
+ @BillId = params['BillId']
10169
10199
  @RequestId = params['RequestId']
10170
10200
  end
10171
10201
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.965
4
+ version: 3.0.967
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-19 00:00:00.000000000 Z
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common