tencentcloud-sdk-gs 3.0.1095 → 3.0.1099
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/v20191118/models.rb +32 -6
- 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: abe98b7d790676b8f63fbd2393f21e7d1cdbfd70
|
4
|
+
data.tar.gz: 6370fdddf999f6af62d825eccc023ca219c8215c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19d81234f240b9be90ed780974a1524e3d7c161ee9502bc9630faef0334b89a8fb01a9f4cb55880fb9abe8def2290730a0141f5f0a6deec564d556b0a02d4ca7
|
7
|
+
data.tar.gz: 542fcb0b6987ab009ae8a28ef158d46fea4c20850cfc2d069432f6451cf416cd4e50c3fb1ffe327c19224aa36fbbed53640f499e4b754cb6e4505c38106975a6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1099
|
data/lib/v20191118/models.rb
CHANGED
@@ -342,17 +342,23 @@ module TencentCloud
|
|
342
342
|
# @type AndroidInstanceImageState: String
|
343
343
|
# @param AndroidInstanceImageZone: 镜像可用区
|
344
344
|
# @type AndroidInstanceImageZone: String
|
345
|
+
# @param AndroidInstanceImageDescription: 镜像描述
|
346
|
+
# @type AndroidInstanceImageDescription: String
|
345
347
|
# @param AndroidVersion: 安卓10
|
346
348
|
# @type AndroidVersion: String
|
349
|
+
# @param CreateTime: 创建时间
|
350
|
+
# @type CreateTime: String
|
347
351
|
|
348
|
-
attr_accessor :AndroidInstanceImageId, :AndroidInstanceImageName, :AndroidInstanceImageState, :AndroidInstanceImageZone, :AndroidVersion
|
352
|
+
attr_accessor :AndroidInstanceImageId, :AndroidInstanceImageName, :AndroidInstanceImageState, :AndroidInstanceImageZone, :AndroidInstanceImageDescription, :AndroidVersion, :CreateTime
|
349
353
|
|
350
|
-
def initialize(androidinstanceimageid=nil, androidinstanceimagename=nil, androidinstanceimagestate=nil, androidinstanceimagezone=nil, androidversion=nil)
|
354
|
+
def initialize(androidinstanceimageid=nil, androidinstanceimagename=nil, androidinstanceimagestate=nil, androidinstanceimagezone=nil, androidinstanceimagedescription=nil, androidversion=nil, createtime=nil)
|
351
355
|
@AndroidInstanceImageId = androidinstanceimageid
|
352
356
|
@AndroidInstanceImageName = androidinstanceimagename
|
353
357
|
@AndroidInstanceImageState = androidinstanceimagestate
|
354
358
|
@AndroidInstanceImageZone = androidinstanceimagezone
|
359
|
+
@AndroidInstanceImageDescription = androidinstanceimagedescription
|
355
360
|
@AndroidVersion = androidversion
|
361
|
+
@CreateTime = createtime
|
356
362
|
end
|
357
363
|
|
358
364
|
def deserialize(params)
|
@@ -360,7 +366,9 @@ module TencentCloud
|
|
360
366
|
@AndroidInstanceImageName = params['AndroidInstanceImageName']
|
361
367
|
@AndroidInstanceImageState = params['AndroidInstanceImageState']
|
362
368
|
@AndroidInstanceImageZone = params['AndroidInstanceImageZone']
|
369
|
+
@AndroidInstanceImageDescription = params['AndroidInstanceImageDescription']
|
363
370
|
@AndroidVersion = params['AndroidVersion']
|
371
|
+
@CreateTime = params['CreateTime']
|
364
372
|
end
|
365
373
|
end
|
366
374
|
|
@@ -914,17 +922,21 @@ module TencentCloud
|
|
914
922
|
# @type AndroidInstanceImageName: String
|
915
923
|
# @param AndroidInstanceId: 安卓实例 ID
|
916
924
|
# @type AndroidInstanceId: String
|
925
|
+
# @param AndroidInstanceImageDescription: 安卓实例镜像描述
|
926
|
+
# @type AndroidInstanceImageDescription: String
|
917
927
|
|
918
|
-
attr_accessor :AndroidInstanceImageName, :AndroidInstanceId
|
928
|
+
attr_accessor :AndroidInstanceImageName, :AndroidInstanceId, :AndroidInstanceImageDescription
|
919
929
|
|
920
|
-
def initialize(androidinstanceimagename=nil, androidinstanceid=nil)
|
930
|
+
def initialize(androidinstanceimagename=nil, androidinstanceid=nil, androidinstanceimagedescription=nil)
|
921
931
|
@AndroidInstanceImageName = androidinstanceimagename
|
922
932
|
@AndroidInstanceId = androidinstanceid
|
933
|
+
@AndroidInstanceImageDescription = androidinstanceimagedescription
|
923
934
|
end
|
924
935
|
|
925
936
|
def deserialize(params)
|
926
937
|
@AndroidInstanceImageName = params['AndroidInstanceImageName']
|
927
938
|
@AndroidInstanceId = params['AndroidInstanceId']
|
939
|
+
@AndroidInstanceImageDescription = params['AndroidInstanceImageDescription']
|
928
940
|
end
|
929
941
|
end
|
930
942
|
|
@@ -1758,14 +1770,20 @@ module TencentCloud
|
|
1758
1770
|
# @type Offset: Integer
|
1759
1771
|
# @param Limit: 限制量,默认为20,最大值为100
|
1760
1772
|
# @type Limit: Integer
|
1773
|
+
# @param Filters: 字段过滤器。Filter 的 Name 有以下值:
|
1774
|
+
# ImageName:镜像名称
|
1775
|
+
# ImageState:镜像状态
|
1776
|
+
# AndroidVersion:安卓版本
|
1777
|
+
# @type Filters: Array
|
1761
1778
|
|
1762
|
-
attr_accessor :AndroidInstanceImageIds, :AndroidInstanceImageZones, :Offset, :Limit
|
1779
|
+
attr_accessor :AndroidInstanceImageIds, :AndroidInstanceImageZones, :Offset, :Limit, :Filters
|
1763
1780
|
|
1764
|
-
def initialize(androidinstanceimageids=nil, androidinstanceimagezones=nil, offset=nil, limit=nil)
|
1781
|
+
def initialize(androidinstanceimageids=nil, androidinstanceimagezones=nil, offset=nil, limit=nil, filters=nil)
|
1765
1782
|
@AndroidInstanceImageIds = androidinstanceimageids
|
1766
1783
|
@AndroidInstanceImageZones = androidinstanceimagezones
|
1767
1784
|
@Offset = offset
|
1768
1785
|
@Limit = limit
|
1786
|
+
@Filters = filters
|
1769
1787
|
end
|
1770
1788
|
|
1771
1789
|
def deserialize(params)
|
@@ -1773,6 +1791,14 @@ module TencentCloud
|
|
1773
1791
|
@AndroidInstanceImageZones = params['AndroidInstanceImageZones']
|
1774
1792
|
@Offset = params['Offset']
|
1775
1793
|
@Limit = params['Limit']
|
1794
|
+
unless params['Filters'].nil?
|
1795
|
+
@Filters = []
|
1796
|
+
params['Filters'].each do |i|
|
1797
|
+
filter_tmp = Filter.new
|
1798
|
+
filter_tmp.deserialize(i)
|
1799
|
+
@Filters << filter_tmp
|
1800
|
+
end
|
1801
|
+
end
|
1776
1802
|
end
|
1777
1803
|
end
|
1778
1804
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-gs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1099
|
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-07-
|
11
|
+
date: 2025-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|