tencentcloud-sdk-rum 3.0.559 → 3.0.560
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/v20210622/models.rb +13 -4
- 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: cac4c8c7e71049feb72428229ec0ebcffc734d8c
|
4
|
+
data.tar.gz: bcfd1743ea327602a33bcc3f06528021a08ca2fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5743ca233c3d872526b5dc370a2d6f14db8019ea635c4c092a6ccb7a9f77919158102252efcf04a2b6a22b2db6e2cc4af953f853b2355840927fcaeef3e2658
|
7
|
+
data.tar.gz: ad3ce461fd42513dc03451f1d904a651616b874d1c958bda3c37945cd8a5508f3af99d92fa2209ed51c810de95a7184656bdf51b6e0f2cab1977b9573fff12d9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.560
|
data/lib/v20210622/models.rb
CHANGED
@@ -296,10 +296,12 @@ module TencentCloud
|
|
296
296
|
# @type ResourcePackageType: Integer
|
297
297
|
# @param ResourcePackageNum: 预付费资源包数量(仅预付费需要)
|
298
298
|
# @type ResourcePackageNum: Integer
|
299
|
+
# @param InstanceType: 实例类型 1:原web相关类型 2:app端类型
|
300
|
+
# @type InstanceType: Integer
|
299
301
|
|
300
|
-
attr_accessor :AreaId, :ChargeType, :DataRetentionDays, :InstanceName, :Tags, :InstanceDesc, :CountNum, :PeriodRetain, :BuyingChannel, :ResourcePackageType, :ResourcePackageNum
|
302
|
+
attr_accessor :AreaId, :ChargeType, :DataRetentionDays, :InstanceName, :Tags, :InstanceDesc, :CountNum, :PeriodRetain, :BuyingChannel, :ResourcePackageType, :ResourcePackageNum, :InstanceType
|
301
303
|
|
302
|
-
def initialize(areaid=nil, chargetype=nil, dataretentiondays=nil, instancename=nil, tags=nil, instancedesc=nil, countnum=nil, periodretain=nil, buyingchannel=nil, resourcepackagetype=nil, resourcepackagenum=nil)
|
304
|
+
def initialize(areaid=nil, chargetype=nil, dataretentiondays=nil, instancename=nil, tags=nil, instancedesc=nil, countnum=nil, periodretain=nil, buyingchannel=nil, resourcepackagetype=nil, resourcepackagenum=nil, instancetype=nil)
|
303
305
|
@AreaId = areaid
|
304
306
|
@ChargeType = chargetype
|
305
307
|
@DataRetentionDays = dataretentiondays
|
@@ -311,6 +313,7 @@ module TencentCloud
|
|
311
313
|
@BuyingChannel = buyingchannel
|
312
314
|
@ResourcePackageType = resourcepackagetype
|
313
315
|
@ResourcePackageNum = resourcepackagenum
|
316
|
+
@InstanceType = instancetype
|
314
317
|
end
|
315
318
|
|
316
319
|
def deserialize(params)
|
@@ -332,6 +335,7 @@ module TencentCloud
|
|
332
335
|
@BuyingChannel = params['BuyingChannel']
|
333
336
|
@ResourcePackageType = params['ResourcePackageType']
|
334
337
|
@ResourcePackageNum = params['ResourcePackageNum']
|
338
|
+
@InstanceType = params['InstanceType']
|
335
339
|
end
|
336
340
|
end
|
337
341
|
|
@@ -4546,10 +4550,13 @@ module TencentCloud
|
|
4546
4550
|
# @type InstanceName: String
|
4547
4551
|
# @param CreatedAt: 创建时间
|
4548
4552
|
# @type CreatedAt: String
|
4553
|
+
# @param InstanceType: 实例类型 1:原web相关类型 2:app端类型
|
4554
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4555
|
+
# @type InstanceType: Integer
|
4549
4556
|
|
4550
|
-
attr_accessor :InstanceStatus, :AreaId, :Tags, :InstanceId, :ClusterId, :InstanceDesc, :ChargeStatus, :ChargeType, :UpdatedAt, :DataRetentionDays, :InstanceName, :CreatedAt
|
4557
|
+
attr_accessor :InstanceStatus, :AreaId, :Tags, :InstanceId, :ClusterId, :InstanceDesc, :ChargeStatus, :ChargeType, :UpdatedAt, :DataRetentionDays, :InstanceName, :CreatedAt, :InstanceType
|
4551
4558
|
|
4552
|
-
def initialize(instancestatus=nil, areaid=nil, tags=nil, instanceid=nil, clusterid=nil, instancedesc=nil, chargestatus=nil, chargetype=nil, updatedat=nil, dataretentiondays=nil, instancename=nil, createdat=nil)
|
4559
|
+
def initialize(instancestatus=nil, areaid=nil, tags=nil, instanceid=nil, clusterid=nil, instancedesc=nil, chargestatus=nil, chargetype=nil, updatedat=nil, dataretentiondays=nil, instancename=nil, createdat=nil, instancetype=nil)
|
4553
4560
|
@InstanceStatus = instancestatus
|
4554
4561
|
@AreaId = areaid
|
4555
4562
|
@Tags = tags
|
@@ -4562,6 +4569,7 @@ module TencentCloud
|
|
4562
4569
|
@DataRetentionDays = dataretentiondays
|
4563
4570
|
@InstanceName = instancename
|
4564
4571
|
@CreatedAt = createdat
|
4572
|
+
@InstanceType = instancetype
|
4565
4573
|
end
|
4566
4574
|
|
4567
4575
|
def deserialize(params)
|
@@ -4584,6 +4592,7 @@ module TencentCloud
|
|
4584
4592
|
@DataRetentionDays = params['DataRetentionDays']
|
4585
4593
|
@InstanceName = params['InstanceName']
|
4586
4594
|
@CreatedAt = params['CreatedAt']
|
4595
|
+
@InstanceType = params['InstanceType']
|
4587
4596
|
end
|
4588
4597
|
end
|
4589
4598
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-rum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.560
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|