tencentcloud-sdk-cvm 3.0.1013 → 3.0.1014
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/client.rb +96 -0
- data/lib/v20170312/models.rb +553 -0
- 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: 87eb0e1e9a08aefd710647e918838901d68d8255
|
4
|
+
data.tar.gz: 068f0281425f10b55f364e72b37452316b8694f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24e55d76de29888c9ce0cefafa72512413bbce41293b7b7d54367228dbebea01acde221beb42b411be0bffa5c776d33afae4da5041abd6ea358b5d0966d31eaa
|
7
|
+
data.tar.gz: 7e98adec280d873be23e8bd142ec3e2ae950241b9cda9fb7391775e1adbf3a31c5caf4e85baa17e5dc61f81e311c238fc2d9feea61bfe4d49a34e666b7b66c6c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1014
|
data/lib/v20170312/client.rb
CHANGED
@@ -1172,6 +1172,54 @@ module TencentCloud
|
|
1172
1172
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1173
1173
|
end
|
1174
1174
|
|
1175
|
+
# 本接口(DescribeReservedInstancesConfigInfos)供用户列出可购买预留实例机型配置。预留实例当前只针对国际站白名单用户开放。
|
1176
|
+
|
1177
|
+
# @param request: Request instance for DescribeReservedInstancesConfigInfos.
|
1178
|
+
# @type request: :class:`Tencentcloud::cvm::V20170312::DescribeReservedInstancesConfigInfosRequest`
|
1179
|
+
# @rtype: :class:`Tencentcloud::cvm::V20170312::DescribeReservedInstancesConfigInfosResponse`
|
1180
|
+
def DescribeReservedInstancesConfigInfos(request)
|
1181
|
+
body = send_request('DescribeReservedInstancesConfigInfos', request.serialize)
|
1182
|
+
response = JSON.parse(body)
|
1183
|
+
if response['Response'].key?('Error') == false
|
1184
|
+
model = DescribeReservedInstancesConfigInfosResponse.new
|
1185
|
+
model.deserialize(response['Response'])
|
1186
|
+
model
|
1187
|
+
else
|
1188
|
+
code = response['Response']['Error']['Code']
|
1189
|
+
message = response['Response']['Error']['Message']
|
1190
|
+
reqid = response['Response']['RequestId']
|
1191
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1192
|
+
end
|
1193
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1194
|
+
raise e
|
1195
|
+
rescue StandardError => e
|
1196
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1197
|
+
end
|
1198
|
+
|
1199
|
+
# 本接口(DescribeReservedInstancesOfferings)供用户列出可购买的预留实例配置,预留实例当前只针对国际站白名单用户开放。
|
1200
|
+
|
1201
|
+
# @param request: Request instance for DescribeReservedInstancesOfferings.
|
1202
|
+
# @type request: :class:`Tencentcloud::cvm::V20170312::DescribeReservedInstancesOfferingsRequest`
|
1203
|
+
# @rtype: :class:`Tencentcloud::cvm::V20170312::DescribeReservedInstancesOfferingsResponse`
|
1204
|
+
def DescribeReservedInstancesOfferings(request)
|
1205
|
+
body = send_request('DescribeReservedInstancesOfferings', request.serialize)
|
1206
|
+
response = JSON.parse(body)
|
1207
|
+
if response['Response'].key?('Error') == false
|
1208
|
+
model = DescribeReservedInstancesOfferingsResponse.new
|
1209
|
+
model.deserialize(response['Response'])
|
1210
|
+
model
|
1211
|
+
else
|
1212
|
+
code = response['Response']['Error']['Code']
|
1213
|
+
message = response['Response']['Error']['Message']
|
1214
|
+
reqid = response['Response']['RequestId']
|
1215
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1216
|
+
end
|
1217
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1218
|
+
raise e
|
1219
|
+
rescue StandardError => e
|
1220
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1221
|
+
end
|
1222
|
+
|
1175
1223
|
# 本接口 (DescribeTaskInfo) 用于查询云服务器维修任务列表及详细信息。
|
1176
1224
|
|
1177
1225
|
# - 可以根据实例ID、实例名称或任务状态等信息来查询维修任务列表。过滤信息详情可参考入参说明。
|
@@ -1449,6 +1497,30 @@ module TencentCloud
|
|
1449
1497
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1450
1498
|
end
|
1451
1499
|
|
1500
|
+
# 本接口(InquirePricePurchaseReservedInstancesOffering)用于创建预留实例询价。本接口仅允许针对购买限制范围内的预留实例配置进行询价。预留实例当前只针对国际站白名单用户开放。
|
1501
|
+
|
1502
|
+
# @param request: Request instance for InquirePricePurchaseReservedInstancesOffering.
|
1503
|
+
# @type request: :class:`Tencentcloud::cvm::V20170312::InquirePricePurchaseReservedInstancesOfferingRequest`
|
1504
|
+
# @rtype: :class:`Tencentcloud::cvm::V20170312::InquirePricePurchaseReservedInstancesOfferingResponse`
|
1505
|
+
def InquirePricePurchaseReservedInstancesOffering(request)
|
1506
|
+
body = send_request('InquirePricePurchaseReservedInstancesOffering', request.serialize)
|
1507
|
+
response = JSON.parse(body)
|
1508
|
+
if response['Response'].key?('Error') == false
|
1509
|
+
model = InquirePricePurchaseReservedInstancesOfferingResponse.new
|
1510
|
+
model.deserialize(response['Response'])
|
1511
|
+
model
|
1512
|
+
else
|
1513
|
+
code = response['Response']['Error']['Code']
|
1514
|
+
message = response['Response']['Error']['Message']
|
1515
|
+
reqid = response['Response']['RequestId']
|
1516
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1517
|
+
end
|
1518
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1519
|
+
raise e
|
1520
|
+
rescue StandardError => e
|
1521
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1522
|
+
end
|
1523
|
+
|
1452
1524
|
# 本接口 (InquiryPriceModifyInstancesChargeType) 用于切换实例的计费模式询价。
|
1453
1525
|
|
1454
1526
|
|
@@ -2119,6 +2191,30 @@ module TencentCloud
|
|
2119
2191
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2120
2192
|
end
|
2121
2193
|
|
2194
|
+
# 本接口(PurchaseReservedInstancesOffering)用于用户购买一个或者多个指定配置的预留实例,预留实例当前只针对国际站白名单用户开放。
|
2195
|
+
|
2196
|
+
# @param request: Request instance for PurchaseReservedInstancesOffering.
|
2197
|
+
# @type request: :class:`Tencentcloud::cvm::V20170312::PurchaseReservedInstancesOfferingRequest`
|
2198
|
+
# @rtype: :class:`Tencentcloud::cvm::V20170312::PurchaseReservedInstancesOfferingResponse`
|
2199
|
+
def PurchaseReservedInstancesOffering(request)
|
2200
|
+
body = send_request('PurchaseReservedInstancesOffering', request.serialize)
|
2201
|
+
response = JSON.parse(body)
|
2202
|
+
if response['Response'].key?('Error') == false
|
2203
|
+
model = PurchaseReservedInstancesOfferingResponse.new
|
2204
|
+
model.deserialize(response['Response'])
|
2205
|
+
model
|
2206
|
+
else
|
2207
|
+
code = response['Response']['Error']['Code']
|
2208
|
+
message = response['Response']['Error']['Message']
|
2209
|
+
reqid = response['Response']['RequestId']
|
2210
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2211
|
+
end
|
2212
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2213
|
+
raise e
|
2214
|
+
rescue StandardError => e
|
2215
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2216
|
+
end
|
2217
|
+
|
2122
2218
|
# 本接口 (RebootInstances) 用于重启实例。
|
2123
2219
|
|
2124
2220
|
# * 只有状态为`RUNNING`的实例才可以进行此操作。
|
data/lib/v20170312/models.rb
CHANGED
@@ -3214,6 +3214,163 @@ module TencentCloud
|
|
3214
3214
|
end
|
3215
3215
|
end
|
3216
3216
|
|
3217
|
+
# DescribeReservedInstancesConfigInfos请求参数结构体
|
3218
|
+
class DescribeReservedInstancesConfigInfosRequest < TencentCloud::Common::AbstractModel
|
3219
|
+
# @param Filters: zone
|
3220
|
+
# 按照预留实例计费可购买的可用区进行过滤。形如:ap-guangzhou-1。
|
3221
|
+
# 类型:String
|
3222
|
+
# 必选:否
|
3223
|
+
# 可选项:各地域可用区列表
|
3224
|
+
|
3225
|
+
# product-description
|
3226
|
+
# 按照预留实例计费的平台描述(即操作系统)进行过滤。形如:linux。
|
3227
|
+
# 类型:String
|
3228
|
+
# 必选:否
|
3229
|
+
# 可选项:linux
|
3230
|
+
|
3231
|
+
# duration
|
3232
|
+
# 按照预留实例计费有效期,即预留实例计费购买时长进行过滤。形如:31536000。
|
3233
|
+
# 类型:Integer
|
3234
|
+
# 计量单位:秒
|
3235
|
+
# 必选:否
|
3236
|
+
# 可选项:31536000 (1年)
|
3237
|
+
# @type Filters: Array
|
3238
|
+
|
3239
|
+
attr_accessor :Filters
|
3240
|
+
|
3241
|
+
def initialize(filters=nil)
|
3242
|
+
@Filters = filters
|
3243
|
+
end
|
3244
|
+
|
3245
|
+
def deserialize(params)
|
3246
|
+
unless params['Filters'].nil?
|
3247
|
+
@Filters = []
|
3248
|
+
params['Filters'].each do |i|
|
3249
|
+
filter_tmp = Filter.new
|
3250
|
+
filter_tmp.deserialize(i)
|
3251
|
+
@Filters << filter_tmp
|
3252
|
+
end
|
3253
|
+
end
|
3254
|
+
end
|
3255
|
+
end
|
3256
|
+
|
3257
|
+
# DescribeReservedInstancesConfigInfos返回参数结构体
|
3258
|
+
class DescribeReservedInstancesConfigInfosResponse < TencentCloud::Common::AbstractModel
|
3259
|
+
# @param ReservedInstanceConfigInfos: 预留实例静态配置信息列表。
|
3260
|
+
# @type ReservedInstanceConfigInfos: Array
|
3261
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3262
|
+
# @type RequestId: String
|
3263
|
+
|
3264
|
+
attr_accessor :ReservedInstanceConfigInfos, :RequestId
|
3265
|
+
|
3266
|
+
def initialize(reservedinstanceconfiginfos=nil, requestid=nil)
|
3267
|
+
@ReservedInstanceConfigInfos = reservedinstanceconfiginfos
|
3268
|
+
@RequestId = requestid
|
3269
|
+
end
|
3270
|
+
|
3271
|
+
def deserialize(params)
|
3272
|
+
unless params['ReservedInstanceConfigInfos'].nil?
|
3273
|
+
@ReservedInstanceConfigInfos = []
|
3274
|
+
params['ReservedInstanceConfigInfos'].each do |i|
|
3275
|
+
reservedinstanceconfiginfoitem_tmp = ReservedInstanceConfigInfoItem.new
|
3276
|
+
reservedinstanceconfiginfoitem_tmp.deserialize(i)
|
3277
|
+
@ReservedInstanceConfigInfos << reservedinstanceconfiginfoitem_tmp
|
3278
|
+
end
|
3279
|
+
end
|
3280
|
+
@RequestId = params['RequestId']
|
3281
|
+
end
|
3282
|
+
end
|
3283
|
+
|
3284
|
+
# DescribeReservedInstancesOfferings请求参数结构体
|
3285
|
+
class DescribeReservedInstancesOfferingsRequest < TencentCloud::Common::AbstractModel
|
3286
|
+
# @param DryRun: 试运行, 默认为 false。
|
3287
|
+
# @type DryRun: Boolean
|
3288
|
+
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
3289
|
+
# @type Offset: Integer
|
3290
|
+
# @param Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
3291
|
+
# @type Limit: Integer
|
3292
|
+
# @param MaxDuration: 以最大有效期作为过滤参数。
|
3293
|
+
# 计量单位: 秒
|
3294
|
+
# 默认为 94608000。
|
3295
|
+
# @type MaxDuration: Integer
|
3296
|
+
# @param MinDuration: 以最小有效期作为过滤参数。
|
3297
|
+
# 计量单位: 秒
|
3298
|
+
# 默认为 2592000。
|
3299
|
+
# @type MinDuration: Integer
|
3300
|
+
# @param Filters: <li><strong>zone</strong></li>
|
3301
|
+
# <p style="padding-left: 30px;">按照预留实例计费可购买的【<strong>可用区</strong>】进行过滤。形如:ap-guangzhou-1。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:<a href="https://cloud.tencent.com/document/product/213/6091">可用区列表</a></p>
|
3302
|
+
# <li><strong>duration</strong></li>
|
3303
|
+
# <p style="padding-left: 30px;">按照预留实例计费【<strong>有效期</strong>】即预留实例计费购买时长进行过滤。形如:31536000。</p><p style="padding-left: 30px;">类型:Integer</p><p style="padding-left: 30px;">计量单位:秒</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:31536000 (1年) | 94608000(3年)</p>
|
3304
|
+
# <li><strong>instance-type</strong></li>
|
3305
|
+
# <p style="padding-left: 30px;">按照【<strong>预留实例计费类型</strong>】进行过滤。形如:S3.MEDIUM4。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:<a href="https://cloud.tencent.com/document/product/213/11518">预留实例计费类型列表</a></p>
|
3306
|
+
# <li><strong>offering-type</strong></li>
|
3307
|
+
# <p style="padding-left: 30px;">按照【<strong>付款类型</strong>】进行过滤。形如:All Upfront (预付全部费用)。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:All Upfront (预付全部费用)</p>
|
3308
|
+
# <li><strong>product-description</strong></li>
|
3309
|
+
# <p style="padding-left: 30px;">按照预留实例计费的【<strong>平台描述</strong>】(即操作系统)进行过滤。形如:linux。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:linux</p>
|
3310
|
+
# <li><strong>reserved-instances-offering-id</strong></li>
|
3311
|
+
# <p style="padding-left: 30px;">按照【<strong>预留实例计费配置ID</strong>】进行过滤。形如:650c138f-ae7e-4750-952a-96841d6e9fc1。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
3312
|
+
# 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。
|
3313
|
+
# @type Filters: Array
|
3314
|
+
|
3315
|
+
attr_accessor :DryRun, :Offset, :Limit, :MaxDuration, :MinDuration, :Filters
|
3316
|
+
|
3317
|
+
def initialize(dryrun=nil, offset=nil, limit=nil, maxduration=nil, minduration=nil, filters=nil)
|
3318
|
+
@DryRun = dryrun
|
3319
|
+
@Offset = offset
|
3320
|
+
@Limit = limit
|
3321
|
+
@MaxDuration = maxduration
|
3322
|
+
@MinDuration = minduration
|
3323
|
+
@Filters = filters
|
3324
|
+
end
|
3325
|
+
|
3326
|
+
def deserialize(params)
|
3327
|
+
@DryRun = params['DryRun']
|
3328
|
+
@Offset = params['Offset']
|
3329
|
+
@Limit = params['Limit']
|
3330
|
+
@MaxDuration = params['MaxDuration']
|
3331
|
+
@MinDuration = params['MinDuration']
|
3332
|
+
unless params['Filters'].nil?
|
3333
|
+
@Filters = []
|
3334
|
+
params['Filters'].each do |i|
|
3335
|
+
filter_tmp = Filter.new
|
3336
|
+
filter_tmp.deserialize(i)
|
3337
|
+
@Filters << filter_tmp
|
3338
|
+
end
|
3339
|
+
end
|
3340
|
+
end
|
3341
|
+
end
|
3342
|
+
|
3343
|
+
# DescribeReservedInstancesOfferings返回参数结构体
|
3344
|
+
class DescribeReservedInstancesOfferingsResponse < TencentCloud::Common::AbstractModel
|
3345
|
+
# @param TotalCount: 符合条件的预留实例计费数量。
|
3346
|
+
# @type TotalCount: Integer
|
3347
|
+
# @param ReservedInstancesOfferingsSet: 符合条件的预留实例计费列表。
|
3348
|
+
# @type ReservedInstancesOfferingsSet: Array
|
3349
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3350
|
+
# @type RequestId: String
|
3351
|
+
|
3352
|
+
attr_accessor :TotalCount, :ReservedInstancesOfferingsSet, :RequestId
|
3353
|
+
|
3354
|
+
def initialize(totalcount=nil, reservedinstancesofferingsset=nil, requestid=nil)
|
3355
|
+
@TotalCount = totalcount
|
3356
|
+
@ReservedInstancesOfferingsSet = reservedinstancesofferingsset
|
3357
|
+
@RequestId = requestid
|
3358
|
+
end
|
3359
|
+
|
3360
|
+
def deserialize(params)
|
3361
|
+
@TotalCount = params['TotalCount']
|
3362
|
+
unless params['ReservedInstancesOfferingsSet'].nil?
|
3363
|
+
@ReservedInstancesOfferingsSet = []
|
3364
|
+
params['ReservedInstancesOfferingsSet'].each do |i|
|
3365
|
+
reservedinstancesoffering_tmp = ReservedInstancesOffering.new
|
3366
|
+
reservedinstancesoffering_tmp.deserialize(i)
|
3367
|
+
@ReservedInstancesOfferingsSet << reservedinstancesoffering_tmp
|
3368
|
+
end
|
3369
|
+
end
|
3370
|
+
@RequestId = params['RequestId']
|
3371
|
+
end
|
3372
|
+
end
|
3373
|
+
|
3217
3374
|
# DescribeTaskInfo请求参数结构体
|
3218
3375
|
class DescribeTaskInfoRequest < TencentCloud::Common::AbstractModel
|
3219
3376
|
# @param Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
@@ -4450,6 +4607,61 @@ module TencentCloud
|
|
4450
4607
|
end
|
4451
4608
|
end
|
4452
4609
|
|
4610
|
+
# InquirePricePurchaseReservedInstancesOffering请求参数结构体
|
4611
|
+
class InquirePricePurchaseReservedInstancesOfferingRequest < TencentCloud::Common::AbstractModel
|
4612
|
+
# @param InstanceCount: 购买预留实例计费数量
|
4613
|
+
# @type InstanceCount: Integer
|
4614
|
+
# @param ReservedInstancesOfferingId: 预留实例计费配置ID
|
4615
|
+
# @type ReservedInstancesOfferingId: String
|
4616
|
+
# @param DryRun: 试运行
|
4617
|
+
# @type DryRun: Boolean
|
4618
|
+
# @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。<br>更多详细信息请参阅:如何保证幂等性
|
4619
|
+
# @type ClientToken: String
|
4620
|
+
# @param ReservedInstanceName: 预留实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>最多支持60个字符(包含模式串)。</li>
|
4621
|
+
# @type ReservedInstanceName: String
|
4622
|
+
|
4623
|
+
attr_accessor :InstanceCount, :ReservedInstancesOfferingId, :DryRun, :ClientToken, :ReservedInstanceName
|
4624
|
+
|
4625
|
+
def initialize(instancecount=nil, reservedinstancesofferingid=nil, dryrun=nil, clienttoken=nil, reservedinstancename=nil)
|
4626
|
+
@InstanceCount = instancecount
|
4627
|
+
@ReservedInstancesOfferingId = reservedinstancesofferingid
|
4628
|
+
@DryRun = dryrun
|
4629
|
+
@ClientToken = clienttoken
|
4630
|
+
@ReservedInstanceName = reservedinstancename
|
4631
|
+
end
|
4632
|
+
|
4633
|
+
def deserialize(params)
|
4634
|
+
@InstanceCount = params['InstanceCount']
|
4635
|
+
@ReservedInstancesOfferingId = params['ReservedInstancesOfferingId']
|
4636
|
+
@DryRun = params['DryRun']
|
4637
|
+
@ClientToken = params['ClientToken']
|
4638
|
+
@ReservedInstanceName = params['ReservedInstanceName']
|
4639
|
+
end
|
4640
|
+
end
|
4641
|
+
|
4642
|
+
# InquirePricePurchaseReservedInstancesOffering返回参数结构体
|
4643
|
+
class InquirePricePurchaseReservedInstancesOfferingResponse < TencentCloud::Common::AbstractModel
|
4644
|
+
# @param Price: 该参数表示对应配置预留实例的价格。
|
4645
|
+
# @type Price: :class:`Tencentcloud::Cvm.v20170312.models.ReservedInstancePrice`
|
4646
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4647
|
+
# @type RequestId: String
|
4648
|
+
|
4649
|
+
attr_accessor :Price, :RequestId
|
4650
|
+
|
4651
|
+
def initialize(price=nil, requestid=nil)
|
4652
|
+
@Price = price
|
4653
|
+
@RequestId = requestid
|
4654
|
+
end
|
4655
|
+
|
4656
|
+
def deserialize(params)
|
4657
|
+
unless params['Price'].nil?
|
4658
|
+
@Price = ReservedInstancePrice.new
|
4659
|
+
@Price.deserialize(params['Price'])
|
4660
|
+
end
|
4661
|
+
@RequestId = params['RequestId']
|
4662
|
+
end
|
4663
|
+
end
|
4664
|
+
|
4453
4665
|
# InquiryPriceModifyInstancesChargeType请求参数结构体
|
4454
4666
|
class InquiryPriceModifyInstancesChargeTypeRequest < TencentCloud::Common::AbstractModel
|
4455
4667
|
# @param InstanceIds: 一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
|
@@ -6969,6 +7181,58 @@ module TencentCloud
|
|
6969
7181
|
end
|
6970
7182
|
end
|
6971
7183
|
|
7184
|
+
# PurchaseReservedInstancesOffering请求参数结构体
|
7185
|
+
class PurchaseReservedInstancesOfferingRequest < TencentCloud::Common::AbstractModel
|
7186
|
+
# @param InstanceCount: 购买预留实例计费数量
|
7187
|
+
# @type InstanceCount: Integer
|
7188
|
+
# @param ReservedInstancesOfferingId: 预留实例计费配置ID
|
7189
|
+
# @type ReservedInstancesOfferingId: String
|
7190
|
+
# @param DryRun: 试运行
|
7191
|
+
# @type DryRun: Boolean
|
7192
|
+
# @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。<br>更多详细信息请参阅:如何保证幂等性
|
7193
|
+
# @type ClientToken: String
|
7194
|
+
# @param ReservedInstanceName: 预留实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>最多支持60个字符(包含模式串)。</li>
|
7195
|
+
# @type ReservedInstanceName: String
|
7196
|
+
|
7197
|
+
attr_accessor :InstanceCount, :ReservedInstancesOfferingId, :DryRun, :ClientToken, :ReservedInstanceName
|
7198
|
+
|
7199
|
+
def initialize(instancecount=nil, reservedinstancesofferingid=nil, dryrun=nil, clienttoken=nil, reservedinstancename=nil)
|
7200
|
+
@InstanceCount = instancecount
|
7201
|
+
@ReservedInstancesOfferingId = reservedinstancesofferingid
|
7202
|
+
@DryRun = dryrun
|
7203
|
+
@ClientToken = clienttoken
|
7204
|
+
@ReservedInstanceName = reservedinstancename
|
7205
|
+
end
|
7206
|
+
|
7207
|
+
def deserialize(params)
|
7208
|
+
@InstanceCount = params['InstanceCount']
|
7209
|
+
@ReservedInstancesOfferingId = params['ReservedInstancesOfferingId']
|
7210
|
+
@DryRun = params['DryRun']
|
7211
|
+
@ClientToken = params['ClientToken']
|
7212
|
+
@ReservedInstanceName = params['ReservedInstanceName']
|
7213
|
+
end
|
7214
|
+
end
|
7215
|
+
|
7216
|
+
# PurchaseReservedInstancesOffering返回参数结构体
|
7217
|
+
class PurchaseReservedInstancesOfferingResponse < TencentCloud::Common::AbstractModel
|
7218
|
+
# @param ReservedInstanceId: 已购买预留实例计费ID
|
7219
|
+
# @type ReservedInstanceId: String
|
7220
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7221
|
+
# @type RequestId: String
|
7222
|
+
|
7223
|
+
attr_accessor :ReservedInstanceId, :RequestId
|
7224
|
+
|
7225
|
+
def initialize(reservedinstanceid=nil, requestid=nil)
|
7226
|
+
@ReservedInstanceId = reservedinstanceid
|
7227
|
+
@RequestId = requestid
|
7228
|
+
end
|
7229
|
+
|
7230
|
+
def deserialize(params)
|
7231
|
+
@ReservedInstanceId = params['ReservedInstanceId']
|
7232
|
+
@RequestId = params['RequestId']
|
7233
|
+
end
|
7234
|
+
end
|
7235
|
+
|
6972
7236
|
# RebootInstances请求参数结构体
|
6973
7237
|
class RebootInstancesRequest < TencentCloud::Common::AbstractModel
|
6974
7238
|
# @param InstanceIds: 一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
|
@@ -7404,6 +7668,295 @@ module TencentCloud
|
|
7404
7668
|
end
|
7405
7669
|
end
|
7406
7670
|
|
7671
|
+
# 预留实例静态配置信息。预留实例当前只针对国际站白名单用户开放。
|
7672
|
+
class ReservedInstanceConfigInfoItem < TencentCloud::Common::AbstractModel
|
7673
|
+
# @param Type: 实例规格。
|
7674
|
+
# @type Type: String
|
7675
|
+
# @param TypeName: 实例规格名称。
|
7676
|
+
# @type TypeName: String
|
7677
|
+
# @param Order: 优先级。
|
7678
|
+
# @type Order: Integer
|
7679
|
+
# @param InstanceFamilies: 实例族信息列表。
|
7680
|
+
# @type InstanceFamilies: Array
|
7681
|
+
|
7682
|
+
attr_accessor :Type, :TypeName, :Order, :InstanceFamilies
|
7683
|
+
|
7684
|
+
def initialize(type=nil, typename=nil, order=nil, instancefamilies=nil)
|
7685
|
+
@Type = type
|
7686
|
+
@TypeName = typename
|
7687
|
+
@Order = order
|
7688
|
+
@InstanceFamilies = instancefamilies
|
7689
|
+
end
|
7690
|
+
|
7691
|
+
def deserialize(params)
|
7692
|
+
@Type = params['Type']
|
7693
|
+
@TypeName = params['TypeName']
|
7694
|
+
@Order = params['Order']
|
7695
|
+
unless params['InstanceFamilies'].nil?
|
7696
|
+
@InstanceFamilies = []
|
7697
|
+
params['InstanceFamilies'].each do |i|
|
7698
|
+
reservedinstancefamilyitem_tmp = ReservedInstanceFamilyItem.new
|
7699
|
+
reservedinstancefamilyitem_tmp.deserialize(i)
|
7700
|
+
@InstanceFamilies << reservedinstancefamilyitem_tmp
|
7701
|
+
end
|
7702
|
+
end
|
7703
|
+
end
|
7704
|
+
end
|
7705
|
+
|
7706
|
+
# 预留实例相关实例族信息。预留实例当前只针对国际站白名单用户开放。
|
7707
|
+
class ReservedInstanceFamilyItem < TencentCloud::Common::AbstractModel
|
7708
|
+
# @param InstanceFamily: 实例族。
|
7709
|
+
# @type InstanceFamily: String
|
7710
|
+
# @param Order: 优先级。
|
7711
|
+
# @type Order: Integer
|
7712
|
+
# @param InstanceTypes: 实例类型信息列表。
|
7713
|
+
# @type InstanceTypes: Array
|
7714
|
+
|
7715
|
+
attr_accessor :InstanceFamily, :Order, :InstanceTypes
|
7716
|
+
|
7717
|
+
def initialize(instancefamily=nil, order=nil, instancetypes=nil)
|
7718
|
+
@InstanceFamily = instancefamily
|
7719
|
+
@Order = order
|
7720
|
+
@InstanceTypes = instancetypes
|
7721
|
+
end
|
7722
|
+
|
7723
|
+
def deserialize(params)
|
7724
|
+
@InstanceFamily = params['InstanceFamily']
|
7725
|
+
@Order = params['Order']
|
7726
|
+
unless params['InstanceTypes'].nil?
|
7727
|
+
@InstanceTypes = []
|
7728
|
+
params['InstanceTypes'].each do |i|
|
7729
|
+
reservedinstancetypeitem_tmp = ReservedInstanceTypeItem.new
|
7730
|
+
reservedinstancetypeitem_tmp.deserialize(i)
|
7731
|
+
@InstanceTypes << reservedinstancetypeitem_tmp
|
7732
|
+
end
|
7733
|
+
end
|
7734
|
+
end
|
7735
|
+
end
|
7736
|
+
|
7737
|
+
# 预留实例相关价格信息。预留实例当前只针对国际站白名单用户开放。
|
7738
|
+
class ReservedInstancePrice < TencentCloud::Common::AbstractModel
|
7739
|
+
# @param OriginalFixedPrice: 预支合计费用的原价,单位:元。
|
7740
|
+
# @type OriginalFixedPrice: Float
|
7741
|
+
# @param DiscountFixedPrice: 预支合计费用的折扣价,单位:元。
|
7742
|
+
# @type DiscountFixedPrice: Float
|
7743
|
+
# @param OriginalUsagePrice: 后续合计费用的原价,单位:元/小时
|
7744
|
+
# @type OriginalUsagePrice: Float
|
7745
|
+
# @param DiscountUsagePrice: 后续合计费用的折扣价,单位:元/小时
|
7746
|
+
# @type DiscountUsagePrice: Float
|
7747
|
+
# @param FixedPriceDiscount: 预支费用的折扣,如20.0代表2折。 注意:此字段可能返回 null,表示取不到有效值。
|
7748
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7749
|
+
# @type FixedPriceDiscount: Float
|
7750
|
+
# @param UsagePriceDiscount: 后续费用的折扣,如20.0代表2折。 注意:此字段可能返回 null,表示取不到有效值。
|
7751
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7752
|
+
# @type UsagePriceDiscount: Float
|
7753
|
+
|
7754
|
+
attr_accessor :OriginalFixedPrice, :DiscountFixedPrice, :OriginalUsagePrice, :DiscountUsagePrice, :FixedPriceDiscount, :UsagePriceDiscount
|
7755
|
+
|
7756
|
+
def initialize(originalfixedprice=nil, discountfixedprice=nil, originalusageprice=nil, discountusageprice=nil, fixedpricediscount=nil, usagepricediscount=nil)
|
7757
|
+
@OriginalFixedPrice = originalfixedprice
|
7758
|
+
@DiscountFixedPrice = discountfixedprice
|
7759
|
+
@OriginalUsagePrice = originalusageprice
|
7760
|
+
@DiscountUsagePrice = discountusageprice
|
7761
|
+
@FixedPriceDiscount = fixedpricediscount
|
7762
|
+
@UsagePriceDiscount = usagepricediscount
|
7763
|
+
end
|
7764
|
+
|
7765
|
+
def deserialize(params)
|
7766
|
+
@OriginalFixedPrice = params['OriginalFixedPrice']
|
7767
|
+
@DiscountFixedPrice = params['DiscountFixedPrice']
|
7768
|
+
@OriginalUsagePrice = params['OriginalUsagePrice']
|
7769
|
+
@DiscountUsagePrice = params['DiscountUsagePrice']
|
7770
|
+
@FixedPriceDiscount = params['FixedPriceDiscount']
|
7771
|
+
@UsagePriceDiscount = params['UsagePriceDiscount']
|
7772
|
+
end
|
7773
|
+
end
|
7774
|
+
|
7775
|
+
# 基于付费类型的预留实例相关价格信息。预留实例当前只针对国际站白名单用户开放。
|
7776
|
+
class ReservedInstancePriceItem < TencentCloud::Common::AbstractModel
|
7777
|
+
# @param OfferingType: 付费类型,如:"All Upfront","Partial Upfront","No Upfront"
|
7778
|
+
# @type OfferingType: String
|
7779
|
+
# @param FixedPrice: 预支合计费用,单位:元。
|
7780
|
+
# @type FixedPrice: Float
|
7781
|
+
# @param UsagePrice: 后续合计费用,单位:元/小时
|
7782
|
+
# @type UsagePrice: Float
|
7783
|
+
# @param ReservedInstancesOfferingId: 预留实例配置ID
|
7784
|
+
# @type ReservedInstancesOfferingId: String
|
7785
|
+
# @param Zone: 预留实例计费可购买的可用区。
|
7786
|
+
# @type Zone: String
|
7787
|
+
# @param Duration: 预留实例计费【有效期】即预留实例计费购买时长。形如:31536000。
|
7788
|
+
# 计量单位:秒
|
7789
|
+
# @type Duration: Integer
|
7790
|
+
# @param ProductDescription: 预留实例计费的平台描述(即操作系统)。形如:Linux。
|
7791
|
+
# 返回项: Linux 。
|
7792
|
+
# @type ProductDescription: String
|
7793
|
+
# @param DiscountUsagePrice: 预支合计费用,单位:元。
|
7794
|
+
# @type DiscountUsagePrice: Float
|
7795
|
+
# @param DiscountFixedPrice: 后续合计费用的折扣价,单位:元/小时
|
7796
|
+
# @type DiscountFixedPrice: Float
|
7797
|
+
|
7798
|
+
attr_accessor :OfferingType, :FixedPrice, :UsagePrice, :ReservedInstancesOfferingId, :Zone, :Duration, :ProductDescription, :DiscountUsagePrice, :DiscountFixedPrice
|
7799
|
+
|
7800
|
+
def initialize(offeringtype=nil, fixedprice=nil, usageprice=nil, reservedinstancesofferingid=nil, zone=nil, duration=nil, productdescription=nil, discountusageprice=nil, discountfixedprice=nil)
|
7801
|
+
@OfferingType = offeringtype
|
7802
|
+
@FixedPrice = fixedprice
|
7803
|
+
@UsagePrice = usageprice
|
7804
|
+
@ReservedInstancesOfferingId = reservedinstancesofferingid
|
7805
|
+
@Zone = zone
|
7806
|
+
@Duration = duration
|
7807
|
+
@ProductDescription = productdescription
|
7808
|
+
@DiscountUsagePrice = discountusageprice
|
7809
|
+
@DiscountFixedPrice = discountfixedprice
|
7810
|
+
end
|
7811
|
+
|
7812
|
+
def deserialize(params)
|
7813
|
+
@OfferingType = params['OfferingType']
|
7814
|
+
@FixedPrice = params['FixedPrice']
|
7815
|
+
@UsagePrice = params['UsagePrice']
|
7816
|
+
@ReservedInstancesOfferingId = params['ReservedInstancesOfferingId']
|
7817
|
+
@Zone = params['Zone']
|
7818
|
+
@Duration = params['Duration']
|
7819
|
+
@ProductDescription = params['ProductDescription']
|
7820
|
+
@DiscountUsagePrice = params['DiscountUsagePrice']
|
7821
|
+
@DiscountFixedPrice = params['DiscountFixedPrice']
|
7822
|
+
end
|
7823
|
+
end
|
7824
|
+
|
7825
|
+
# 预留实例类型信息。预留实例当前只针对国际站白名单用户开放。
|
7826
|
+
class ReservedInstanceTypeItem < TencentCloud::Common::AbstractModel
|
7827
|
+
# @param InstanceType: 实例类型。
|
7828
|
+
# @type InstanceType: String
|
7829
|
+
# @param Cpu: CPU核数。
|
7830
|
+
# @type Cpu: Integer
|
7831
|
+
# @param Memory: 内存大小。
|
7832
|
+
# @type Memory: Integer
|
7833
|
+
# @param Gpu: GPU数量。
|
7834
|
+
# @type Gpu: Integer
|
7835
|
+
# @param Fpga: FPGA数量。
|
7836
|
+
# @type Fpga: Integer
|
7837
|
+
# @param StorageBlock: 本地存储块数量。
|
7838
|
+
# @type StorageBlock: Integer
|
7839
|
+
# @param NetworkCard: 网卡数。
|
7840
|
+
# @type NetworkCard: Integer
|
7841
|
+
# @param MaxBandwidth: 最大带宽。
|
7842
|
+
# @type MaxBandwidth: Float
|
7843
|
+
# @param Frequency: 主频。
|
7844
|
+
# @type Frequency: String
|
7845
|
+
# @param CpuModelName: CPU型号名称。
|
7846
|
+
# @type CpuModelName: String
|
7847
|
+
# @param Pps: 包转发率。
|
7848
|
+
# @type Pps: Integer
|
7849
|
+
# @param Externals: 外部信息。
|
7850
|
+
# @type Externals: :class:`Tencentcloud::Cvm.v20170312.models.Externals`
|
7851
|
+
# @param Remark: 备注信息。
|
7852
|
+
# @type Remark: String
|
7853
|
+
# @param Prices: 预留实例配置价格信息。
|
7854
|
+
# @type Prices: Array
|
7855
|
+
|
7856
|
+
attr_accessor :InstanceType, :Cpu, :Memory, :Gpu, :Fpga, :StorageBlock, :NetworkCard, :MaxBandwidth, :Frequency, :CpuModelName, :Pps, :Externals, :Remark, :Prices
|
7857
|
+
|
7858
|
+
def initialize(instancetype=nil, cpu=nil, memory=nil, gpu=nil, fpga=nil, storageblock=nil, networkcard=nil, maxbandwidth=nil, frequency=nil, cpumodelname=nil, pps=nil, externals=nil, remark=nil, prices=nil)
|
7859
|
+
@InstanceType = instancetype
|
7860
|
+
@Cpu = cpu
|
7861
|
+
@Memory = memory
|
7862
|
+
@Gpu = gpu
|
7863
|
+
@Fpga = fpga
|
7864
|
+
@StorageBlock = storageblock
|
7865
|
+
@NetworkCard = networkcard
|
7866
|
+
@MaxBandwidth = maxbandwidth
|
7867
|
+
@Frequency = frequency
|
7868
|
+
@CpuModelName = cpumodelname
|
7869
|
+
@Pps = pps
|
7870
|
+
@Externals = externals
|
7871
|
+
@Remark = remark
|
7872
|
+
@Prices = prices
|
7873
|
+
end
|
7874
|
+
|
7875
|
+
def deserialize(params)
|
7876
|
+
@InstanceType = params['InstanceType']
|
7877
|
+
@Cpu = params['Cpu']
|
7878
|
+
@Memory = params['Memory']
|
7879
|
+
@Gpu = params['Gpu']
|
7880
|
+
@Fpga = params['Fpga']
|
7881
|
+
@StorageBlock = params['StorageBlock']
|
7882
|
+
@NetworkCard = params['NetworkCard']
|
7883
|
+
@MaxBandwidth = params['MaxBandwidth']
|
7884
|
+
@Frequency = params['Frequency']
|
7885
|
+
@CpuModelName = params['CpuModelName']
|
7886
|
+
@Pps = params['Pps']
|
7887
|
+
unless params['Externals'].nil?
|
7888
|
+
@Externals = Externals.new
|
7889
|
+
@Externals.deserialize(params['Externals'])
|
7890
|
+
end
|
7891
|
+
@Remark = params['Remark']
|
7892
|
+
unless params['Prices'].nil?
|
7893
|
+
@Prices = []
|
7894
|
+
params['Prices'].each do |i|
|
7895
|
+
reservedinstancepriceitem_tmp = ReservedInstancePriceItem.new
|
7896
|
+
reservedinstancepriceitem_tmp.deserialize(i)
|
7897
|
+
@Prices << reservedinstancepriceitem_tmp
|
7898
|
+
end
|
7899
|
+
end
|
7900
|
+
end
|
7901
|
+
end
|
7902
|
+
|
7903
|
+
# 描述可购买预留实例计费信息
|
7904
|
+
class ReservedInstancesOffering < TencentCloud::Common::AbstractModel
|
7905
|
+
# @param Zone: 预留实例计费可购买的可用区。形如:ap-guangzhou-1。
|
7906
|
+
# 返回项:<a href="https://cloud.tencent.com/document/product/213/6091">可用区列表</a>
|
7907
|
+
# @type Zone: String
|
7908
|
+
# @param CurrencyCode: 可购买的预留实例计费类型的结算货币,使用ISO 4217标准货币代码。
|
7909
|
+
# 返回项:USD(美元)。
|
7910
|
+
# @type CurrencyCode: String
|
7911
|
+
# @param Duration: 预留实例计费【有效期】即预留实例计费购买时长。形如:31536000。
|
7912
|
+
# 计量单位:秒
|
7913
|
+
# @type Duration: Integer
|
7914
|
+
# @param FixedPrice: 预留实例计费的购买价格。形如:4000.0。
|
7915
|
+
# 计量单位:与 currencyCode 一致,目前支持 USD(美元)
|
7916
|
+
# @type FixedPrice: Float
|
7917
|
+
# @param InstanceType: 预留实例计费的实例类型。形如:S3.MEDIUM4。
|
7918
|
+
# 返回项:<a href="https://cloud.tencent.com/product/cvm/instances">预留实例计费类型列表</a>
|
7919
|
+
# @type InstanceType: String
|
7920
|
+
# @param OfferingType: 预留实例计费的付款类型。形如:All Upfront。
|
7921
|
+
# 返回项: All Upfront (预付全部费用)。
|
7922
|
+
# @type OfferingType: String
|
7923
|
+
# @param ReservedInstancesOfferingId: 可购买的预留实例计费配置ID。形如:650c138f-ae7e-4750-952a-96841d6e9fc1。
|
7924
|
+
# @type ReservedInstancesOfferingId: String
|
7925
|
+
# @param ProductDescription: 预留实例计费的平台描述(即操作系统)。形如:linux。
|
7926
|
+
# 返回项: linux 。
|
7927
|
+
# @type ProductDescription: String
|
7928
|
+
# @param UsagePrice: 扣除预付费之后的使用价格 (按小时计费)。形如:0.0。
|
7929
|
+
# 目前,因为只支持 All Upfront 付款类型,所以默认为 0元/小时。
|
7930
|
+
# 计量单位:元/小时,货币单位与 currencyCode 一致,目前支持 USD(美元)
|
7931
|
+
# @type UsagePrice: Float
|
7932
|
+
|
7933
|
+
attr_accessor :Zone, :CurrencyCode, :Duration, :FixedPrice, :InstanceType, :OfferingType, :ReservedInstancesOfferingId, :ProductDescription, :UsagePrice
|
7934
|
+
|
7935
|
+
def initialize(zone=nil, currencycode=nil, duration=nil, fixedprice=nil, instancetype=nil, offeringtype=nil, reservedinstancesofferingid=nil, productdescription=nil, usageprice=nil)
|
7936
|
+
@Zone = zone
|
7937
|
+
@CurrencyCode = currencycode
|
7938
|
+
@Duration = duration
|
7939
|
+
@FixedPrice = fixedprice
|
7940
|
+
@InstanceType = instancetype
|
7941
|
+
@OfferingType = offeringtype
|
7942
|
+
@ReservedInstancesOfferingId = reservedinstancesofferingid
|
7943
|
+
@ProductDescription = productdescription
|
7944
|
+
@UsagePrice = usageprice
|
7945
|
+
end
|
7946
|
+
|
7947
|
+
def deserialize(params)
|
7948
|
+
@Zone = params['Zone']
|
7949
|
+
@CurrencyCode = params['CurrencyCode']
|
7950
|
+
@Duration = params['Duration']
|
7951
|
+
@FixedPrice = params['FixedPrice']
|
7952
|
+
@InstanceType = params['InstanceType']
|
7953
|
+
@OfferingType = params['OfferingType']
|
7954
|
+
@ReservedInstancesOfferingId = params['ReservedInstancesOfferingId']
|
7955
|
+
@ProductDescription = params['ProductDescription']
|
7956
|
+
@UsagePrice = params['UsagePrice']
|
7957
|
+
end
|
7958
|
+
end
|
7959
|
+
|
7407
7960
|
# ResetInstance请求参数结构体
|
7408
7961
|
class ResetInstanceRequest < TencentCloud::Common::AbstractModel
|
7409
7962
|
# @param InstanceId: 实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) API返回值中的`InstanceId`获取。
|
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: 3.0.
|
4
|
+
version: 3.0.1014
|
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-03-
|
11
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|