tencentcloud-sdk-gs 3.0.1085 → 3.0.1088
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 +6 -2
- 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: 925a4a70639ed53d1bc165c83448531c2816f82f
|
4
|
+
data.tar.gz: 6f5b22f5fb0dd741f1eaedba91f54927ad016f04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0dcad2c8881b65d22dbed9620c916937b66f2cbb9f9882fdfec0460e1dcb35dd8f627c127818f03f4efc1d6c3a19c43aaa24b7d9633748f7094b2ed1c30684d
|
7
|
+
data.tar.gz: c4304c1fa2c94f6a911638ab979be14d78c6632bb81ae0a50fbbb1bd393a4507867e926291b374adc0187466dce94a092b2a102e07b712fd2ffae60101e063f2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1088
|
data/lib/v20191118/models.rb
CHANGED
@@ -1691,21 +1691,25 @@ module TencentCloud
|
|
1691
1691
|
class DescribeAndroidInstanceImagesRequest < TencentCloud::Common::AbstractModel
|
1692
1692
|
# @param AndroidInstanceImageIds: 镜像 ID 列表
|
1693
1693
|
# @type AndroidInstanceImageIds: Array
|
1694
|
+
# @param AndroidInstanceImageZones: 镜像可用区列表
|
1695
|
+
# @type AndroidInstanceImageZones: Array
|
1694
1696
|
# @param Offset: 偏移量,默认为0
|
1695
1697
|
# @type Offset: Integer
|
1696
1698
|
# @param Limit: 限制量,默认为20,最大值为100
|
1697
1699
|
# @type Limit: Integer
|
1698
1700
|
|
1699
|
-
attr_accessor :AndroidInstanceImageIds, :Offset, :Limit
|
1701
|
+
attr_accessor :AndroidInstanceImageIds, :AndroidInstanceImageZones, :Offset, :Limit
|
1700
1702
|
|
1701
|
-
def initialize(androidinstanceimageids=nil, offset=nil, limit=nil)
|
1703
|
+
def initialize(androidinstanceimageids=nil, androidinstanceimagezones=nil, offset=nil, limit=nil)
|
1702
1704
|
@AndroidInstanceImageIds = androidinstanceimageids
|
1705
|
+
@AndroidInstanceImageZones = androidinstanceimagezones
|
1703
1706
|
@Offset = offset
|
1704
1707
|
@Limit = limit
|
1705
1708
|
end
|
1706
1709
|
|
1707
1710
|
def deserialize(params)
|
1708
1711
|
@AndroidInstanceImageIds = params['AndroidInstanceImageIds']
|
1712
|
+
@AndroidInstanceImageZones = params['AndroidInstanceImageZones']
|
1709
1713
|
@Offset = params['Offset']
|
1710
1714
|
@Limit = params['Limit']
|
1711
1715
|
end
|
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.1088
|
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-06-
|
11
|
+
date: 2025-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|